End Google Ads 201810 - BS.net 01 --> I had made an application using Microsoft Visual C# 2008 Express Edition such that I had obtained obtained a "dll".
If I register the dll using Visual Studio 2008 Command Prompt, it works perfectly, but, If I register using windows command prompt, the dll gets registered, but that effects had not been made. are there any issues in registering the Express Edition's DLL through normal command prompt.
If there are any, let me know?
I want this to be made because my application should work perfectly eventhough if .Net framework is not present also.
Plz help...

As windows command prompt does not execute "regasm" commmand, I was Intially including "Regasm.exe" in the environment variable's path variable, such that my dll gets registered through the instruction regasm /codebase "Mydll.dll" through windows command prompt.

It gets successfully registered, but it doesn't show any effect what it is really meant for?

How can I achieve this