I'm getting an error when trying to view the properties tab (in WM5). When the Page Design tab opens, the properties are visible. As soon as I click on a control on the page to view it's properties the tab becomes blank. Using Firebug, I see the following error:
: Component returned failure code: 0x80600004 [nsIXSLTProcessor.transformToDocument]
http://localhost:7070/webmaker/js/sarissa/sarissa_dhtml.js?v=5-0-WM_HSG_5-0-0-0001
Line 111
Any ideas how I'd resolve this problem?
Thanks
: Component returned failure code: 0x80600004 [nsIXSLTProcessor.transformToDocument]
http://localhost:7070/webmaker/js/sarissa/sarissa_dhtml.js?v=5-0-WM_HSG_5-0-0-0001
Line 111
Any ideas how I'd resolve this problem?
Thanks
RE: Properties tab error
Does this error occur on all pages or just one particular page? Do you remember the very last operation you performed on this page before this issue started occurring? What are the main control types you have on this page?
I suspect one of your meta-data files has become corrupt or invalid. I'll see if I can refer back to the correct WebMaker version.
Regards
Abdul
RE: Properties tab error
Contents of mvc_version.txt as follows:
5.0 (5-0)
build.1293
r16494
March 8 2013
HandySoft BizFlow Version 12.1 Release
This occurs on all pages on all projects, even those in other workspaces.
I'm afraid that I can't recall the last change I made prior to the problem occurring - although I have used SVN to revert the last changes and that didn't resolve the issue.
RE: Properties tab error
Yes, just realised the version info on your URL. Have you tried a different browser? Also, try and clear your browser cache if possible, just in case there are some conflicts between different resources.
Abdul
RE: Properties tab error
RE: Properties tab error
The cause I guess is because you've probably upgraded or patched something recently or you have accessed a javascript file in the Studio that hasn't been required by your app up until this point since your last upgrade.
Glad you got it working.
Abdul
RE: Properties tab error