I'm having a InstallerDLL class library. When i build the file I'll get a InstallerDLL.dll in /bin folder. But now I need to get an InstallerDLL.exe file for the same class library file while building.
I tried by creating a windows application InstallerEXE and added the InstallerDLL.dll file in the reference. I have got InstallerEXE.exe file in /bin folder. But how can I access all the functions and methods of the class library by running the InstallerEXE.exe file?
Anyone please help me out from this.
Thanks, Naren.