accessing a COM component from .NET
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Suppose I have created a DLL file in Visual Basic, now if I want to use that DLL file from an .aspx file using C# what should I do? I have already tried with [DLLImport] attribute of System.Runtime.Interope... but it is not working for me. I am a Software Developer using C# on ASP.NET.
-
Suppose I have created a DLL file in Visual Basic, now if I want to use that DLL file from an .aspx file using C# what should I do? I have already tried with [DLLImport] attribute of System.Runtime.Interope... but it is not working for me. I am a Software Developer using C# on ASP.NET.