473,395 Members | 1,527 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

"Unable to load assembly"

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

Mar 29 '07 #1
3 5047
Gary,

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

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"GMiller" <lu********@gmail.comwrote in message
news:11**********************@r56g2000hsd.googlegr oups.com...
>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

Mar 29 '07 #2
Hi,

"GMiller" <lu********@gmail.comwrote in message
news:11**********************@r56g2000hsd.googlegr oups.com...
>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


Mar 29 '07 #3
simply use .Net framework 2.0 config tool as you cannot use .Net framework
1.1 tool with framework 2.0 assimblies

"GMiller" wrote:
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

Mar 30 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Shawn Wildermuth | last post by:
I have some simple code that loads a control with LoadControl and casts it to the codebehind object: Control ctrl = LoadControl("~/Controls/BlogEntryViewer.ascx"); BlogEntryViewer entry =...
1
by: Dominique Vandensteen | last post by:
I want to dynamicly load a type (typename is defined in the database). This type is located in the exe itself or one of the dll's in the directory with the exe file. When creating an instance...
5
by: Joăo Santa Bárbara | last post by:
hi there i have this error in VS2005 DEV Edition "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information." i have create an windows...
4
by: Kuldeep | last post by:
Hi All, ..NET Framework - 1.0 ASP.NET Everytime I open my open, I get this error message "Unable to load one or more breakpoints" Even after this, I can build my application and run Please...
2
by: ashishjainism | last post by:
I am unable to install my windows service and the installutil is throwing the following error: Running a transacted installation. Beginning the Install phase of the installation. See the...
1
by: Martin Plechsmid | last post by:
Hello, (After investigating my real problem) I've got a C# web service containing a single method: public MyBDO Test() { return null; }
1
by: Curious | last post by:
Hi, I have a .NET program that uses a third party assembly. However, it doesn't seem to work because when I start my program, it gives me an error as below: Could not load file or assembly...
4
by: Oriane | last post by:
Hi there, on IIS 5.0, when I contact my asmx Web service page, I get an error message on IE and the event log gives me this error: "App domain cannot be created". So the asmx page is containing...
1
by: =?Utf-8?B?c2lwcHl1Y29ubg==?= | last post by:
Hi Trying to copy a complex data structure with this code public object Clone() { MemoryStream ms = new MemoryStream(); BinaryFormatter bf = new BinaryFormatter(); bf.Serialize(ms, this);...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.