Re: Assembly
"Shawn Wildermuth (MVP)" <[email protected]> Tue, 7 Aug 2007 21:57:27 -0400
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <[email protected]> |
You could make extra copies of the assemblies in each folder...or if the folder is in the path, it'll find it.... or place the shared assemblies in the path...or load the A and B manually with Reflection. (my order of preference personally). Thanks, Shawn Wildermuth http://adoguy.com http://wildermuthconsulting.com Microsoft MVP (C#), MCSD.NET, Author and Speaker -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:[email protected]] On Behalf Of Andrew Dunn Sent: Tuesday, August 07, 2007 9:41 PM To: [email protected] Subject: [DOTNET-WEB] Assembly Hi, This is my application: In folder1: A.dll B.dll C.exe In folder2: D.exe This is my issue: D.exe references A.dll C.exe references A.dll A.dll references B.dll I can not change the location of B.dll, C.exe or D.exe I need to place A.dll in a location so that both D.exe and C.exe can reference it, but also so A.dll can reference B.dll. How do I go about solving this issue? Thank you, andrew =================================== This list is hosted by DevelopMentor. http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com