Page 1 of 1

Cannot see properties when I use ILGenerator

Posted: Wed May 02, 2007 1:05 pm
by MichaelSiebelts
Hi,
I build my GUI with XML Files and ILGenerator, after them I don't see properties of my controls, with generating in Visual Studio I see properties.
Is there a parameter or so?
Thanks
Michael

application.exe.config

Posted: Wed May 02, 2007 4:00 pm
by MichaelSiebelts
there is a parameter
<startup>
<supportedRuntime version="v2.0.50727" safemode="false" />
</startup>

this must be false and not true :)

Thanks