0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VB 6.0から2008(.Net)へアップグレード

Last updated at Posted at 2021-10-11

Visual Basic 6.0 からVisual Studio 2019へアップグレードできないため、2段階アップグレードする必要があります。

今回はVisual Basic 6.0 からVisual Studio 2008へへアップグレードを紹介したいと思います。

作業順番

①Microsoft Visual Studio 2008をダウンロードする
➁Visual Studio 2008でVB6.0のソースをアップグレードする

①Microsoft Visual Studio 2008をダウンロードする

Microsoftサイトから下記のリンクでVisual Studio 2008をダウンロードしてインストールを実施する
 https://www.microsoft.com/en-us/download/details.aspx?id=13276

該当言語、システム要件を確認の上、ダウンロードを実施する。

image.png

➁Visual Studio 2008でVB6.0のソースをアップグレード

Visual Studio 2008でVB6.0のソースを開く時にアップグレード画面が表示されます。

image.png

【次】ボタンを押下すると、プロジェクトタイプを選択する。

image.png

VB6.0のソースからアップグレードする際に新規プロジェクトを作成する必要があり、新規プロジェクトのパスを指定する。

image.png

【次】ボタンを押下すると新規プロジェクトを作成して、ソースのアップグレードを準備する

image.png

【次】ボタンを押下すると、アップグレードを開始する。

image.png

アップグレードが完了したら、Visual Studio 2008で新規プロジェクトにて.Netへアップグレードしたソースが表示されます。

VisualStudioへマイグレーションに関して詳細サービスは記載がありますので、ご参照ください。
https://onetech.jp/service/migration-service

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?