|
|
 Rank: Devotee
Joined: 5/24/2007 Posts: 57 Location: Kalix, Sweden
|
I have built a couple of controls using VS 2008 and Framework 3.5. These where built on the Beta version and work super in Umbraco, both frontend and backend. Of course they made some changes to listview and linq to the release, but those have I fixed and the control works great in frontend umbraco. Now to the problem, to the release off the framework 3.5 microsoft added ajax into it.... And this works great if umbraco wasnt using ajax in backend too.... My control doesnt use ajax, but when you add the new assembly for controls, you also add the ajax support from 3.5 which causes Umbraco backend to halt and throw an error. And removing the Umbracos old ajax assemblies doesnt work either. So what is my options right now? Code:Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The server tag 'asp:ScriptManager' is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix.
Source Error:
[No relevant source lines]
Source File: none Line: 0
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Umbraco Certified Professional
|
|
 Rank: Devotee
Joined: 5/24/2007 Posts: 57 Location: Kalix, Sweden
|
I have figured out that I need to compile umbraco in vs 2008, remove the references to the old ajax framework, add the new ones. All I need now is to get my hands on the source that is behind 3.0.3 build.
Umbraco Certified Professional
|
|
 Rank: Devotee
Joined: 5/24/2007 Posts: 57 Location: Kalix, Sweden
|
Never mind, got it running now.
Umbraco Certified Professional
|
|
 Rank: Devotee
Joined: 5/24/2007 Posts: 57 Location: Kalix, Sweden
|
Never mind, got it running now.
Umbraco Certified Professional
|
|
 Rank: Fanatic
Joined: 11/24/2006 Posts: 259 Location: Stockholm, Sweden
|
I'm currently trying to install an Umbraco 3.0.3 site on a web service provider that runs ASP.NET 3.5. The reference to the AJAX assemblies in Web.config fails. Is there any other way to solve this other than recompiling Umbraco? I'm sitting here with a site that I really need on the web today(!) Thanks in advance! /Thomas
Web Developer at Kärnhuset - http://www.karnhuset.net - Stockholm, Sweden
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,082 Location: KY, USA
|
Just in case you hadn't see this (with its link to another excellent resource), perhaps this will help? http://forum.umbraco.org/yaf_postst4453_Vista-IIS7-Net-35-Successful-Install.aspxcheers, doug.
MVP 2007/2008 - Official Umbraco Trainer for North America - Percipient Studios
|
|
 Rank: Fanatic
Joined: 11/24/2006 Posts: 259 Location: Stockholm, Sweden
|
Hi Doug! Yes! It worked like a charm! Thanks! My setup was a Windows 2003 Server running IIS6 and .NET 3.5 in a shared hosting environment. /Thomas
Web Developer at Kärnhuset - http://www.karnhuset.net - Stockholm, Sweden
|
|
|
Guest |