Parser Error Message: Failed to generate code. Exception of type 'System.Data.Design.InternalException' was thrown.
Source Error:
Line 1: <?xml version="1.0" encoding="utf-8"?>
Line 2: <xs:schema id="PrintJobDS" targetNamespace="http://simdesk.com/PrintJobDS.xsd" xmlns:mstns="http://simdesk.com/PrintJobDS.xsd" xmlns="http://simdesk.com/PrintJobDS.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
Line 3: <xs:annotation> |
This is an asp.net application (in C#). Works fine on my development machine (with vs2005 design support turned on), but tanks on my test machine. The test machine does not have an IDE, just a webserver.
I was able to get it to compile on a build machine after I installed 35 with design support turned on.
What magic do you do with the "add design support?"