Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB.NET
|
VB.NET General VB.NET discussions for issues that don't fall into other VB.NET forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 4th, 2003, 09:56 AM
Registered User
 
Join Date: Dec 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need to bring VB.NET Beta 1 code up to date!

I have a major problem:

I am having to throw together some SQL Server 2000/VB.NET solutions using prewritten VB.NET projects (provided on a CD that came with my text book) for a class I'm taking.

According to a disclaimer in the book, the code was developed with Visual Studio.NET Beta 1 (2002, NOT 2003). After opening a couple of the projects in Visual Studio.NET (final [2002]) I realized that code written with Beta 1 is drastically different.

For example, instead of using:
   System.Windows.Forms.Form
they use
   System.WinForms.Form

Not to mention the fact that they reference unknown .NET components like "System.WinForms", "System.Diagnostics", and "Microsoft.Win32.Interop".

MY QUESTION IS:
Is there a utility for upgrading VB.NET code written with Visual Studio.NET Beta 1 (2002) to current standards?

There is just far too much erroneous code in these projects for me to be able to rewrite them myself.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Get Previous Date in vb.net kostaskir VB How-To 1 August 31st, 2007 09:21 AM
.NET Framework 2 beta 2 - faster XP? skinfreak Visual Basic 2005 Basics 1 October 27th, 2005 08:10 AM
VB.NET Beta 2 and web services anin .NET Web Services 0 May 17th, 2005 09:42 AM
Can I receive a resultset from SQL and bring to VB codehappy VB How-To 3 April 14th, 2005 02:06 PM
VS.NET 2005 beta 1 and SQL Server 2005 beta 3 bmains Visual Studio 2005 4 March 15th, 2005 02:07 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.