-
Ref to proj DLL references GAC instead...
I have a DLL that gets called by a web service in production. To test it I just make another little windows app project, create a form that has a text box for entering the singular parm val that goes to the DLL and a button to invoke the method in the DLL.
I create a project reference to the DLL and I confirm that the reference does indeed point to my local debuggable version of the DLL.
When I invoke the method, the test app tries to load the DLL from the local GAC (\windows\assembly...\). Indeed, a non-debuggable version of the DLL exists in the GAC, however I cannot uninstall it as there are other app dependencies that preclude the un-installation of the DLL from the GAC.
My question is: Why does the test app reference the GAC instead of the project reference version? Additionally, is there any way to determine what processes are referencing the GAC version of the DLL so that I can get rid of them and get rid of the GACed version of the DLL?
Thanks in advance!
-
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
Replies: 0
Last Post: 10-15-2005, 07:02 AM
-
Replies: 0
Last Post: 06-12-2002, 10:59 AM
-
By Patrick Steele [MVP] in forum .NET
Replies: 1
Last Post: 05-30-2002, 11:34 AM
-
By Saajid in forum VB Classic
Replies: 2
Last Post: 04-26-2002, 01:22 PM
-
By Saajid in forum VB Classic
Replies: 1
Last Post: 04-25-2002, 04:21 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks