
12-02-2011 12:11 PM
Anyone have ideas on how to figure out what the problem is? I was copying controls between forms. I now know this can cause problems if there are snippets on the control. Right now I would be happy starting over with the oob SalesOrderDetail form, but that even appears to be difficult.
Thanks in advance
Norman
TITLE:
------------------------------
An application exception has occurred.
------------------------------
ADDITIONAL INFORMATION:
Unable to load file, '\Entity Model\SalesLogix Application Entities\SalesOrder\QuickForms\SalesOrderDetails.m
------------------------------
Exception has been thrown by the target of an invocation. (mscorlib)
------------------------------
There is an error in XML document (2, 2). (System.Xml)
------------------------------
<modelItemIndex xmlns=''> was not expected. (ssjhvcaf)
Solved! Go to Solution.
12-06-2011 09:12 AM
Try deleting your modelindex.xml file and re-starting App Architect. This can be found using VFS explorer if you're working in the VFS, or windows file explorer if your project is stored locally. It's in the Model subdirectory of your project. If this file is not found, AA will re-build it. Sounds like yours may have gotten corrupt.
12-06-2011 12:22 PM