Posted on: 10/2/2014 6:49:39 PM | Views : 447

Hello,
Currently, I am trying to build a site for fun and as a learning experience. My tool of choice is ASP.net and VB.net. I started this site a while back and programmed most of it initially in VS 2010. I am presently trying to add functionality to the site, and in order to do this, I need to add a dataset. The problem is, when I create a new dataset in VS 2012, it completely obliterates any namespace references that I have put into the code. For instance, once adding a dataset:
Imports BlogDataSetTableAdapters is no longer accessible, breaking all code tied to it. 
The namespace warning I get is as follows:
Namespace or type specified in the Imports 'BlogDataSetTableAdapters' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. Go to the complete details ...