You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDE: Visual Studio 2022 Community Edition (latest update)
Steps to Reproduce
Use a Java script to generate a SQL file with 100,000 rows.
Execute a batch file to insert the rows into the SQL Server database.
Expected Behavior
The data should be successfully inserted into the SQL Server database.
Actual Behavior
The insertion process fails, displaying an error.
The Dev Drive becomes inaccessible, and a critical error appears in Dev Home under Environments:
Microsoft Dev Box: Unable to retrieve all dev boxes for [email protected]. One or more errors occurred.
(WAM Error Code: 3399614467, Error Message: (PII) Internal Error Code: 558133255)
The F: drive disappears, making all programming projects stored there inaccessible.
Restarting the computer does not resolve the issue. After logging back in, the same error message persists in Dev Home.
Visual Indications
An error message in Dev Home (screenshot reference: GitHub user attachments).
The F: drive, where development projects were stored, is no longer visible or accessible.
Included System Information
No additional response provided.
Included Extensions Information
The script utilizes the following Java classes:
java.io.FileWriter
java.io.IOException
java.sql.*
The text was updated successfully, but these errors were encountered:
Dev Home Version
0.1901.687.0
Windows Build Number
10.0.22631.0
Software Environment
Steps to Reproduce
Expected Behavior
The data should be successfully inserted into the SQL Server database.
Actual Behavior
The insertion process fails, displaying an error.
The Dev Drive becomes inaccessible, and a critical error appears in Dev Home under Environments:
The
F:
drive disappears, making all programming projects stored there inaccessible.Restarting the computer does not resolve the issue. After logging back in, the same error message persists in Dev Home.
Visual Indications
F:
drive, where development projects were stored, is no longer visible or accessible.Included System Information
No additional response provided.
Included Extensions Information
The script utilizes the following Java classes:
java.io.FileWriter
java.io.IOException
java.sql.*
The text was updated successfully, but these errors were encountered: