Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dll not update

Status
Not open for further replies.

dk2006

MIS
Jan 19, 2006
53
US
Hello all! In use VS2005 with VB.NET.
i have this problem. i compiled recently a dll from csharp *.cs
file. but now i made some cahnges in the source file so i compiled it again,
but!!! it seems, that the memory is still using the old one... and when i
do classic regsvr32 it gives me error, that there may be an old one dll still
in the memory. I dont know what to do. CAN ANYONE PLEASE HELP! i would really
appriciated it.=20
thanks.
 
You might want to post on the C# forum for more information, but here's what I can tell ya. .Net DLLs do not get registered with regsrv32, they get loaded into the GAC. Any library in the GAC will be overridden if there is a local copy. So, make sure your library is correctly compiled and then copy it local to the app you are trying to run.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top