Ask a Question related to ASP.NET General, Design and Development.
-
Shaw #1
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
-
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... -
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... -
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... -
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? -
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... -
Carl Prothman [MVP] #2
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



Reply With Quote

