PDA

View Full Version : 6.5.7 WPF Unsupported project


davekelly
30-Mar-2010, 10:32 AM
With a WPF project, I get the unsupported project error, cannot find any 'Main' entry point.

Boro
30-Mar-2010, 11:12 AM
Hi Dave,

Can you, please, share more details about the project you're trying to activate EurekaLog.NET on? Maybe even send me a test project?

I've just tried it on both C# and VB, Desktop and Web projects and it works OK.

Thanks.

davekelly
31-Mar-2010, 08:13 AM
I am just learning WPF, so not very familiar yet.

The test project I tried to activate it with is a screensaver, from http://www.codeproject.com/KB/WPF/WPFScreenSaver.aspx

I tried a blank c# project and it worked ok

Boro
06-Apr-2010, 12:56 PM
Hi Dave,

You can either update to 6.5.8 or use remove System.Windows from the Application declaration as a workaround.