N
Nico VanHaaster
Ok,
I am really frustraited. I just started looking into the Ajax ASP.net.
And have some real big issues. And its only with Visual Studio.
I have installed the AJAX 2.0 off of www.asp.net/ajax on both my
production server and my machine. I currently am developing from a
remote location through Front Page Extensions (thats where i think my
problem is).
I have over written my config file with the one supplied in the
Microsoft Asp.net folder, i have added a reference to the
System.Web.Services.dll file.
I have tried on a completly different server creating a new website
AJAX enabled and still the same problem.
In VS 2005 (sp1) all the elements come up with the same error :
Element xyz is not a know element.
Now if i just do a real simple example such as:
<asp:ScriptManager id="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel id="UpdatePanel" runat="server">
<ContentTemplate>
<asp:Label ID="Label1" runat="server" Text="Label"></
asp:Label><br />
<asp:Button ID="Button1" runat="server" Text="Button" />
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="Button1"
EventName="Click" />
</Triggers>
</asp:UpdatePanel>
And browse to the page it works just fine, I get the proper asynconous
calls, no error messages. Just VS doesn't recognize these controls as
valid.
Please help me before i have to buy a new monitor!!
I am really frustraited. I just started looking into the Ajax ASP.net.
And have some real big issues. And its only with Visual Studio.
I have installed the AJAX 2.0 off of www.asp.net/ajax on both my
production server and my machine. I currently am developing from a
remote location through Front Page Extensions (thats where i think my
problem is).
I have over written my config file with the one supplied in the
Microsoft Asp.net folder, i have added a reference to the
System.Web.Services.dll file.
I have tried on a completly different server creating a new website
AJAX enabled and still the same problem.
In VS 2005 (sp1) all the elements come up with the same error :
Element xyz is not a know element.
Now if i just do a real simple example such as:
<asp:ScriptManager id="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel id="UpdatePanel" runat="server">
<ContentTemplate>
<asp:Label ID="Label1" runat="server" Text="Label"></
asp:Label><br />
<asp:Button ID="Button1" runat="server" Text="Button" />
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="Button1"
EventName="Click" />
</Triggers>
</asp:UpdatePanel>
And browse to the page it works just fine, I get the proper asynconous
calls, no error messages. Just VS doesn't recognize these controls as
valid.
Please help me before i have to buy a new monitor!!