XSD problem on upgrade project to VS2005
Hi
I recently did my first project upgrade from 2003 to 2005. All went well except for an error with the XSD file i have in there.
I can see it in the designer but the code has no code and no dataset. It wont compile (i cant be specific on the error message as it seems to be a different one each time but at present it says "Custom Tool error: Could not retrieve the current project).
Any ideas?
Dataset has so much changes..
so the best you have to create the dataset again.
I was using Beta1.. then I jumped to Beta2.. my datasets have broken,too : )
good works
Hi Mark,
there is a known issue in the Beta2 release where upgrading datasets may fail in some situations.
Try the following workaround:
- Open devenv
- View -> Server Explorer (Database Explorer on express SKUs)
- Now upgrade your project
Please let me know if you still have problems.
Lorenzo Minore
VB .Net Development
even better mark.
open one that has failed a coversion.
open the DataSet using right click | open in the 2005 beta 2 IDE.
slide any component in the dataset on the surface creating a need to save.
hit save and Viola` errors gone.
weird but makes sense if the upgrade wizard is forgetting to write something that the designer is able to repair.
Robert