Web apps don't work with .NET SDK 1.1

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Web apps don't work with .NET SDK 1.1

    After upgrading my .NET framework SDK from 1.0 to 1.1, my
    new ASP.NET web applications are no longer work.

    I craete a simple test web app project with a DataGrid
    control (using sqlAdapter, sqlConnection and dataset),
    but the DataGrid control even doesn't show up on browser
    window. I view web browser page "source", and there are
    no "Table" tags generated.

    I try to run same code and UI in Windows application form
    with SDK 1.1, and it's just fine.

    I try to run my old web apps generated from SDK 1.0
    (recompile and run debugger), and they are OK too.

    I am confused, Am I the only one who have trouble with
    new .NET SDK 1.1? Is IIS problem or database access
    problem? Any help is appreciated.

    Shaw
    Shaw Guest

  2. Similar Questions and Discussions

    1. Apps only work from localhost
      I installed the sample applications from the FMS webpage and they work fine when I access them through my web browser on the local machine. But I...
    2. Flex2 (beta3) apps don't work with Firefox when browserscrollbars appear
      I ran into a very strange situation where my flex2 (beta2 and beta3) application is big enough to cause browser scrollbars to appear. In such a...
    3. The Printer "Adobe PDF 7.0" Doesn't Work in All Apps?
      10.4.2, Acrobat 7 as part of CS2 Premium. (I'm referring to the printer "Adobe PDF 7.0" and not to OS X's built-in print-to-PDF.) It works in...
    4. Call windows apps from web apps
      I have 2 apps windows and web apps. I would like to call a windows app (.exe) from web apps. How do I do this?
    5. Web enabled apps/Thin client apps
      I'm writing an article and I need your informed opinions, so I ask you this: 1. Doesn't the web-enabled app generally run slower for one reason or...
  3. #2

    Default Re: Web apps don't work with .NET SDK 1.1

    Shaw,
    Sounds like the file mapping did not occur or is all messed up.

    Try running the following command:
    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis -i

    For more info, see:
    [url]http://www.asp.net/faq/SideBySide.aspx[/url]

    --

    Thanks,
    Carl Prothman
    Microsoft ASP.NET MVP
    [url]http://www.able-consulting.com[/url]


    "Shaw" <shaw_zhu@yahoo.com> wrote in message news:077b01c34678$4ecc0840$a301280a@phx.gbl...
    > After upgrading my .NET framework SDK from 1.0 to 1.1, my
    > new ASP.NET web applications are no longer work.
    >
    > I craete a simple test web app project with a DataGrid
    > control (using sqlAdapter, sqlConnection and dataset),
    > but the DataGrid control even doesn't show up on browser
    > window. I view web browser page "source", and there are
    > no "Table" tags generated.
    >
    > I try to run same code and UI in Windows application form
    > with SDK 1.1, and it's just fine.
    >
    > I try to run my old web apps generated from SDK 1.0
    > (recompile and run debugger), and they are OK too.
    >
    > I am confused, Am I the only one who have trouble with
    > new .NET SDK 1.1? Is IIS problem or database access
    > problem? Any help is appreciated.
    >
    > Shaw

    Carl Prothman [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139