-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Net SDK could not be found #1064
Comments
The ME works only for the debug release so make sure u have build the project first in debug. Additionally try to delete all ME files from the roaming path. Let me know if my suggestions did not work |
Hi, I deleted everything, but the same error. |
do u recall anything that change in your enviroment since your last successfull run? |
Yes, |
I try to Deinstal Net.SDK from VS2022 and than reinstall. May it helps...... |
have u restarted? |
Yes. I wonder about
|
I cannot follow that is a native call with the Did you also tried it in a different machine? the msg is clear the SDK is not found meaning paths problem e.g. |
I tried everything from that link. PS C:\devprojects\ixisnetjh> dotnet --list-sdks PS C:\devprojects\ixisnetjh> dotnet sdk check
|
I understand your frustration but really looks enviromental in your side nothing I can do.
if it works at least will know to blame your enviroment else we discuss it further |
Hi, |
great! note: ME works as well for other sdk, meaning your project apparently target .net6, but when u upgrade .net ME will download different libs in different dirs in your roaming folder. This is info only no action should required from your side |
let me clarify this a bit further, so ME does not require .net6 if your project tagrets .net8, a different version will be downloaded transparent to u looking at the targetframework of each project |
what is the location of the ME process? after u run it. Get it from right click the process |
thnks I will research this case when I have time for now everything is functional and this a design time feature so is not urgent. In any case please leave the ticket open |
Hi,
I get the error with the ModelEditor:
eXpressAppFramework.log
In the Project the first lines are
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup>
The Path of the dotnet and the installation seems to be OK.
where.exe and dotnet --info
PS C:\Users\CWolff> where.exe dotnet
C:\Program Files\dotnet\dotnet.exe
PS C:\Users\CWolff> dotnet --info
.NET SDK:
Version: 8.0.303
Commit: 29ab8e3268
Workload version: 8.0.300-manifests.34944930
MSBuild version: 17.10.4+10fbfbf2e
Laufzeitumgebung:
OS Name: Windows
OS Version: 10.0.22631
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\8.0.303\
Installierte .NET-Workloads:
[aspire]
Installationsquelle: VS 17.10.35122.118
Manifestversion: 8.0.0/8.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.aspire\8.0.0\WorkloadManifest.json
Installationstyp: FileBased
[maui-windows]
Installationsquelle: VS 17.10.35122.118
Manifestversion: 8.0.61/8.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.maui\8.0.61\WorkloadManifest.json
Installationstyp: FileBased
[maccatalyst]
Installationsquelle: VS 17.10.35122.118
Manifestversion: 17.2.8053/8.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.maccatalyst\17.2.8053\WorkloadManifest.json
Installationstyp: FileBased
[ios]
Installationsquelle: VS 17.10.35122.118
Manifestversion: 17.2.8053/8.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.ios\17.2.8053\WorkloadManifest.json
Installationstyp: FileBased
[android]
Installationsquelle: VS 17.10.35122.118
Manifestversion: 34.0.95/8.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.android\34.0.95\WorkloadManifest.json
Installationstyp: FileBased
Host:
Version: 8.0.7
Architecture: x64
Commit: 2aade6beb0
.NET SDKs installed:
8.0.303 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.32 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.12 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.32 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.32 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.7 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]
Environment variables:
Not set
global.json file:
Not found
The text was updated successfully, but these errors were encountered: