Print Page | Close Window

Could not load file or assembly 'System.Runtime.Serialization'

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1756
Printed Date: 12-Mar-2025 at 7:31pm


Topic: Could not load file or assembly 'System.Runtime.Serialization'
Posted By: WardBell
Subject: Could not load file or assembly 'System.Runtime.Serialization'
Date Posted: 26-Apr-2010 at 6:47pm
You've just added IdeaBlade assembly references manually to your project and built it when you get this error:
Cannot resolve reference assemblies. Please check the reference assemblies. Could not load file or assembly 'System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified. C:\Users\...\BlahBlahBlah
Your response is simple: add 'System.Runtime.Serialization' to your project references; it's in the global assembly cache; the Add References dialog shows it under the ".NET" tab.



Print Page | Close Window