signumsoftware / framework

Open Source framework for writing data-centric applications using the latest versions of .Net Core, C# (not-nullable), ASP.NET Web API, Typescript (strict), React, D3 and Sql Server or PostgreeSQL
https://www.signumsoftware.com/en/Framework
MIT License
222 stars 84 forks source link

Problem on debug #637

Closed goldenauge closed 6 months ago

goldenauge commented 7 months ago

Hi Olmo,

i m trying since yesterday to fix this problem: image

i updated my project: image

do you have any hint for me?

Imad

olmobrutall commented 7 months ago

Hi Imad,

Probably you have the solution in the Output window. Unfortunately the TSGenerator is not a MSBuild ITask but a full console application that is called, so when there is an error I can not write it in the error window.

The reason is that dotnet build uses .net core msbuild but VS uses .Net Framework MSBuild and I had problems making it work in both cases.

Tell me if this fixes the issue.

Olmo

goldenauge commented 7 months ago

i think the problem is in the bpmn-js.ts file: image

goldenauge commented 6 months ago

we solved the problem on changing our web.config from "<aspNetCore processPath="bin\Debug\net8.0\Southwind.Server.exe" to "<aspNetCore processPath="bin\Debug\net8.0\Southwind.exe"

Thank you