Re: VS.Net broke my project
From: Developer (wanderer_at_mapinfo.nope.com)
Date: 09/29/04
- Next message: Alexander Nickolov: "Re: Unsatisfied forward declaration?"
- Previous message: Mervin Williams: "Unsatisfied forward declaration?"
- In reply to: Developer: "VS.Net broke my project"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 29 Sep 2004 13:04:58 -0400
Somehow, the "BuildAction" for all the .cs files in the project got changed
from "compile" to "content".
How does that happen?
"Developer" <wanderer@mapinfo.nope.com> wrote in message
news:u7l2RFkpEHA.3364@TK2MSFTNGP10.phx.gbl...
> 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: Alexander Nickolov: "Re: Unsatisfied forward declaration?"
- Previous message: Mervin Williams: "Unsatisfied forward declaration?"
- In reply to: Developer: "VS.Net broke my project"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|