1
Answer

Existing code of ASP.net and windows forms and database to a projec


How do i import an existing ASP.net and windows forms with sql database project to VIsual studio 2008 applcation?
Or
when i open this project from the file it displays the following error
Error 14 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS. C:\Users\Tegene Best\Documents\Visual Studio 2008\Projects\MOE student placement system full after faculty sym. to addisu\web application\MOEISPSwebapp\web.config 34 

Answers (1)

0
Photo of prathameshk
NA 5 0 20y
Yes this would work fine. In fact it does. But I have hundreds of controls carefully aligned, attributes set, et all on the forms. And if I remove and add them it would mean doing the whole thing again.
0
Photo of fixme
NA 32 0 20y
Have you tried removing the control and adding it again to the form? This will cause the designer to remove the generated code and replace it. These types of issues are the very reason I don't use the designer.