windows - dll doesn't seem to be registered -


i built dll in visual studio. register dll on machine windows server 2008 r2. use following command:

%windir%\microsoft.net\framework\v4.0.30319\regasm.exe /unregister .\my.program.dll %windir%\microsoft.net\framework\v4.0.30319\regasm.exe /codebase .\my.program.dll 

i message:

un-registered successfully

then:

registered successfully

so looks dll registered , unregistered successfully, when run program uses dll. dll doesn't behave how expect behave. seems ignore changes made in dll , behaves former dll before changes made it. can make sure new dll registering?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -