dataadapter missing parameters error [Resolved]
I'm starting a new Solution that has almost the same forms and code as the previous one I worked on (which does work fine, thanks for the help).
Outside of a few minor code, SQL and path changes, these Solutions are nearly identical. So, I copied the files in the first solution to a new folder, renamed and saved everything under a new name, and made some path and name changes.
Now, though, when the project starts up, I get an error when I fill the dataadapter (da.fill(ds, "WhiteSlips") that says Table Not Found. I absolutely guarantee the table is there. It's on my desktop, I can open it, I pasted the path in case I typo'd it, etc.
The only thing I can think of is that in the AssemblyInfo.vb file, they have the same GUID, since it's a copy of the first.
Any ideas short of redoing the whole solution and code? Thanks.