Can anyone tell me why when I try and build my solution in debug it works fine but then when I try to do it in release I get a wack of errors, especially with some referenced .dlls not being referenced anymore.
I have been working on this project for a while it is very big, and has alot of dependencies. I am now ready for it’s first release copy and I cant get it going, I feel like I am missing something. Is there any flaws to distributing a debug copy of the software?
My next question is should I try and compile to any CPU or just compile to x86. I would like for everyone to be able to use the software? What is the norm?
Software is in vb.net using visual studio 2010.
Unless you post specific error messages its going to hard to give a solution, but it could well be simply a matter of copying the dlls from debug to the release folder.