Other threads suggest that all that is required to run in 3.5 is changes to web.config. This is incorrect. "
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Occurs for every dll in the bin, some of which do not exist in prior builds (IronPython.Modules) to be replaced. And I don't want to replace the dll that contains the crucial fix, wherever it may be.
I just need binaries to work with 3.5, as my hosting provider is not yet at 4.0, with the bug fix to prevent site implosions (see my other pleas to the void). I daresay I am not alone in this.
If anyone could slam that together, I would be much obliged.
Was able to cobble something together with configs from here, foreign dlls from there, & umbraco dlls from the nightly. It appears to not be restarting / remaking umbraco.config constantly. However, original issue of content unbublishing remains. As I note in other thread.
Needed: Umbraco 4.5.1 for .NET 3.5 incl. fix #28485
Hello,
I am having trouble getting umbraco to work, and could use some help.
I need to run umbraco in a 3.5 environment, not 4.0, and I also need the fix from http://umbraco.codeplex.com/workitem/28485 included in the build.
I have tried to build from the source at http://umbraco.codeplex.com/SourceControl/changeset/changes/75470 ; but numerous errors and warnings prevent success.
Other threads suggest that all that is required to run in 3.5 is changes to web.config. This is incorrect. "
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Occurs for every dll in the bin, some of which do not exist in prior builds (IronPython.Modules) to be replaced. And I don't want to replace the dll that contains the crucial fix, wherever it may be.
I just need binaries to work with 3.5, as my hosting provider is not yet at 4.0, with the bug fix to prevent site implosions (see my other pleas to the void). I daresay I am not alone in this.
If anyone could slam that together, I would be much obliged.
Was able to cobble something together with configs from here, foreign dlls from there, & umbraco dlls from the nightly. It appears to not be restarting / remaking umbraco.config constantly. However, original issue of content unbublishing remains. As I note in other thread.
is working on a reply...