V
Vadim Rapp
Hello,
I have a desktop application written in vb.net 2005. The application is
using ISA COM object to connect to the server. The compiled exe has been
working ok for weeks until one day, when it started failing with the message
"The specified module could not be found". When I now run the application in
IDE, it does not fail, but when I compile it and run the compiled exe, it
fails when the created obejct is about to be used.
Dim root as object = CreateObject("FPC.Root")
Root.ConnectToConfigurationStorageServer("machine") <---- this one fails
What to look into?
Regards
I have a desktop application written in vb.net 2005. The application is
using ISA COM object to connect to the server. The compiled exe has been
working ok for weeks until one day, when it started failing with the message
"The specified module could not be found". When I now run the application in
IDE, it does not fail, but when I compile it and run the compiled exe, it
fails when the created obejct is about to be used.
Dim root as object = CreateObject("FPC.Root")
Root.ConnectToConfigurationStorageServer("machine") <---- this one fails
What to look into?
Regards