Showing related tags and posts accross the entire site.
-
I was working with this for a little while and finally figured it out. The generated code was being reference by another web app. For some reason the provider for a new table that I added wasn't getting generated. I tried everything, deleting the generated projects, solutions, restarting the machine...
-
Hi, I'm currently trying to create a .NetTiers project that will connect to an Access Database for one of our legacy applications.I am using the following connection string: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=J:\Public\exchange\Dept_BSD\James\ws32_sta.mdb; with the ADOXSchemaProvider. I...