V
Vini
hey all,
i have a .dll file created using .NET 1.1
in my windows forms application at .NET 1.0, i'm trying to use it.
i'm able to add it as a reference and getting intellisense help also.
when i try to create an object of any class declared in this .dll, i
got an exception :-
System.IO.FileNotFoundException: File or assembly name System, or one
of its dependencies, was not found.
File name: "System"
the error comes only at runtime when i try to create an object...?
is this because .NET 1.1 is not backward compatible..?
TIA
"Vini"
i have a .dll file created using .NET 1.1
in my windows forms application at .NET 1.0, i'm trying to use it.
i'm able to add it as a reference and getting intellisense help also.
when i try to create an object of any class declared in this .dll, i
got an exception :-
System.IO.FileNotFoundException: File or assembly name System, or one
of its dependencies, was not found.
File name: "System"
the error comes only at runtime when i try to create an object...?
is this because .NET 1.1 is not backward compatible..?
TIA
"Vini"