modifying dll
-
Dear dost I've created dll in vb.net and used it in ASP pages.I got success.but now I've to modify this dll and again iI have to use it.I modified dll file and made it's dll by building it in vb.net.then I followed the sam procedure which I followed last time.but in result it's showing me privious result only.If I delete this file from system32 folder even though it's working. so plssssssssss tell me how can I use the modified dll in ASP pages. Thanks in advance. Uttam Kumar :zzz: try to be the best... whereever you go,
-
Dear dost I've created dll in vb.net and used it in ASP pages.I got success.but now I've to modify this dll and again iI have to use it.I modified dll file and made it's dll by building it in vb.net.then I followed the sam procedure which I followed last time.but in result it's showing me privious result only.If I delete this file from system32 folder even though it's working. so plssssssssss tell me how can I use the modified dll in ASP pages. Thanks in advance. Uttam Kumar :zzz: try to be the best... whereever you go,
You can not just overwrite the old DLL, since you are trying to do this through COM interfaces. You first need to unregister your old DLL from the system with regasm and then register the new version. Otherwise you could get problems with multiple versions.