# Update Project Files Separately on Newer Windows

After the VB6 AI Migrator finishes converting the VB6 code to .NET ([VB.NET](http://vb.net/) or C#), it continues running a process to update the project files to newer .NET. But if you’re using older Windows versions and the VB6 AI Migrator is running on that machine, this process would not work after the migration completes.

It is highly recommended to run the VB6 AI Migrator on a newer Windows version to run the entire migration process with no issues; however, you can still proceed separately to the updating process on a newer Windows computer.

Below are the step-by-step instructions.

### Update project files

1. Create a new folder in a safe location (e.g. Documents).

<figure><img src="/files/ANxIScKwNsC2LxJEnpe8" alt=""><figcaption></figcaption></figure>

2. Go to VB6 AI Migrator, click on Upgrade -> Open Output Path.&#x20;

<figure><img src="/files/3tcYS5C7h4xqk1Wl3fPf" alt=""><figcaption></figcaption></figure>

3. Copy the migration source folder (in our case Example\_.Net) and paste it in the folder that we created previously.

<figure><img src="/files/fTgpXJ9oSWDpRiMzFkbD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AiYjGYPmANv3wfe29EVm" alt=""><figcaption></figcaption></figure>

4. Copy the ProjectFiles Updater tool located in the VB6 AI Migrator installation folder and paste it in the folder that we created previously.&#x20;

In our case we have it in “C:\Program Files (x86)\Growth Acceleration Partners LLC VB6 AI Migrator\Tools\ProjectFiles\_Updater”

<figure><img src="/files/uHLh4nkyAOL7ljWGL1rm" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qsWjvOEnCX7clMLaDNpQ" alt=""><figcaption></figcaption></figure>

5. Now that we have all the necessary content, we are going to generate a .zip file of the folder we created previously.&#x20;

<figure><img src="/files/C0XPZPjtGjpJFFHxabYU" alt=""><figcaption></figcaption></figure>

6. Move the .zip file into the newer Windows computer. After that, unzip the file.
7. Open a command prompt with administrator privileges and navigate to the folder we extracted before.
8. Execute the following command:

ProjectFiles\_Updater.exe "\<path/to/migrated/solution.sln>" True net10.0-windows False

![](/files/fjOrjoHO6PmSAIlMXcAJ)

9. Now the project files are updated and in the correct format.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gapvelocity.ai/vbuc/issues-troubleshooting/update-project-files-separately-on-newer-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
