I reckon so! I'm not relying on anything 4 specific as far as I know. I'll do a test build in 3.5 and check its all working properly at the weekend when I've got a bit of spare time. The source code is up on here, but for some reason there's no link to it on the project page. Some of the Admins are looking into it now. Once that's up, you can grab the VS projects and build it in 3.5 too.
Whenever I try to compile the package in 3.5 it says there are references missing. Does it use any special DLLs? Also, which umbraco DLLs should be referenced?
Do you know which references its missing? I'll grab the code down and try and build it in 3.5 on my lunch break today :) (sorry, been really busy this weekend, didn't get a chance to look at this)!
Its because some of the code got moved around between 4.5 and 4.7 I think. I've uploaded a version built to run against 4.5 in .net 3.5 to the downloads section. I've not had a chance to test it as I've not got any non-live 4.5 installs to hand! So careful when you test it :) Let me know if that works OK!
.net 3.5?
Could we PLEEEAASE get a .net 3.5 version of this as well? I'd love to play some pranks on one of my coworkers with this :P
I reckon so! I'm not relying on anything 4 specific as far as I know. I'll do a test build in 3.5 and check its all working properly at the weekend when I've got a bit of spare time. The source code is up on here, but for some reason there's no link to it on the project page. Some of the Admins are looking into it now. Once that's up, you can grab the VS projects and build it in 3.5 too.
:)
Hey Tim,
Whenever I try to compile the package in 3.5 it says there are references missing. Does it use any special DLLs? Also, which umbraco DLLs should be referenced?
-Ferdy
Do you know which references its missing? I'll grab the code down and try and build it in 3.5 on my lunch break today :) (sorry, been really busy this weekend, didn't get a chance to look at this)!
The type or namespace name 'presentation' does not exist in the namespace 'umbraco.cms' (are you missing an assembly reference?)
The type or namespace name 'presentation' does not exist in the namespace 'umbraco' (are you missing an assembly reference?)
The name 'BaseTree' does not exist in the current context
The type or namespace name 'MasterPageLoadHandler' could not be found (are you missing a using directive or an assembly reference?)
These are the 4 different errors I get. All related to missing references I think, but not sure what I need to include.
-Ferdy
Its because some of the code got moved around between 4.5 and 4.7 I think. I've uploaded a version built to run against 4.5 in .net 3.5 to the downloads section. I've not had a chance to test it as I've not got any non-live 4.5 installs to hand! So careful when you test it :) Let me know if that works OK!
:)
is working on a reply...