After adding a new file to my project as Content, I get the following Visual Studio exception when creating a breakpoint anywhere in that project:
"EXCEPTION: System.ArgumentException: Cannot set breakpoint on the specified IL offset. at Mono.Debugger.Soft.VirtualMachine.ErrorHandler(Object sender, ErrorHandlerEventArgs args)"
Is this a known issue or am I possibly doing something incorrectly? I just created a folder called Content, added a file to the project from that folder, and set the build action to Content.
Not that it should matter, but the file is a database file that I'm using to seed a user's db.
Any help would be greatly appreciated.