Click here to Skip to main content
15,886,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
PinnedHOW TO ANSWER A QUESTION PinPopular
Chris Maunder12-Jul-09 22:39
cofounderChris Maunder12-Jul-09 22:39 
Questionassertion failed : unrecognized tag script Pin
Patil Anant9-Mar-24 2:07
Patil Anant9-Mar-24 2:07 
AnswerRe: assertion failed : unrecognized tag script Pin
Richard MacCutchan9-Mar-24 2:30
mveRichard MacCutchan9-Mar-24 2:30 
AnswerRe: assertion failed : unrecognized tag script Pin
Andre Oosthuizen12-Mar-24 6:57
mveAndre Oosthuizen12-Mar-24 6:57 
Questionis it hard to add new module into Umbraco CMS? Pin
Southmountain7-Feb-24 8:23
Southmountain7-Feb-24 8:23 
AnswerRe: is it hard to add new module into Umbraco CMS? Pin
RedDk7-Feb-24 8:43
RedDk7-Feb-24 8:43 
QuestionUI library for ASP.NET Core MVC Razor Pin
Mark Pelf 8-Dec-23 5:18
mvaMark Pelf 8-Dec-23 5:18 
QuestionCoding Help Pin
appache0524-Nov-23 18:04
appache0524-Nov-23 18:04 
AnswerRe: Coding Help Pin
Richard MacCutchan24-Nov-23 22:05
mveRichard MacCutchan24-Nov-23 22:05 
AnswerRe: Coding Help Pin
Andre Oosthuizen25-Nov-23 1:24
mveAndre Oosthuizen25-Nov-23 1:24 
AnswerRe: Coding Help Pin
jschell25-Nov-23 7:02
jschell25-Nov-23 7:02 
QuestionWhat should I start reading to get to where I want to go? Pin
DalTXColtsFan21-Nov-23 11:46
DalTXColtsFan21-Nov-23 11:46 
AnswerRe: What should I start reading to get to where I want to go? Pin
Richard MacCutchan21-Nov-23 21:37
mveRichard MacCutchan21-Nov-23 21:37 
QuestionSelectedIndexChanged for DropDown not fired when first item selected Pin
DalTXColtsFan17-Nov-23 7:41
DalTXColtsFan17-Nov-23 7:41 
AnswerRe: SelectedIndexChanged for DropDown not fired when first item selected Pin
Ron Nicholson17-Nov-23 7:57
professionalRon Nicholson17-Nov-23 7:57 
GeneralRe: SelectedIndexChanged for DropDown not fired when first item selected Pin
DalTXColtsFan17-Nov-23 8:03
DalTXColtsFan17-Nov-23 8:03 
GeneralRe: SelectedIndexChanged for DropDown not fired when first item selected Pin
Andre Oosthuizen18-Nov-23 7:27
mveAndre Oosthuizen18-Nov-23 7:27 
SuggestionRe: SelectedIndexChanged for DropDown not fired when first item selected Pin
Richard Deeming19-Nov-23 21:56
mveRichard Deeming19-Nov-23 21:56 
QuestionDumb it down for one who's basically a beginner Pin
DalTXColtsFan15-Nov-23 5:31
DalTXColtsFan15-Nov-23 5:31 
AnswerRe: Dumb it down for one who's basically a beginner Pin
Andre Oosthuizen15-Nov-23 7:25
mveAndre Oosthuizen15-Nov-23 7:25 
GeneralRe: Dumb it down for one who's basically a beginner Pin
DalTXColtsFan15-Nov-23 11:48
DalTXColtsFan15-Nov-23 11:48 
GeneralRe: Dumb it down for one who's basically a beginner Pin
Andre Oosthuizen16-Nov-23 5:36
mveAndre Oosthuizen16-Nov-23 5:36 
Questioncan't build blazor library in azure pipeline Pin
Super Lloyd6-Sep-23 17:08
Super Lloyd6-Sep-23 17:08 
When I try to build my project with azure pipeline (or even my PC), using that command line:
dotnet.exe publish C:\..\Produce.csproj --configuration Release -r win-x64 --self-contained true --output C:\..\Produce5

I got same version number as my computer and this error, all the time, almost immediately:
MSBuild version 17.7.1+971bf70db for .NET
...
C:\Program Files\dotnet\sdk\7.0.400\Sdks\Microsoft.NET.Sdk.BlazorWebAssembly\targets\Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets(325,5)
error MSB4018: 
The "GenerateBlazorWebAssemblyBootJson" task failed unexpectedly. [C:\...\Parts.Production.Blazor.csproj]
System.IO.IOException: The process cannot access the file 'C:\..\Parts.Production.Blazor\obj\Release\net7.0\blazor.boot.json' because it is being used by another process. [C:\..\Parts.Production.Blazor.csproj]

The funny thing is, the whole thing build fine with visual studio!
Any idea what's wrong, or what I could do?

Perhaps, Visual Studio 2022 is not using Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets and I too can avoid it with the command line?

REMARK
adding -maxcpucount:1 to the command line fixes this build job step, but it's a lot slower (obviously) and the whole solution pipeline build job still fails because it's now taking more than an hour... Roll eyes | :rolleyes:
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!


modified 6-Sep-23 23:21pm.

AnswerRe: can't build blazor library in azure pipeline Pin
Super Lloyd6-Sep-23 18:27
Super Lloyd6-Sep-23 18:27 
QuestionBlazor component debugging Pin
Super Lloyd23-Aug-23 14:16
Super Lloyd23-Aug-23 14:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.