|
-
Dec 23rd, 2003, 04:58 PM
#1
Thread Starter
Frenzied Member
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.
Last edited by salvelinus; Dec 24th, 2003 at 11:13 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|