Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

XML
I am using Sql Server Compact 4 for creating Tableadapter in my XSD file. But after assigning tableadapter and running the application I am getting the following error..
Parser Error Message: Failed to generate code. Exception of type 'System.Data.Design.InternalException' was thrown.
Line 1:  <?xml version="1.0" encoding="utf-8"?>

Can any please help out.



Thanks in advance.
Posted
Updated 1-Aug-11 20:44pm
v2

see this
Solution
the issue was only to use .net 4.0 or later
 
Share this answer
 
hello,

follow the link it may help you
http://forums.asp.net/t/1011934.aspx/1[^]

thanks
sanjeev
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900