Migrating a WebDataObjects for ASP.NET Project to Visual Studio 2005
Currently, there is no way to migrate existing projects which use C1WebDataObjects components to Visual Studio 2005. You should rewrite your application from scratch using new Web controls, such as C1WebSchemaDef, C1WebDataSet, C1WebExpressConnection, and C1WebExpressTable. This is necessary because of the major changes in ASP.NET 2.0 regarding the use of data source controls.
|