Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Hi
I've had this error as well. The reason was that the build skipped the project containing the form (or in my case a user control) and that caused the error about not finding the output path.
The solution was to manually correct the solution file (.sln) and make sure that the build settings were the same for all projects. (The Configuration Manager didn't indicate any problem!)
{922EC095-EC00-4254-832D-7552D59EBF2C}.Debug|x64.ActiveCfg = Debug|x64
{922EC095-EC00-4254-832D-7552D59EBF2C}.Debug|x64.Build.0 = Debug|x64
{922EC095-EC00-4254-832D-7552D59EBF2C}.Release|x64.ActiveCfg = Release|x64
{922EC095-EC00-4254-832D-7552D59EBF2C}.Release|x64.Build.0 = Release|x64