![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
From what I understand, Type.GetType tries to load the assembly when GetType is called, so in a normal app it would look in the "debug" |
#2
| |||
| |||
|
|
From what I understand, Type.GetType tries to load the assembly when GetType is called, so in a normal app it would look in the "debug" folder if running in debug, and probably the GAC too... But because this is COM INterop, I don't understand where .NET is looking for the assembly, and I'm not sure what I can do - perhaps force it to look somewhere else perhaps? It will still look in the application directory, but in this case that means the VB6 application directory (or the VB directory if you're running from inside the IDE). Fuslogvw.exe is a great little tool in the .NET SDK for finding the cause of binding failures. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.orghttp://www.msjogren.net/dotnet/|http://www.dotnetinterop.com Please reply only to the newsgroup. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |