Error message looks like it is trying to create an exe with no file name? I assume this is at compile time (not run time), and the exe was not created.
1] Try following the link BC2032
2] Google the error message
3] Open the project properties (right click on project in Solution Explorer window) and look for a file path for output that isn't set?
If this gets you nowhere you may want to zip up the ENTIRE solution folder and upload it somewhere and I can have a look, but following leads, guessing, googling, checking settings, rumaging about looking at the solution and project properties/file, simplifying etc etc is the name of the game. Nobody knows all the answers, the main skill is how to trace it down. The previous [New] issue was completely new to me until I googled the error message to find the solution.
EDIT
BC2032 - reported when passing invalid filename as the value of /doc switch to vbc.exe - sounds to me like the settings have been set to export xml (/doc) but the file name not set in the settings. If this doesn't make sense then google a bit deeper!
1] Try following the link BC2032
2] Google the error message
3] Open the project properties (right click on project in Solution Explorer window) and look for a file path for output that isn't set?
If this gets you nowhere you may want to zip up the ENTIRE solution folder and upload it somewhere and I can have a look, but following leads, guessing, googling, checking settings, rumaging about looking at the solution and project properties/file, simplifying etc etc is the name of the game. Nobody knows all the answers, the main skill is how to trace it down. The previous [New] issue was completely new to me until I googled the error message to find the solution.
EDIT
BC2032 - reported when passing invalid filename as the value of /doc switch to vbc.exe - sounds to me like the settings have been set to export xml (/doc) but the file name not set in the settings. If this doesn't make sense then google a bit deeper!