M
mahesh.5683
Hi,
Im working on a serial communication program. My application was
created in VS 2005 (VB). I used VB6.0's MSCOMM control in my program.
I included the namespace using
Imports MSCommLib...
Mine is a device application. When i run the .exe in my desktop PC its
running without error. But when i deply it to wince5.0 emulator(using
platform builder), it says that
COM object with CLSID {648A5600-2C6E-101B-82B6-000000000014}cannot be
created due to following error. Class not registered.
In my debug folder of VS 2005 following files were created. Any one
please give me a suggestion. what to do?
Interop.MSCommLib.dll
mscomm32.ocx
and my .exe
If i have to register any files using regsvrce.exe, please tell me how
to register
Im working on a serial communication program. My application was
created in VS 2005 (VB). I used VB6.0's MSCOMM control in my program.
I included the namespace using
Imports MSCommLib...
Mine is a device application. When i run the .exe in my desktop PC its
running without error. But when i deply it to wince5.0 emulator(using
platform builder), it says that
COM object with CLSID {648A5600-2C6E-101B-82B6-000000000014}cannot be
created due to following error. Class not registered.
In my debug folder of VS 2005 following files were created. Any one
please give me a suggestion. what to do?
Interop.MSCommLib.dll
mscomm32.ocx
and my .exe
If i have to register any files using regsvrce.exe, please tell me how
to register