Can't distribute my program
I'm aware of the issue that Visual Studio.net has regarding saving your projects on a network share, i.e. 'not fully trusted'.
I'm not sure if my problem is an extention of this, but I bit the bullet and saved the project on my hard disk and seemed to work fine I've finished and complied it and runs on my machine no probs. When I tried it on another machine it kept crashing for an unknown reason. What I have since discovered is that if I copy the exe file to the network then try and run it, get the same error as the other pc's get. It seems the complied code will only run from my machine alone. Is this an extention of the first problem I mentioned?
Or am I being stupid and missing something?
Cheers.
|