Click to See Complete Forum and Search --> : Web Application Creation


tward
March 14th, 2001, 06:06 PM
I have been trying to use Visual Studio .NET Beta 1 to create a Web application. When I Select the C# Project and use the Web Application Template it begins building the appropriate files and when it gets to the webform1.aspx and it trys to load it, it fails with the following message:

Attempted to dereference a null object reference. At Microsoft.VisualStudio.DesignerHost.Load(Boolean Reloading)
at Microsoft.VisualStudio.DesignerHost.Load()

I have MS Windows 2000 with IIS running and Frontpage Extentions Loaded.

This works the same way with VB.

I am new to MS Development products and Web App development so I probably do not have something set up properly. Can anyone help me? Thanks in advance? TGW

tward
March 16th, 2001, 01:21 PM
For anyone that has this problem. Install or Re-install .NET Framework SDK Beta
1 and make sure you have ie5.5. And you will solve most problems with
loading .aspx forms. There may be other problems that I have not encountered
yet. Hope this is helpfull. Thanks for your help.