I have an issue with running Umbraco 4.5 on Cassini.
It is complaining about the System.Web.Extension as the latest of Umbraco is running on 4.0 and Cassini doesn't seem to support that at moment looking at their website.
Does anyone know a work around for this to get Umbraco 4.5 working on Cassini or know of a similar app as cassini to create dev environments to run Umbraco 4.5 with framework 4.0
I ran into this problem yesterday, it appears that Cassini (I was using the standalone version downloaded from here http://ultidev.com/products/Cassini/) only lets you select .NET 1.1 or 2.0. I'm not sure if it can run 4.0 websites.
In the end I went down the IIS route and made sure that .NET 4.0 was selected in the properties.
I have only just started looking at umbraco and am also using VS2008 and got the web extensions failure. I am now using a 3.5 web.config but get this error when I try to run cassini
Could not load file or assembly 'App_Browsers' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
I presume it has been built in .NET 4. How do I revbuild this in .NET 3.5. I tried rebuilding it from VS2008 but the build fails with the same error
Anyone heard when IIS Express is due out? - I'm in the same boat as Tom, have .Net 4 installed but only VS.Net 2008.
I think you get it with WebMatrix don't you?
Edit
Can confirm that if you dont wanna wait till IIS Express is released separately, you can install WebMatrix and then run IIS Express from the command line - nice!
For example: iisexpress /path:c:\myapp\ /port:9090
Running Umbraco 4.5 on Cassini
Hi All,
I have an issue with running Umbraco 4.5 on Cassini.
It is complaining about the System.Web.Extension as the latest of Umbraco is running on 4.0 and Cassini doesn't seem to support that at moment looking at their website.
Does anyone know a work around for this to get Umbraco 4.5 working on Cassini or know of a similar app as cassini to create dev environments to run Umbraco 4.5 with framework 4.0
Thanks
Tom
IIS express was released a few days ago. Maybe could work for you?
http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx
Rich
Edit - Seems like it's not actually released yet, just announced.
Hey Rich,
That looks a possible candidate to replace Cassini, ufortunately its not been released yet :(
Thanks for the heads up
Tom
What exactly is your error, I run it only through cassini on my machine. I never use IIS and haven't had any problem
Hi Slace,
It complains about the system.web.extensions in the web.config
This is when I try installing it for the first time on a blank site
Thanks
Tom
Are you using VS 2008 or VS 2010?
VS 2008
I ran into this problem yesterday, it appears that Cassini (I was using the standalone version downloaded from here http://ultidev.com/products/Cassini/) only lets you select .NET 1.1 or 2.0. I'm not sure if it can run 4.0 websites.
In the end I went down the IIS route and made sure that .NET 4.0 was selected in the properties.
Hi guys,
I'm running Cassini with .NET 4 in Visual Studio 2010 just fine, if that helps.
Best,
Benjamin
It wont work in VS2008 unless you use the .NET 3.5 web.config. Cassini in VS2008 wont load the .NET 4.0 assemblies.
Hi All,
I have only just started looking at umbraco and am also using VS2008 and got the web extensions failure. I am now using a 3.5 web.config but get this error when I try to run cassini
Could not load file or assembly 'App_Browsers' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
I presume it has been built in .NET 4. How do I revbuild this in .NET 3.5. I tried rebuilding it from VS2008 but the build fails with the same error
thanks
Mark
Anyone heard when IIS Express is due out? - I'm in the same boat as Tom, have .Net 4 installed but only VS.Net 2008.
I think you get it with WebMatrix don't you?
Edit
Can confirm that if you dont wanna wait till IIS Express is released separately, you can install WebMatrix and then run IIS Express from the command line - nice!
For example: iisexpress /path:c:\myapp\ /port:9090
is working on a reply...