[RESOLVED] Dependency/Resource Problem ?
Hello,
I have the... My program runs fine on the test machine but not on the production machine... problem. I compile my program and run it outside of Microsoft's Visual Studio and it runs fine but after I run the Package and Development Wizard and install it on any other PC the application works once then fails. I'm thinking it must have something to do with my Dependencies?
How can I be sure I'm installing all necessary files?
Or maybe that's not my problem.
Developing with Microsoft Visual Studio. VB6 (SP6).
Thanks
Re: Dependency/Resource Problem ?
If it "works once" I'd suspect something else. Or is there something it does differently on first run vs. subsequent runs?
Re: Dependency/Resource Problem ?
My pgm connects to an OPC Server and changes the value on an Item. When I send an Item a new value the 1st time it will change. If I change the value a second time or select another Item value to change, nothing happens (No values change). It sounds like I'm just not getting reconnected to the OPC Server but the pgm changes the Item value every time on the test machine.
Re: Dependency/Resource Problem ?
Try looking for registry issues.
Re: Dependency/Resource Problem ?
Registry issues like maybe one of my .dll's from my Reference list is not getting registered?