I've installed umbraco 4.6.1 with web pi and Business site. When I try to add a blog comment I get the error
[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.] System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0 System.Reflection.Assembly.GetTypes() +144 umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Type attribute) +150 umbraco.presentation.umbracobase.restExtension..ctor(String extensionAlias, String methodName) +699 umbraco.presentation.umbracobase.requestModule.httpApp_PostAcquireRequestState(Object sender, EventArgs e) +540 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +266
I have not seen this error before but I do know that others have had issues with the blog in the business site kit.
I'm not sure what is going wrong there though. But perhaps you need to check the XSLT that pulls out the comments and see if the extension gets the correct node. Maybe the nodetype's name is wrong. So try to check the name it gets in the XSLT and see if that is also the correct property alias of the blogComment document type.
Others have had issues like this, since it seems like the document types had their names and alias modified for this business starter kit so they're prefixed with "umb", which seems to have not been modified in all XSLT files.
If this is not it I think a good idea is to make sure that you have set the proper permissions on the network service and the iusr on the umbraco root folder.
4.6.1 with Business site blog comment error
I've installed umbraco 4.6.1 with web pi and Business site. When I try to add a blog comment I get the error
Any ideas?
Hi bfi
I have not seen this error before but I do know that others have had issues with the blog in the business site kit.
I'm not sure what is going wrong there though. But perhaps you need to check the XSLT that pulls out the comments and see if the extension gets the correct node. Maybe the nodetype's name is wrong. So try to check the name it gets in the XSLT and see if that is also the correct property alias of the blogComment document type.
Others have had issues like this, since it seems like the document types had their names and alias modified for this business starter kit so they're prefixed with "umb", which seems to have not been modified in all XSLT files.
If this is not it I think a good idea is to make sure that you have set the proper permissions on the network service and the iusr on the umbraco root folder.
Hope this helps.
/Jan
is working on a reply...