Closed Other-Michael closed 1 year ago
Hello. Thank you for your issue. Can you send a .csproj
file of your project, that you open in VSCode?
Sure thing! This project was just created by running a "dotnet new maui" vscodetest.csproj.txt
I can't reproduce it. You can try the following:
Try to relaunch vscode.
Make sure that the dotnet version is 7 and higher:
dotnet --version
You can send me .NET Meteor logs.
Path: C:\Users\YOU\.vscode\extensions\nromanov.dotnet-meteor-3.0.2\extension\bin\logs\
Console
log:
Try to relaunch vscode.
Make sure that the dotnet version is 7 and higher:
You can send me .NET Meteor logs. Path: C:\Users\YOU.vscode\extensions\nromanov.dotnet-meteor-3.0.2\extension\bin\logs\
You can open VSCode DeveloperTools and view Console log:
Here you go! There seem to be a couple errors, mostly related to --andrioid-sdk-path?
Thanks!
BadImageFormat
: It seems that something has damaged assemblies in the plugin. Maybe a network error while downloading.
You can try to delete the plugin from vscode, delete this folder: C:\Users\YOU\.vscode\extensions\nromanov.dotnet-meteor-3.0.2
, and try to install it again.
Also you can download a latest version of the extension from the GitHub release: https://github.com/JaneySprings/DotNet.Meteor/releases/tag/3.0.2
Ah cool, thanks for that! Not so sure what would have happened to cause that, as I did try re-installing. But there may have been network errors on my end at the time I was trying this.
Either way, the manual download has seemed to now work for me. Thank you for your time!
Downloading Meteor on a fresh computer I have none of the options in the status bar appearing
(Mine looks like this)
And I don't have any errors pop up either. Any ideas why? Thank you!