VS.Net broke my project
From: Developer (wanderer_at_mapinfo.nope.com)
Date: 09/29/04
- Next message: Mervin Williams: "Unsatisfied forward declaration?"
- Previous message: Lubomir Bak: "ASP.NET VS.NET 2003 Project always recompiling"
- Next in thread: Developer: "Re: VS.Net broke my project"
- Reply: Developer: "Re: VS.Net broke my project"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 29 Sep 2004 12:28:12 -0400
Hello,
20 minutes ago I was building and running my VS.Net 2003 C# project.
Now when I try to build, I get this message:
Could not find 'MyCompany.NewProduct.Windows.Forms.AppMain' specified
for Main method
What the heck happened?
This code is in a file that is in the project:
namespace MyCompany.NewProduct.Windows.Forms
{
/// <summary>
/// Summary description for AppMain.
/// </summary>
public class AppMain : System.Windows.Forms.Form
{
private MenuItem noWindowsMenuItem;
// etc.
}
TIA for any help in fixing this, and any suggestions for how to prevent
VS.Net from breaking my projects...
CB
- Next message: Mervin Williams: "Unsatisfied forward declaration?"
- Previous message: Lubomir Bak: "ASP.NET VS.NET 2003 Project always recompiling"
- Next in thread: Developer: "Re: VS.Net broke my project"
- Reply: Developer: "Re: VS.Net broke my project"
- Messages sorted by: [ date ] [ thread ]