"Unable to load assembly"

  • Thread starter Thread starter GMiller
  • Start date Start date
G

GMiller

I have deployed a .NET 2 application on a customer's system. I'm
trying to use the .NET 1.1 configuration tool to load the assembly but
I always get an 'unable to load assembly" message. What is causing
this?

Thank you,

Gary
 
Gary,

You answered the question yourself. You can not use .NET 2.0 assemblies
with the .NET 1.1 runtime.
 
Hi,

GMiller said:
I have deployed a .NET 2 application on a customer's system. I'm
trying to use the .NET 1.1 configuration tool to load the assembly but
I always get an 'unable to load assembly" message. What is causing
this?

IIRC he framework tools is backward compatible this mean that you can use
2.0 tools with 1.1 assemblies.

The opposite is not true though. That is your problem
 
simply use .Net framework 2.0 config tool as you cannot use .Net framework
1.1 tool with framework 2.0 assimblies
 
Back
Top