mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Electron.NET throw exception "Cannot find module" #271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Voljinlvlan on GitHub (Feb 8, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
Hello .
System
Os: win8 32-bit
ASP.Net Core: 2.2
Electron.NET API: v 11
In tab Error List
NETSDK1061: The project was restored using Microsoft.NETCore.App version 2.2.1, but with current settings, version 2.2.0 would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection. ElectronDotNet D:\Programs\ElectronDotNet\ElectronDotNet\ElectronDotNet.csproj 1
NETSDK1061: The project was restored using Microsoft.AspNetCore.App version 2.2.1, but with current settings, version 2.2.0 would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection. ElectronDotNet D:\Programs\ElectronDotNet\ElectronDotNet\ElectronDotNet.csproj 1
when i run command "electronize start"
and this is error popup after that command
@searus commented on GitHub (Feb 27, 2019):
I get the same
@Voljinlvlan commented on GitHub (Feb 27, 2019):
What is your window os @searus
@GregorBiswanger commented on GitHub (May 16, 2019):
Duplicate of #205