Question
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Recently I was asked in an interview 1) Is it possible to use a .NET DLL in VB 6.0 or ASP? 2) If Yes, is it necessary to register .NET DLL? Cheers!!! Sony Sebastian
-
Recently I was asked in an interview 1) Is it possible to use a .NET DLL in VB 6.0 or ASP? 2) If Yes, is it necessary to register .NET DLL? Cheers!!! Sony Sebastian
-
1. The classes in the dll must be marked as comvisible 2. Use regasm.exe to register the dll
Thanks edboe!!!:)