Converting .net 1.1 project into .net 2.0
-
i have an problem when i convert .net 1.1 proj in 2.0 through its default converter as it not converts project accurately. tell any way to convert . thanx
jagmit20 wrote:
tell any way to convert
With 100% accuracy?? The only way to do that is to rewrite it by hand. You can use the Conversion Wizard as a starting point, but that's about it.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
i have an problem when i convert .net 1.1 proj in 2.0 through its default converter as it not converts project accurately. tell any way to convert . thanx
If the converted one compiles, then the conversion has done the job. That is what migration promises to do. The migration pretty much occurs to the project settings only. It won't upgrade your source code, nor does it add any new features that didn't exist before.
Best, Jun
-
If the converted one compiles, then the conversion has done the job. That is what migration promises to do. The migration pretty much occurs to the project settings only. It won't upgrade your source code, nor does it add any new features that didn't exist before.
Best, Jun
-