I’m seeing strange behaviour with a plugin for Readsoft that I’m developing.
I want it to stop on a breakpoint but it doesn’t. The msgbox just before the place I put the breakpoint is displaying correctly, and the one right after it too.
I need your help because I don’t have any clue of what the problem is.
Thanks for your help!
here is the class with the breakpoint I want to stop to
PS : I’m using Visual Studio 2010 Professional, coding in VB.NET
I could finally find the answer and think it can help.
So my problem was coming from the fact that I was running my project under Visual Studio 2010, but this project was originally created on Visual Studio 2005 and running on .NET framework 2.
Simply changing the framework to framework 4 has solved my problem.
Hope this help