get dll type

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
2 posts Page 1 of 1
Contributors
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

get dll type
XTechVB
how can i determine if a dll is created in .net
You can find me on Facebook or on Skype mihai_92b
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: get dll type
MrAksel
You could see if System.Reflection.Assembly.LoadFile throws an error or if it works okay. If it works, its .NET else, you have to check if the error is caused by the version of the DLL is not supported, or if the DLL is not a valid .NET assembly. Check out the LoadFile function on MSDN and see under the Exceptions tab to get an explanation of each exception.
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
2 posts Page 1 of 1
Return to “Coding Help & Support”