Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Error building project with msbuild (Read 1618 times)
alfrye
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 16
Joined: Sep 30th, 2009
Error building project with msbuild
Sep 30th, 2009 at 6:43pm
Print Post  
I am trying integrate a new project into our integrated build system and I get the following error

error LC0004: Exception occurred creating type 'MindFusion.Diagramming.Wpf.Diagram, MindFusion.Diagramming.Wpf, Version=2.2.0.25609, Culture=neutral, PublicKeyToken=1080b51628c81789' System.TypeLoadException: Could not load type 'System.Windows.Media.Effects.Effect' from assembly 'PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

I am able build successful from Visual studio
  
Back to top
AIM  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Error building project with msbuild
Reply #1 - Sep 30th, 2009 at 6:46pm
Print Post  
The Effect class is new in .NET 3.5. Check if your MSBuild script correctly refers to the .NET 3.5 version of the WPF libraries.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint