Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? [modified] Pin
bbranded1-Apr-10 7:20
bbranded1-Apr-10 7:20 
GeneralRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? Pin
Daniel Grunwald1-Apr-10 7:35
Daniel Grunwald1-Apr-10 7:35 
GeneralRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? Pin
bbranded1-Apr-10 7:42
bbranded1-Apr-10 7:42 
AnswerRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? Pin
PIEBALDconsult1-Apr-10 13:39
mvePIEBALDconsult1-Apr-10 13:39 
QuestionRe: Calling an event to a class in a different namespace Pin
roman_s1-Apr-10 5:50
roman_s1-Apr-10 5:50 
AnswerRe: Calling an event to a class in a different namespace Pin
Ghydo1-Apr-10 6:20
Ghydo1-Apr-10 6:20 
AnswerRe: Calling an event to a class in a different namespace Pin
Not Active1-Apr-10 6:37
mentorNot Active1-Apr-10 6:37 
QuestionError loading XML data Pin
billy_iii1-Apr-10 3:23
billy_iii1-Apr-10 3:23 
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

...
<property>
	<name>Path</name>
	<type>System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</type>
	<value>
		<string />
	</value>
	</property>
	<property>
		<name>Export_To</name>
			<type>System.String[], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</type>
			<value />
		</property>
	<property>
		<name>Species</name>
		<type>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</type>
		<value />
	</property>
</properties>
...


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
AnswerRe: Error loading XML data Pin
Garry J Evans1-Apr-10 6:19
Garry J Evans1-Apr-10 6:19 
GeneralRe: Error loading XML data Pin
billy_iii6-Apr-10 1:43
billy_iii6-Apr-10 1:43 
GeneralRe: Error loading XML data Pin
Garry J Evans6-Apr-10 2:54
Garry J Evans6-Apr-10 2:54 
QuestionDo I need to Dispose LINQ To SQL Data Context ? Pin
Nadia Monalisa1-Apr-10 1:35
Nadia Monalisa1-Apr-10 1:35 
AnswerRe: Do I need to Dispose LINQ To SQL Data Context ? Pin
R. Giskard Reventlov1-Apr-10 1:41
R. Giskard Reventlov1-Apr-10 1:41 
GeneralRe: Do I need to Dispose LINQ To SQL Data Context ? Pin
Nadia Monalisa1-Apr-10 7:22
Nadia Monalisa1-Apr-10 7:22 
AnswerRe: Do I need to Dispose LINQ To SQL Data Context ? Pin
Not Active1-Apr-10 1:46
mentorNot Active1-Apr-10 1:46 
GeneralRe: Do I need to Dispose LINQ To SQL Data Context ? [modified] Pin
Nadia Monalisa1-Apr-10 7:14
Nadia Monalisa1-Apr-10 7:14 
GeneralRe: Do I need to Dispose LINQ To SQL Data Context ? Pin
Not Active1-Apr-10 7:34
mentorNot Active1-Apr-10 7:34 
GeneralRe: Do I need to Dispose LINQ To SQL Data Context ? Pin
Nadia Monalisa1-Apr-10 8:00
Nadia Monalisa1-Apr-10 8:00 
GeneralRe: Do I need to Dispose LINQ To SQL Data Context ? Pin
Not Active1-Apr-10 8:24
mentorNot Active1-Apr-10 8:24 
QuestionSelecting everything with CTRL+A Pin
teknolog1231-Apr-10 0:55
teknolog1231-Apr-10 0:55 
AnswerRe: Selecting everything with CTRL+A Pin
Mohammad Elsheimy1-Apr-10 1:14
Mohammad Elsheimy1-Apr-10 1:14 
AnswerRe: Selecting everything with CTRL+A Pin
Khaniya1-Apr-10 1:32
professionalKhaniya1-Apr-10 1:32 
GeneralRe: Selecting everything with CTRL+A Pin
teknolog1231-Apr-10 1:57
teknolog1231-Apr-10 1:57 
AnswerRe: Selecting everything with CTRL+A Pin
teknolog1231-Apr-10 1:52
teknolog1231-Apr-10 1:52 
GeneralRe: Selecting everything with CTRL+A Pin
Khaniya1-Apr-10 2:52
professionalKhaniya1-Apr-10 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.