Error binding to target method

O

Oenone

I'm developing an ASP.NET project which calls into several VB.NET DLLs. I'm
running the ASP.NET and the DLL projects in a single solution to allow me to
easily develop and debug the DLLs.

However I'm having a problem running the project with the Common Language
Runtime exceptions set to Break into the debugger. This is the mode in which
I normally run my projects as it allows me to immediately see what's
happening whenever an exception is thrown.

When I start my project with the debugger in this mode, the following error
appears in the IDE as soon as I interact with the application from my web
browser:

A first chance exception of type 'System.ArgumentException' occurred in
mscorlib.dll

Additional information: Error binding to target method.

When I click the Break button, a further dialog window appears:

There is no source code available for the current location.

I can then stop the project and re-run it, and it'll work fine. But as soon
as I stop it and run it a second time, the error comes back. So every second
run of the code generates this error.

If I switch the exceptions to Continue mode, this problem doesn't occur at
all.

Does anyone have any idea why this is happening and what I can do about it?

My thanks in advance,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top