Search

You searched for the word(s): userid:652821

Matching Posts

  • Re: Strongly typed DataSet connection string

    Thank goodness - its working for me now. Along my travels, I learned the following, which I hope will help someone out... I read somewhere that i should delete both the app.config and the Settings.settings file in the library, so i did this, and then i tried to add a setting (in the lib project) using the application setting designer. I did this, but this (of course) did not create an entry in the app.config file (for the lib project). I then used the connection string wizard - by clicking a datatable
  • Re: Strongly typed DataSet connection string

    Guys, thanks for all your helpful posts. I am relatively new to asp.net, and I have a very similar problem to those described above... I am writing a data access layer for a database which will be used in a web application. I would like to use Nunit to test the data access layer, and have written a simple windows application that runs unit tests on a test database. I am using data sets and table adapters and would like for the table adapters to be able to use a connection string specified either
  • Re: Missing schema info schemas.microsoft.com/.NetConfiguration/v2.0

    Fellas, Please accept my humble appologies if I have missed something (since I'm an asp noob myself), but when bobbyv said... 'the xmlns attribute is no longer necessary. you can delete the attribute and its value without risk to your project.' I don't think he means that you could delete the whole <configuration > tag too!! you need to change the configuration tag from : <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> to <configuration> Cheers.
Page 1 of 1 (3 items)