Building a project with Microsoft Visual Web Developer 2010 Express (Final Version)

Discussion in 'Visual Studio' started by mwe100, Apr 12, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. The final version of Microsoft Visual Web Developer 2010 Express is available this week. I tried to build a project onto a server URL with a customized domain using VWD 2010 Express, but get the following result:

    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

    Source Error:

    Line 3:
    Line 4: <system.web>
    Line 5: <compilation debug="true" targetFramework="4.0" />
    Line 6: </system.web>
    Line 7: <system.webServer>

    Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016


    I created the domain used for the VWD project build on DiscountASP.NET. The Target Framework equals 4.0 from the result and DiscountASP.NET does support ASP.NET 4.0 now. Some things have got to be fixed or made right.

    Mike
     
  2. mjp

    mjp

  3. Yes I switched to Framework 4.0 and got the VWD project build to work. Thanks.

    Mike
     
  4. mjp

    mjp

    Cool.

    I expect that will hang up a lot of people, since 4.0 is not the default option.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page