Thanks a lot for making this update available, I really appreciate your effort.
I'm afraid the package does not run in our existing Umbraco (v4.5.2) project though.
The Disabled properties node is available in the Users tree, but does not have any childnodes (I would expect to see the document types here)
Here's what I found out so far:
- In the Umbraco log I find the following error message:
At /umbraco/webservices/TreeDataService.ashx?rnd=eb15d64356bf4808ae8a33b30c7b0be6&id=-1&treeType=disableProperties&contextMenu=true&isDialog=false&rnd2=93.5
- When I set compilation to debug I find the following error message in the service call's response message:
[MissingMethodException]: Method not found: System.String umbraco.cms.presentation.Trees.BaseTree.GetTreeServiceUrl(System.Object)
at Axendo.Umb.DisabledProperties.NodeTypes.Render(XmlTree& tree)
at umbraco.presentation.webservices.TreeDataService.LoadTree(TreeRequestParams treeParams)
at umbraco.presentation.webservices.TreeDataService.GetXmlTree()
at umbraco.presentation.webservices.TreeDataService.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
This looks like a version conflict, any ideas?
We are using .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
I'm using umbraco 4.5.2 but when I installed your plugin, I got this error from the event viewer.
Could not load file or assembly 'Axendo.Umb.DisabledProperties' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
I change the the .net version in config file to 4.0 but another error has occured. This time it is,
Could not load file or assembly 'Axendo.Umb.DisabledProperties' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Did you install the new package for 4.5? From the error message it seems like it may be the package for 4.0 you have installed, since that is properly compiled against the 4.0 dll's, which of course does not apply with 4.5 dll's.
Is there any possibility to get the code so that I can compile it under .NET 3.5? because most of my custom user control if I try to compile it under 4.0 it doesn't work.
Umbraco 4.5.x
Hey Ron,
Dit you already create an upgrade for version 4.5.x?
Greetz
Lennart
Hey Lennart,
Unfortunately not yet, I'll look in to it.
Ron
Ok no prob. I'm glad to help out if needed!
Thanks for this package Ron, so useful.
Would love to be able to use it under 4.5 too :)
Rich
Would also really appreciate a 4.5 version of this great package :o)
/Christian
Looking forward to a 4.5 version as well. Thanks!
Is there any update on this package to support 4.5.x? :D
Yes, I just released a new version.
Let me know how it goes.
Hi Ron,
Thanks a lot for making this update available, I really appreciate your effort.
I'm afraid the package does not run in our existing Umbraco (v4.5.2) project though.
The Disabled properties node is available in the Users tree, but does not have any childnodes (I would expect to see the document types here)
Here's what I found out so far:
- In the Umbraco log I find the following error message:
- When I set compilation to debug I find the following error message in the service call's response message:
This looks like a version conflict, any ideas?
We are using .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Thanks!
Wait a sec, is it possible the new package still contains the old files? :-)
Hi Ron,
Same to lennart, it is available in the users tree but it doesn't have any childnodes. I'll check the umbraco logs if I have the same error message.
But nevertheless, great plugin. :)
You can try the new package. I gues something went wrong while creating the package.
No problem.. and it works like a charm!
Cheers!
Hi Ron,
I'm using umbraco 4.5.2 but when I installed your plugin, I got this error from the event viewer.
Could not load file or assembly 'Axendo.Umb.DisabledProperties' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
I change the the .net version in config file to 4.0 but another error has occured. This time it is,
Could not load file or assembly 'Axendo.Umb.DisabledProperties' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Any ideas, what I did wrong?
Thanks,
Sherry
Hi Sherry
Did you install the new package for 4.5? From the error message it seems like it may be the package for 4.0 you have installed, since that is properly compiled against the 4.0 dll's, which of course does not apply with 4.5 dll's.
/Jan
The package for 4.0 is also build against .NET Framework 3.5, so I don't think that's the issue.
This rather looks like a .NET version issue. Are you perhaps running Umbraco 4.5.2 for .NET 3.5 and is the package build against .NET 4?
Mine is running perfectly within a .NET 4 app pool.
I'm running the umbraco 4.5.2 for NET 3.5
Is there any possibility to get the code so that I can compile it under .NET 3.5? because most of my custom user control if I try to compile it under 4.0 it doesn't work.
Is it possible to get a package that is build in .NET 3.5?
is working on a reply...