Home | Crucible | Forums


Home » Cenqua User Forums » Clover for .NET

Thread: Support Clovering WPF Applications

Welcome, Guest

Replies: 1 - Pages: 1 - : Apr 4, 2021 7:46 AM by: ansmith
Jan-Cornelius M...

Posts: 4
Registered:
Support Clovering WPF Applications
Posted: Jun 7, 2021 3:39 PM

Clover does not support WPF Applications:

Fehler beim Buildvorgang.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.WinFX.targets(236,9): error BG1002: File 'D:\Development\Visual Studio 2005\Demo\WPF Sound\CloverBuild\WPF Sound\MyApp.xaml' cannot be found.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.WinFX.targets(236,9): error BG1002: File 'Window1.xaml' cannot be found.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.WinFX.targets(236,9): error BG1003: The project file contains a property value that is not valid.
0 Warnung(en)


Posts: 1
Registered:
Re: Support Clovering WPF Applications
Posted: Apr 4, 2021 7:45 AM   in response to:

This is because now that you moved MyApp, the VS/WPF does not recognize it
as an application, it thinks it's a window, which is the previous bug you
reported on. So as the fix to that, you should fix the markup in the .csproj
file to change it from a "Page" tag to "ApplicationDefinition", Visual Studio will create
MyApp.XAML and Window1.XAML files.

-------------------------------
software reviews