[2005] Enable Application Framework from Empty Project
When I start a new project, and I select an empty project, I can't check "Enable Application Framework" in project properties even after I add a new form.
How can I re-enable this option?
Also, I can't add application event with this. Is there a way to enable this?
Thanks,
Michael
Re: [2005] Enable Application Framework from Empty Project
Look In Solution Explorer:
Project Name...
My Project...
Application.myapp...
Application.Designer.vb...
Does the designer even exist?
If not then I would guess that you can't change it.
Edit: But I've never used an empty project before so I can't help you any further than to tell you that if the Application.Designer.vb file doesn't exist - you obviously can't change it. Maybe you can create it, I don't know.
Re: [2005] Enable Application Framework from Empty Project
It does not exist. That's why I can't insert any application event code from project properties. Is there any way to add it manually?
The empty project didn't contain any resource or setting file, but I can add them later. But I can't find any way to add application event.
So, anyone ?
Re: [2005] Enable Application Framework from Empty Project
Create a new Windows Application project and import your existing classes.
Re: [2005] Enable Application Framework from Empty Project