Encountered a large problem today when I tried to deliever my VB.NET code.
Everything works perfect in my debug release. Just want a standalone .exe. When I clicked build and ran exe most things worked but lots of errors that did not exist in debug.
QUESTION:
How can I make my release function just like it ran in debug?
Using:
VB.Net Express 2008
.NET framework 3.5 (i think)
Any help Appriciated. Thank You
Everything works perfect in my debug release. Just want a standalone .exe. When I clicked build and ran exe most things worked but lots of errors that did not exist in debug.
QUESTION:
How can I make my release function just like it ran in debug?
Using:
VB.Net Express 2008
.NET framework 3.5 (i think)
Any help Appriciated. Thank You