How change .net framework version VWD 2008 express edition is using

Last post 07-20-2008 4:48 PM by asprookieman. 2 replies.

Sort Posts:

  • How change .net framework version VWD 2008 express edition is using

    06-11-2008, 10:50 AM
    • Member
      7 point Member
    • jaqs
    • Member since 04-28-2008, 2:57 PM
    • Posts 43

     Hi all =)

    I wanna  change .net framework edition so visual studio will create a web.config including the assembly with another version

    Right now my web.config is with this line: 

    <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

    But i need it in another version and probably with a different publicKeyToken.

    Thank you 

  • Re: How change .net framework version VWD 2008 express edition is using

    06-11-2008, 10:56 AM
    Answer
    • Contributor
      2,230 point Contributor
    • cameron_w
    • Member since 04-02-2008, 8:25 AM
    • South Africa
    • Posts 334

    have a look at this thread: http://forums.asp.net/t/1266711.aspx

    Please: Don't forget to click "Mark as Answer" on the post that helped you.

    Cameron Waldron
  • Re: How change .net framework version VWD 2008 express edition is using

    07-20-2008, 4:48 PM
    • Member
      60 point Member
    • asprookieman
    • Member since 03-26-2007, 11:28 AM
    • Posts 20

     I want to add the following. Once you switch to the 2.0 framework, the web.config file will change dramatically and use the proper namespeaces..

    It has 2 lines that deal with LINQ, which cause the aspx pages to have a green underline under this: (top of the aspx page)

    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

     

    to get rid of the green/error line, simply get rid of the 2 namespace imports in web.config that deal with importing LINQ.

     If you look at the tool box and data controls, support for link is already gone after you switch to 2.0....

     

     

    It takes more than one try, so dont cry!
Page 1 of 1 (3 items)