DLL problem URGENT!!!!!

S

Siddhartha Jain

Hi Guys,
We have a project in C#, older version of this project is already
running on production. And the new version was tested on development
(alphanet.x.com) as well as on production box (betanet.x.com) but now
as soon as I change IIS(www.x.com) to point to the new version, it
breaks. Since its working on production box (betanet.x.com), I am
thinking that its still referencing the old DLL.
Please tell me how to remove a dll from memory.

Please HELP. Thanks in advance.
-Siddhartha.
 
J

JiangZemin

Siddhartha Jain said:
Hi Guys,
We have a project in C#, older version of this project is already
running on production. And the new version was tested on development
(alphanet.x.com) as well as on production box (betanet.x.com) but now
as soon as I change IIS(www.x.com) to point to the new version, it
breaks. Since its working on production box (betanet.x.com), I am
thinking that its still referencing the old DLL.
Please tell me how to remove a dll from memory.

Please HELP. Thanks in advance.
-Siddhartha.

Did you try killing aspnet_wp.exe in Task Manager?
 
S

Siddhartha Jain

Yeah I did but it wouldnt let me delete it, it says that the process is
in use.

-Siddhartha
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top