asked on
"C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Regasm.exe" "C:\OtherDLL\ShowNotes\ShowNotesVS.dll" /tlb:"C:\OtherDLL\ShowNotes\ShowNotesVS.tlb" /codebase
Imports System.Reflection
Imports System.Runtime.InteropServices
Dim asm As Assembly = Assembly.LoadFile("c:\OtherDll\ShowNotes\ShowNotesVS.dll")
Dim regAsm As New RegistrationServices()
Dim bResult As Boolean = regAsm.RegisterAssembly(asm, AssemblyRegistrationFlags.SetCodeBase)
Console.Write(bResult)
Visual Basic .NET (VB.NET) is an object-oriented programming language implemented on the .NET framework, but also supported on other platforms such as Mono and Silverlight. Microsoft launched VB.NET as the successor to the Visual Basic language. Though it is similar in syntax to Visual Basic pre-2002, it is not the same technology,
TRUSTED BY
ASKER
Thank you. That did start the process.
I will be posting a related question almost immediately.
Thanks again,
pat