D
Dan
When i create a new aspx file in VS.NET 2002 no code behind file is created.
Instead, the aspx file is created with this at the top:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="$FILENAME$.vb"
Inherits="$INHERITS$"%>
Additionally, the HTML Editor is not available to edit files and no
intellisense is working for asp (vbscript) files. In short the installation
is completely corrupted.
I have tried repairing the installation, uninstalling and reinstalling the
software to no avail. I have also reapplied SP1 with no effect.
I have tried running:
"%windir%\microsoft.net\framework\v1.0.3705\aspnet_regiis.exe" -i
from the command prompt as this was a recommended fix but this has had no
effect.
Any ideas?
Thanks in advance
Dan
Instead, the aspx file is created with this at the top:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="$FILENAME$.vb"
Inherits="$INHERITS$"%>
Additionally, the HTML Editor is not available to edit files and no
intellisense is working for asp (vbscript) files. In short the installation
is completely corrupted.
I have tried repairing the installation, uninstalling and reinstalling the
software to no avail. I have also reapplied SP1 with no effect.
I have tried running:
"%windir%\microsoft.net\framework\v1.0.3705\aspnet_regiis.exe" -i
from the command prompt as this was a recommended fix but this has had no
effect.
Any ideas?
Thanks in advance
Dan