Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / March 2006

Tip: Looking for answers? Try searching our database.

2.0 exe calling 1.1 DLL

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sriram - 09 Mar 2006 16:11 GMT
Is there a way for me to know which version of CLR was used to load a DLL
while in Debug mode?

I have a 2.0 exe that calls an 1.1 dll. I am sure that when the DLL is
called, 1.1 CLR is used to load it since it was compiled in VS 2003 and 1.1,
but just wanted to confirm the same in debug mode in VS 2005 by setting a
break point in the DLL. Any way I can achieve it?

TIA
Sriram
Mattias Sjögren - 09 Mar 2006 19:35 GMT
>I am sure that when the DLL is
>called, 1.1 CLR is used to load it since it was compiled in VS 2003 and 1.1,
>but just wanted to confirm the same in debug mode in VS 2005 by setting a
>break point in the DLL. Any way I can achieve it?

There can only be one version of the CLR loaded into a process, and if
you're running an EXE compiled for 2.0 then it will have to be 2.0 or
later of the CLR. Any DLLs will use the same version. You can check it
programmatically at runtime with System.Environment.Version.

Mattias

Signature

Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.