[02/03] Compile VB.NET Project
I work with a big VB.NET Project. When I compile this project, Visual Studio often crash and exit and It also take long time compile it. Now I want to compile it by using VBC.exe? Need help how to compile? Is it good idea to compile project using command instead of Visual Studio? Thanks
Re: [02/03] Compile VB.NET Project
I don't think you should be using VBC.EXE to compile your project from commandline. Rather you should be trying to see why you are getting an error while compiling it from Visual Studio.
Re: [02/03] Compile VB.NET Project
I've had this problem too...
Try closing all the [Design] view tabs that you have open and then compile it...this works for me