STARIONGROUP / COMET-IME-Community-Edition

The Concurrent Design Desktop Application and Excel Integration compliant with ECSS-E-TM-10-25 Annex A and Annex C
https://www.stariongroup.eu
Other
21 stars 5 forks source link

Reporting - not working in dotnet 6 testing zip version #1220

Closed MartinFijneman closed 1 year ago

MartinFijneman commented 1 year ago

Prerequisites

Description

Reporting - not working in dotnet 6 testing zip version

possible to open a report, but compiling and viewing the resulting report not possible.

error message in reporting browser:

08:29:03 Operation is not supported on this platform.\n at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames) at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters options, String[] sources) at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources) at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) at CDP4Reporting.ViewModels.ReportDesignerViewModel.CompileAssembly(String source) in C:\Users\joratowski\Git\COMET-IME-Community-Edition\CDP4Reporting\ViewModels\ReportDesignerViewModel.cs:line 1162\n 08:29:05 Build data source code first. 08:29:05 Compile data source code first. 08:29:33 Operation is not supported on this platform.\n at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames) at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters options, String[] sources) at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources) at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) at CDP4Reporting.ViewModels.ReportDesignerViewModel.CompileAssembly(String source) in C:\Users\joratowski\Git\COMET-IME-Community-Edition\CDP4Reporting\ViewModels\ReportDesignerViewModel.cs:line 1162\n

Steps to Reproduce

Logs

System Configuration

lxatstariongroup commented 1 year ago

The Report app is partially converted, but the code compiler should be updated. The UI-DSM version should be used here. Will be done in issue #1117 This issue will therefore be closed.