[MonoDevelop] C# not working on Windows XP - array not initialized

Michael Hutchinson m.j.hutchinson at gmail.com
Tue May 22 16:39:57 UTC 2012


On 19 May 2012 17:30, maresjiri <maresjiri at yahoo.com> wrote:
> I created a very simple project using monodevelop 3.0 on Ubuntu and it was
> working as expected. Then I run the same thing using same version of
> monodevelop 3.0 but this time for Windows XP. The project is a hello word
> example with added two lines, please see code below.
>
> I created two arrays, test and test2. test2 is a list of strings and works
> as expected (i.e. is populated and content is shown in debug window). test
> is a list of integers and gets populated when running on Ubuntu but when
> running on Windows XP I am getting the following error:
> "A class is not loaded. (Exception from HRESULTS:0x80131303)"
>
> I tried to switch from Mono 4.0 to 3.5 and then to 2.0 but did not help. I
> even installed Monodevelop on another machine - with the same result.
>
> Could you please point me to the right direction. Any comments would be
> appreciated.

It sounds like a problem with the .NET (not Mono) debugger addin. Did
you try running instead of debugging?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list