S
Saso Zagoranski
Hi!
I'm trying to load an assembly by using:
Assembly assembly = Assembly.LoadFrom(path + line);
where
string path =
Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetModules()[0].FullyQ
ualifiedName)+ "\\";
I've used the messagebox to see wheter path+line is correct and it is!
I manually copy the assembly into the same directory as the application. Any
ideas?
Why does this exception occur?
thanks,
saso
I'm trying to load an assembly by using:
Assembly assembly = Assembly.LoadFrom(path + line);
where
string path =
Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetModules()[0].FullyQ
ualifiedName)+ "\\";
I've used the messagebox to see wheter path+line is correct and it is!
I manually copy the assembly into the same directory as the application. Any
ideas?
Why does this exception occur?
thanks,
saso