Cannot see properties when I use ILGenerator

Ranorex Studio, Spy, Recorder, and Driver.
MichaelSiebelts
Posts: 2
Joined: Wed May 02, 2007 12:11 pm
Location: Wolfsburg
Contact:

Cannot see properties when I use ILGenerator

Post by MichaelSiebelts » Wed May 02, 2007 1:05 pm

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

MichaelSiebelts
Posts: 2
Joined: Wed May 02, 2007 12:11 pm
Location: Wolfsburg
Contact:

application.exe.config

Post by MichaelSiebelts » Wed May 02, 2007 4:00 pm

there is a parameter
<startup>
<supportedRuntime version="v2.0.50727" safemode="false" />
</startup>

this must be false and not true :)

Thanks