VS2005, trying to generate a dataset for an MSAccess I get this error:
---------------------------
Microsoft Visual Studio
---------------------------
An error occurred while creating the new data source:
Could not get type information for 'DeviceApplicationSamp.TempDBDataSet'.
---------------------------
OK Help
---------------------------
DeviceApplicationSamp is my Application name
Error message when connecting to a SQL Express 2005 DBError message when connecting to a create a new datasource for MSAcces
Page 1 of 1
4 Replies - 3472 Views - Last Post: 03 September 2007 - 11:06 PM
#1
Error message when connecting to a SQL Express 2005 DB
Posted 03 September 2007 - 06:59 PM
Replies To: Error message when connecting to a SQL Express 2005 DB
#2
Re: Error message when connecting to a SQL Express 2005 DB
Posted 03 September 2007 - 07:49 PM
drajani_reddy,
I want you to check a couple things for me
Let me know if any of those solve your issue
Hope this helps!
I want you to check a couple things for me
- Click Build > Rebuild Solution
- Make sure there aren't any special characters in the folder your project is in, such as "&", "%", etc
- In the References for your project if you have a reference to System.Data.SqlClient (ver 3.0.3600.0) remove it and try adding a new DataSet
Let me know if any of those solve your issue

Hope this helps!
#3
Re: Error message when connecting to a SQL Express 2005 DB
Posted 03 September 2007 - 08:21 PM
There are no special characters like "&", "% " etc..
there are no reference to System.Data.SqlClient
Still my problem didnt solved..
there are no reference to System.Data.SqlClient
Still my problem didnt solved..
#4
Re: Error message when connecting to a SQL Express 2005 DB
Posted 03 September 2007 - 08:23 PM
Did it create the DataSet anyways? If so delete it, rebuild the project and try again.
#5
Re: Error message when connecting to a SQL Express 2005 DB
Posted 03 September 2007 - 11:06 PM
What are the steps that you are following to generate the dataset?
Include any screen shots if need be, to outline how you are trying to create the dataset.
Include any screen shots if need be, to outline how you are trying to create the dataset.
Page 1 of 1