updating Assembley in GAC
-
Hi i have created a C# DLL in VS2003 and install it in GAC with WISE installer/windows installer which actually register the dll in gac and add registry key. i am using this dll from my vbscript by using createobject method when i first time installed the dll and access it from script it works fine but when i change the version number after some updates in the code and install it again its not working in event log its giving the error for Invalid class string when i call it from vbscript. i even remove the previous version before new installation and restart my pc. this happen for all the dlls i m working they all work first time same error after new version of dll But if i change the ProgId its start working again. the problem is i dont want to change Progid every time i create new version. Any help thanks...alot
Nav.
-
Hi i have created a C# DLL in VS2003 and install it in GAC with WISE installer/windows installer which actually register the dll in gac and add registry key. i am using this dll from my vbscript by using createobject method when i first time installed the dll and access it from script it works fine but when i change the version number after some updates in the code and install it again its not working in event log its giving the error for Invalid class string when i call it from vbscript. i even remove the previous version before new installation and restart my pc. this happen for all the dlls i m working they all work first time same error after new version of dll But if i change the ProgId its start working again. the problem is i dont want to change Progid every time i create new version. Any help thanks...alot
Nav.