473,612 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Adding a Managed handler fails...

1,047 Recognized Expert Top Contributor
I am trying to add a 'Managed handler' and receive next message:
(It's in DUTCH, translation below)
'Er is een fout opgetreden tijden de uitvoering van deze bewerking
Details:
Deze methode kan niet worden aangeroepen tijdens de initialisatiefa se vóór het starten van de toepassing'

In English something like:
'There has been an error during this action
Details:
This method can not be called during the initialization phase before starting the application

The drop-down box that is shown is empty.
I have installed .NET4.5

Can anyone give a clue?
I was not able to find any working solution so far ...
Jan 3 '18 #1
1 5896
Luuk
1,047 Recognized Expert Top Contributor
The clue was that I did build my application as a 32-bit.
I should not have done that!
Jan 6 '18 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2381
by: Tom | last post by:
The Microsoft update page scans my computer which has Windos XP Home Edition. The website recommends installing both DirectX 9.0A end-user runtime and Managed DirectX. The problem is I have successfully installed DirectX 9.0A end-user runtime after which the Microsoft update scan comes up with Managed DirectX as a final update needed. Managed DirectX fails to install. It gives a message
0
1385
by: harmeet | last post by:
hi all, i am implementing command pattern in my project and adding event handler for tollbar buttonclick event. while i click on any button it notify multiple times due to multiple event handler associated with it. now i want to avoid duplicate event handler addition while adding handler using AddHandler Keyword in VB.NET. please help me out to resolve this problem.
0
1932
by: Arnaud Debaene | last post by:
Hello all. I've got a bunch of existing, non managed, C++ DLLs that export types with, among other things, public events implemented using the boost::signals library. Now, I need to have these DLL interoperate with managed code. Among others things, the managed code need to be able to register for notification with the boost signals. I've tried different approaches (trying to register a pinned delegate with the boost::signal, etc...),
3
1903
by: Andrew Wied | last post by:
Hello Please excuse me if this come in as a duplicate. Here is the situation that I am having: I am pulling data from a database and writing it out as a list. Next to each item that I write, I want to make a linkbutton control which will allow you to invalidate the database record. Since I don't know how many records will be present, I need to have all of the linkbuttons access the same event. The trick is to know WHICH linkbutton was...
13
2071
by: Richard W | last post by:
I have a very simple web page (ASP.NET) that I am trying to build. On the web page is a checkbox that enables or disables other controls based upon the checked status. However, .NET fails to create the event handler for the CheckedChanged event. In addition, even if I manually create the event handler, the CheckedChanged event is never executed at runtime. AutoPostBack is set to True. Sometimes, ..NET "loses" blocks of code that I...
4
22188
by: VMI | last post by:
My aspx has a user Control (a .ascx) that includes all the fields of an address (add1, city, st, etc...). How can I add an event handler to a comboBox inside the .ascx from within my aspx page? I just want to add this event handler to that instance of the comboBox. Thanks.
2
3725
by: Mayur | last post by:
Hello all, Can any one have the source of How to add event handler in unmanaged MFC application for event source which is in Managed(c# class library). Here is the Event Source code : namespace ircConnect {
54
5177
by: Zytan | last post by:
I have a log class that makes a synchronized TextWriter like so, in the constructor: StreamWriter sw = new StreamWriter(filename); tw = TextWriter.Synchronized(sw); In the destructor, ~MyLogClass(), I call: tw.WriteLine("some stuff"); tw.Close();
0
1076
by: andrew.j.matheny | last post by:
Hi, I'm trying to include a dll written in managed C++ in a C# code behind file for an asp.net website and I'm running into some problems. Whenever I add the file as a reference to the asp.net project the application refuses to build properly. I get the following error message: Error 2 The specified module could not be found. (Exception from HRESULT: 0x8007007E) (very descriptive i know)
6
10628
by: Ria12 | last post by:
Hi...Guys I have a created a Modal popup as a usercontrol .it also have a button .I want to handle button event of usercontrol on parent page by registering it on parent page.but it does not work properly...plz help me....
0
8105
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
8605
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...
1
8246
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6076
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
5532
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
4045
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...
1
2550
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
1
1695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1413
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.