regsvcs on Vista
-
I've registerd my dll in com by using the regserv from .Net framework 2.0 as in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>regsvcs "D:\Development\MyProdjekt\Main\bin\My.BusinessLogicObjects.dll"
It seems to be registerd ok, as it does on my xp machine. But i still get: COMExeption occurred: Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG) Is there something I am missing, my new machine uses Vista Ultimate 64bit Thanks Thomas
-
I've registerd my dll in com by using the regserv from .Net framework 2.0 as in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>regsvcs "D:\Development\MyProdjekt\Main\bin\My.BusinessLogicObjects.dll"
It seems to be registerd ok, as it does on my xp machine. But i still get: COMExeption occurred: Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG) Is there something I am missing, my new machine uses Vista Ultimate 64bit Thanks Thomas
-
It has to be registerd under the 64bit framework as in
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727>regsvcs "D:\Development\MyProdjekt\Main\bin\My.BusinessLogicObjects.dll"
That was freeking many hours wasted!!!
Dont worry for wasted the time. You got the solution and I got the information. Tnx
Balasubramanian K.