Microsoft
Software
Hardware
Network
Question : move a VB.Net exe file
Hi,
I finished a project, found the exe in /bin/Debug/ and double the exe can run the project without any problem. I then copy and paste the exe onto my desktop. When I run the exe on desktop, I got error message:
Unhandled exception has occurred in your application.....
So, even in the same computer, the exe should only be run in its original folders that it was created?
What I shold do to move an exe file?
Answer : move a VB.Net exe file
Make sure that any DLL's that are in the bin/Debug folder get moved as well. If that doesn't work, please post the full error message.
Random Solutions
Import-Module ServerManager
Migration of SQL Server 2008 database to oracle
How do I modify this php script to send a confirmation?
Deploy Printers Using Windows 2008 R2 GPO to Windows XP Pro Clients and Removing all current printers
force signature in outlook
Exchange 2007 / 2010 OWA Tweaking
ORACLE SQL Stored procedure and Temporary Tables
Using Group Policy to set Proxy Settings in the office; turn it off outside the office
Compatible Error in Excel 2003
How can I convert a custom control that calls User32 and Shell32 to work on Mono?