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
If you are getting NullReferenceException or similar errors in Visual Studio when the Stride extension handles .sdsl files, check your solution format.
The Problem: Modern Visual Studio may silently create solutions in the new .slnx format.
The Cause: The current Stride VSIX extension only supports the classic .sln format.
The Fix: 1. Open your solution in VS.
2. Save As a classic .sln file.
3. Delete the .slnx file.
The extension should start working immediately after switching back to .sln.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you are getting
NullReferenceExceptionor similar errors in Visual Studio when the Stride extension handles.sdslfiles, check your solution format.The Problem: Modern Visual Studio may silently create solutions in the new
.slnxformat.The Cause: The current Stride VSIX extension only supports the classic
.slnformat.The Fix: 1. Open your solution in VS.
2. Save As a classic
.slnfile.3. Delete the
.slnxfile.The extension should start working immediately after switching back to
.sln.Beta Was this translation helpful? Give feedback.
All reactions