L
Lloyd Dupont
I downloaded C# express final release last friday.
Previously I was working with 2.0 beta 2.
I had a few libraries which crashed. Presumably because of some missing
function incompatibilities.
Anyway I went over these but now I really hit a wall.
I have, in my project, 1 windows form application and a few dll.
All of them recompiled from scratch.
There is a method I call a few times.
On the 3rd time I get:
BadImageFormatException
An attempt was made to load a program with an incorrect format. (Exception
from HRESULT: 0x8007000B)
at Cook.GUI.RecipeIngredientGridModel.get_NumRows()
at NGui.Grid.GridView.GetPreferredSize(Size proposed) in
F:\MyWork\eCookBook\NGui\Grid\GridView.cs:line 303
Now the documentation from MSDN makes me wonder.. how come such an exception
(BadImageFormat) is thrown from a function in a DLL
1. which is part of my project, I mean the C# source I just compiled
2. which I alread called successfully a few times before this exception!
I though the beta were quite allright, but it seems to me the final release
are not!
Previously I was working with 2.0 beta 2.
I had a few libraries which crashed. Presumably because of some missing
function incompatibilities.
Anyway I went over these but now I really hit a wall.
I have, in my project, 1 windows form application and a few dll.
All of them recompiled from scratch.
There is a method I call a few times.
On the 3rd time I get:
BadImageFormatException
An attempt was made to load a program with an incorrect format. (Exception
from HRESULT: 0x8007000B)
at Cook.GUI.RecipeIngredientGridModel.get_NumRows()
at NGui.Grid.GridView.GetPreferredSize(Size proposed) in
F:\MyWork\eCookBook\NGui\Grid\GridView.cs:line 303
Now the documentation from MSDN makes me wonder.. how come such an exception
(BadImageFormat) is thrown from a function in a DLL
1. which is part of my project, I mean the C# source I just compiled
2. which I alread called successfully a few times before this exception!
I though the beta were quite allright, but it seems to me the final release
are not!