Skip to main content

All Questions

Tagged with
0 votes
0 answers
33 views

.net mvc project sdk package error: MSB4019: The imported project "../Microsoft.NET.Sdk.Common.targets " was not found

My project was working smoothly until a while ago I reopen it to find the following error when trying to build it (I'm using vs code) I noticed sdk 8.0.107 being recently updated/implemented ...
Leon's user avatar
  • 1
0 votes
0 answers
15 views

Why i am getting 400 Bad Request when i include page parameter for GetJobLogs { GET /20180917/jobs/{jobId}/logs } from oci .net sdk?

i am trying to send a initial request to to get the details of the job logs and when i include the page parameter, the response gives bad request error and also i want to include pagination in my ...
Bony Cherian's user avatar
0 votes
1 answer
33 views

How to Get Microsoft .NET SDK 6.0 in the msix format

I am doing this on a non-admin user and I am trying to get .NET 6.0 Sdk as MSIX. I tried dotnet-install script but nothing worked. And when I ran dotnet --list-sdks but there was none. There were only ...
hackerkid 119's user avatar
0 votes
1 answer
519 views

Trouble Running .NET 8 Projects After Installing SDK 8

I recently installed .NET SDK 8 and verified its installation using the command dotnet --version, which shows 8.0.204. However, when I attempt to open a project targeting .NET 8, I encounter the ...
mniyf's user avatar
  • 1
0 votes
1 answer
36 views

Building net8.0 in GH actions gives an error that doesn't exist locally

I just upgraded to net8.0 from 6.0 in a repo, and ran dotnet restore, which worked fine. Upon running the build and restoring dependencies after opening a PR, Github gives the error: /home/runner/....
Cjmaret's user avatar
  • 201
0 votes
0 answers
34 views

Why am I getting Invalid Grant error while using Refresh Token to Generate Access Token using Dropbox Sign .NET SDK

I am using the following Dropbox Sign .NET SDK code in my project to generate Dropbox Sign Access token using previously saved Refresh token. public async Task<TokenResponse> GetRefreshToken(...
Gags's user avatar
  • 883
1 vote
0 answers
237 views

I cannot install the dotnet-sdk-8.0.203-win-x64 version

When i try to install the sdk i keep getting this error :link to image with error In cmd I already have installed the sdk 7 version , is it causing the problems?link to images with cmd I tried finding ...
Maciej Zima's user avatar
1 vote
1 answer
74 views

The selected file cannot be opened as a solution or project. Please select a solution file or a project file

I am a manual tester, but started my journey to learn Playwright with C#.net, I installed Visual Studio community edition and .NET 8.0 SDK and set the Environment variable as mentioned in the few ...
Harry's user avatar
  • 11
0 votes
1 answer
62 views

How to know what SDKs a user will require for my .Net app

I am building a Windows desktop app using .Net 8.0 and I want to know what requirements/dependencies my user would already need installed on their system in order to run my app. For example, if they ...
Alex's user avatar
  • 13
2 votes
1 answer
3k views

'dotnet --version' is returning 'You must install or update .NET to run this application.'

I have installed .net SDK 6.0.419 from here. After installing when I ran 'dotnet --version' I encountered below error. You must install or update .NET to run this application App: C:\Program Files\...
Pulkit Sharma's user avatar
0 votes
0 answers
79 views

NSwag, how to avoid duplicate enums?

I'm using NSwag.AspNetCore v14.0.3. I have the following operation filter, the purpose of it is to add the header "Accept-Language" to the generated SDK with the values supported by my ...
xqlimax's user avatar
  • 115
24 votes
7 answers
38k views

NETSDK1045: The current .NET SDK does not support targeting .NET 8.0.1

dotnet --list-sdks indicates that I have .net8.0.1 installed. My c# Solution has .Net7 and .Net8 projects and builds OK. If I change the main project to have <Project Sdk="Microsoft.NET.Sdk&...
Kirsten's user avatar
  • 17.5k
3 votes
4 answers
8k views

.NET 8.0 does not show up in target framework after installing .NET 8 SDK

I've the latest version of VS2022 version 17.8.4. I've installed, without errors, the .NET 8.0 SDK (not the preview version). In the Visual Studio installer, under individual components, the box next ...
MC9000's user avatar
  • 2,300
0 votes
0 answers
25 views

HTTP Error 500.30 - ANCM In-Process Start Failure. Is there an incompatibility between Windows 11 and .NET 3.1?

When I run my application, which is built with .NET 3.1, it generates an error HTTP Error 500.30 - ANCM In-Process Start Failure Common solutions to this issue: The application failed to start The ...
João Paulo Rezende's user avatar
0 votes
0 answers
92 views

.Net MAUI installaion issue

I am completely new to .Net and I was installing the .Net sdk for .Net maui , I was following the following documentation - https://techcommunity.microsoft.com/t5/educator-developer-blog/net-maui-on-...
Shubhankar Pande's user avatar

15 30 50 per page
1
2 3 4 5
20