المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Error loading XML data



C# Programming
04-01-2010, 08:22 PM
Hi forum

I have this inconvenience

I have an application with a Grid Property, and im saving my properties to a file with XML.
So when I open the created file i see this

...
Path System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Export_To System.String[], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Species System.Collections.Generic.List`1[[MySolution.MyProject.MyClass.Species, MyDLL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ...

Until here is OK. The problem is when i want to load newly this file. The problem is because i have my class into a dll (created by me).

For this motive Im getting this error message.

"Is not possible load the file or assembly 'MyDLL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'" or one of it's dependencies. The System can not find the file specified.

but if I include this property into my project 'directly' there is no problems (the problem is that i need this into my dll)


Can some body tell me how to fix this problem, to load newly my properties

Thankyou