Closed goldenauge closed 6 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
i think the problem is in the bpmn-js.ts file:
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
Hi Olmo,
i m trying since yesterday to fix this problem:
i updated my project:
do you have any hint for me?
Imad