I have been trying to register a com exe on a Windows 8.1 32 bit computer
The development computer is Windows 7 64 bit
I place the file in the Windows\System32 folder in the target computer
open elevated command prompt
for good measure cd to Windows\System32 folder
type C:\Windows\System32\mycomserver.exe /RegServer
and press enter
There is no conformation
Then when I run the com server I get an error 'Class Name not found'
I have a single class library named the same as the project. There is a custom class lets say called 'TestCom'
I have tested the com exe and it works fine in development.
Alastair
The development computer is Windows 7 64 bit
I place the file in the Windows\System32 folder in the target computer
open elevated command prompt
for good measure cd to Windows\System32 folder
type C:\Windows\System32\mycomserver.exe /RegServer
and press enter
There is no conformation
Then when I run the com server I get an error 'Class Name not found'
I have a single class library named the same as the project. There is a custom class lets say called 'TestCom'
I have tested the com exe and it works fine in development.
Alastair