Hello,
I installed kaldeera workflow in my server, but when I tried to use, the system throws the next exception:
The resource object with key 'WorkflowManager_WelcomeMessage' was not found. at System.Web.Compilation.ResourceExpressionBuilder.ParseExpression(String expression, Type propertyType, ExpressionBuilderContext context)
at System.Web.UI.BoundPropertyEntry.ParseExpression(ExpressionBuilderContext context)
at System.Web.UI.ControlBuilder.FillUpBoundPropertyEntry(BoundPropertyEntry entry, String name)
at System.Web.UI.ControlBuilder.AddBoundProperty(String filter, String name, String expressionPrefix, String expression, ExpressionBuilder expressionBuilder, Object parsedExpressionData, Boolean generated, String fieldName, String formatString, Boolean twoWayBound)
at System.Web.UI.ControlBuilder.PreprocessAttribute(String filter, String attribname, String attribvalue, Boolean mainDirectiveMode)
at System.Web.UI.ControlBuilder.PreprocessAttributes(ParsedAttributeCollection attribs)
at System.Web.UI.ControlBuilder.Init(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs)
at System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty)
at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText)
at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
please help me.
Thanks
Tags:
Permalink Reply by Mike on March 22, 2011 at 12:21pm There are cases in some environments that Kaldeera site collection feature activation don’t work properly and the needed resources to run kaldeera are no longer available.
However, deactivating the feature an re-activating it again solve this problem. Try to do this:
1. Go to the virtual directory of your web application.
If you are running under habitual port (80) this must be: C:\Inetpub\wwwroot\wss\VirtualDirectories\80
2. Under this folder must have a folder named App_GlobalResources.
Ensure this folder have the next resource files:
Kaldeera.Core.resx
Kaldeera.Core.en-US.resx
Kaldeera.WorkflowDesigner.resx
Kaldeera.WorkflowDesigner.en-US.resx
Kaldeera.WorkflowActivities.resx
Kaldeera.WorkflowActivities.en-US.resx
If don’t, you can found them on the next folder: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Resources
Copy them in your WebApplication virtual directory.
Hope this solves your error.
Permalink Reply by Pau Codina on April 2, 2011 at 8:16pm An other way to solve this issue:
stsadm -o copyappbincontent
This SharePoint instruction copies the resolurce files to all web applications.
Pau
© 2012 Created by Joan Trilla.
