catastrophic failure [modified]
-
Hi! I've created a COM DLL in VC 6. When I use this in VB 6.0 it works fine. But when I use it in VB.NET it gives me error which says "catastrophic failure" Can anybody help me out? Regards, Nilesh -- modified at 8:48 Friday 27th April, 2007
-
Hi! I've created a COM DLL in VC 6. When I use this in VB 6.0 it works fine. But when I use it in VB.NET it gives me error which says "catastrophic failure" Can anybody help me out? Regards, Nilesh -- modified at 8:48 Friday 27th April, 2007
One possible problem is the threading model that VB.NET uses, try setting it to STA. Just a stab in the dark.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )