Windows Vista Beta | WinVistaBeta.com - Message | PlatformVerification and MSBuild Crash

November 21, 2008  
Subject: PlatformVerification and MSBuild Crash
Group: microsoft.public.vstudio.general
Date: 9/7/2008 10:16:01 AM
From: =?Utf-8?B?TGliZXJhZG8yNw==?= [Email Address Protection]

Hi!

I just downloaded a project ported from .Net Framework to Compact Framework.

If I build the project in Visual Studio 2008 SP1 IDE, it makes the IDE crash.

With MSBuild generates the .dll (it's a library) and the crash saying:
Process is terminated due to StackOverflowException.

If I turn off PlatformVerification, MSBuild builds the project without
error. But if I analyze the .dll with FXCop, it shows me two errors. So, I
suppose that the dll is not build correctly.

How can I solve this problem? Where is the problem?

Language: C# to Compact Framework 3.5.
Thanks


Back