473,698 Members | 2,632 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Errors late-binding .net2.0 assembly from .net1.1

I'm trying to late bind and invoke a method on a .net 2.0 assembly from
a .net 1.1 assembly. I'm getting and error 'The format of the file
'myAssembly.dll ' is Invalid. Can't figure it out. Any suggestions are
much appreciated.

Assembly p = Assembly.LoadFr om( asFilePath );
object o = p.CreateInstanc e( asClassName );
object[] args = new object[4]{m_AssemblyDoc, ao, m_ProcessesDoc,
cbProduct.Selec tedItem};

MethodInfo Method = o.GetType().Get Method("Process ");
Object obj = Activator.Creat eInstance(o.Get Type());
Method.Invoke( obj, args );

Nov 22 '05 #1
1 1273
>I'm trying to late bind and invoke a method on a .net 2.0 assembly from
a .net 1.1 assembly.


2.0 assemblies can only be loaded by the 2.0 CLR. I suspect you're
running with a previous version loaded.
Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Nov 23 '05 #2

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

Similar topics

6
2204
by: Mike Brown | last post by:
This works as expected (this is on an ASCII terminal): >>> unicode('asdf\xff', errors='replace') u'asdf\ufffd' This does not work as I expect it to: >>> class C: .... def __str__(self):
4
1736
by: Aaron W. LaFramboise | last post by:
I'm seeking a solution to my C++-life long dilemma of how to deal with errors when exceptions aren't appropriate. Below I highlight two error cases, which mainly occur when trying to handle "unexpected" errors on system interfaces. I am an experienced modern C++ programmer, and I'm mainly interested in the case where the error is in a generic, reusable component where invasive control over the user is unacceptable. Case 1: An error...
1
1402
by: Chua Wen Ching | last post by:
Hi there. Sorry for the late reply. Thanks for Justin, Jon Skeet, Jack Hanebach and Ann Marinas replies. Actually i am testing a code from Swarm.Net by Mike Gold. I rewrote the same code with vs.net 2003, and i see the overflow errors.
4
276
by: Senapathy | last post by:
VC++ .NET 2003 Standard Edition Win XP, SP2 Hi, I have a code that builds under VC6.0, but fails to link in VC7.1. The offending code is as follows: _AFX_RICHEDIT_STATE* const pEditState = _afxRichEditState;
5
2025
by: Henry | last post by:
Where are the templates for the asp.net error pages stored? I am catching all errors but sometimes I still get the orange asp error page. I looked at machine.config but I didn't see any error handler which I could overwrite. I don't want my customers to see the aspxerror path in the URL either. Does someone know how to replace the error handling in asp.net at the root? I don't mean the customerrors tag in web.config. That's too late in...
6
3614
by: David Lozzi | last post by:
Hello there, I'm getting the following error System.NullReferenceException: Object reference not set to an instance of an object. at shopping_bag.GetBagTotals()
7
3315
by: Adam | last post by:
Hello. I do most of my web dev work from a Mac (whose file system is case-insensitive.) I upload my web pages and other files onto a Unix-based host, which is case sensitive. When I look at the errors that were generated on my web site, I find that sometimes people are trying to access, for example, "file.exe", when I uploaded it as "File.exe" with an uppercase letter. Some of these pages and files have had mixed case for years and...
0
1864
by: sg2611 | last post by:
I am getting a warning in my VB.Net application Warning Late bound resolution; runtime errors could occur. for the following code Private Function CreateReportHeader(ByRef ExcelApp As Excel.Application, ByVal table As DataTable) Dim bHeaderCreated As Boolean = False Dim col As DataColumn = Nothing
55
3302
by: lovecreatesbea... | last post by:
Do you check all error conditions for all library calls in you code? Is it necessary to check all errors? Is it convenient to check all errors (or how to make code clean and readable with mass of non business logic related code block)? The following code from net-snmp library calls atoi five times but checks none. Do we code a wrapper my_atoi_with_error_check() around atoi and call this new one everywhere else? Is it a good practice...
4
1738
by: Cyphos | last post by:
Hello, I'm late getting to the PHP scene, but I thought I'd start to get into it. I have a .NET and Ruby background, therefore I'm an OOP guy. One thing that I haven't figured out to do is turn on Exception handling for PHP errors. I'm used to exceptions, and noticed that PHP 5 has support for exceptions, so I'd like all errors thrown as exceptions.
0
8612
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9171
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9032
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
6532
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5869
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.