I am trying to compile Umbraco 4.0.2.1 without success.
- I am running WIndows 2008 and Visual Studio 2008.
- Downloaded the 4.0.2.1 Source file from Codeplex.
- Unzipped and opened the umbraco.sln located in the main folder.
- Visual Studio 2008 starts then gives an error regarding TFS login. I press cancel and ignore
- Several Projects load but 2 warnings 'System.Web.Extensions' and 'System.Web.Extensions.Design' could not be found. I tried to add the reference but the presentations project is verision 2 and I only have 3.5 web.extensions.
- Building the project is unsuccessfull and creates a lot of errors.
I can just compile a fresh downloaded solution of umbraco 4.0.2.1 with VS2008 development edition.
However the error is suggesting that you do not have the ajax toolkit installed. I think that umbraco is still using the .net 2.0 toolkit. Just download the ajax 1.0 toolkit for .net 2.0 via the following link
Extracted the archive, opened in VS 2008, opted to NOT permanently remove source control bindings, and built. No errorrs, lots of warnings but the build was successful.
Can you grab the archove from the above location and retry, it really seems okay.
I think that Gerben might be on to something. My system does not have the 2.0 Ajax toolkit. Paul do you have the AJAX toolkit installed and if so which version.
Compiling 4.0.2.1 Source with Win2008/VS2008
Hi Guys,
I am trying to compile Umbraco 4.0.2.1 without success.
- I am running WIndows 2008 and Visual Studio 2008.
- Downloaded the 4.0.2.1 Source file from Codeplex.
- Unzipped and opened the umbraco.sln located in the main folder.
- Visual Studio 2008 starts then gives an error regarding TFS login. I press cancel and ignore
- Several Projects load but 2 warnings 'System.Web.Extensions' and 'System.Web.Extensions.Design' could not be found. I tried to add the reference but the presentations project is verision 2 and I only have 3.5 web.extensions.
- Building the project is unsuccessfull and creates a lot of errors.
Any suggestions?
Thanks,
I can just compile a fresh downloaded solution of umbraco 4.0.2.1 with VS2008 development edition.
However the error is suggesting that you do not have the ajax toolkit installed. I think that umbraco is still using the .net 2.0 toolkit. Just download the ajax 1.0 toolkit for .net 2.0 via the following link
ASP.NET 2.0 AJAX Extensions 1.0
Nico
I know this isn't what you want to hear, but just to check I grabbed the 4.0.2.1 source from here:
http://umbraco.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=23321
Extracted the archive, opened in VS 2008, opted to NOT permanently remove source control bindings, and built. No errorrs, lots of warnings but the build was successful.
Can you grab the archove from the above location and retry, it really seems okay.
-Paul
I think that Gerben might be on to something. My system does not have the 2.0 Ajax toolkit. Paul do you have the AJAX toolkit installed and if so which version.
Thanks
Jason
For me the solution was as Gerben stated. Install the Ajax 2.0 extensions and compile worked fine ignoring the tons of warnings of course.
Thank you
Hmmm how do you set to solved. I clicked Gerben's answer and it changed to like solved but it does not stay any suggestions?
is working on a reply...