[MonoDevelop] TargetInvocation Exception
D Boarman
ddboarm at yahoo.com
Mon Feb 22 12:23:00 EST 2010
I have MonoDevelop 2.6.1, latest Mono, .Net 3.5 SP1 Framework installed.
A simple program as follows:
using System;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
namespace NewProgram
{
static class Program
{
[STAThread]
static void Main (params string[] args)
{
SayHello ();
}
static void SayHello ()
{
MessageBox.Show ("Hello World...");
}
}
}
I have .Net set as the default debugger. When I try to run in debug (F5) I get the following (I am only giving the first bit since it is extremely long):
Exception in callback: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x8013131D): JIT settings for ZAP modules cannot be changed.
Any ideas as to what could be wrong or what I might not have settings correct for?
David Boarman
ddboarm at yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100222/f9d5b5c9/attachment.html
More information about the Monodevelop-list
mailing list