Multiline Textbox erzeugt Exception

Ich stehe gerade vor einem kleine Rätsel (im Emulator läufts).
Ich hab eine Textbox, bei der setz ich Multiline auf true damit ich mehrere Zeilen hab.
Starte ich die Anwendung aber auf dem Handy (Sony Ericsson Xperia X1) gibt es genau an der Stelle eine Exception.
[csharp]
this.textBox1.Location = new System.Drawing.Point(51, 30);
this.textBox1.Multiline = true;
this.textBox1.Name = “textBox1”;
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox1.Size = new System.Drawing.Size(157, 79);
this.textBox1.TabIndex = 1;
[/csharp]
Ich bekomm auch keinen Text oder so sondern einfach nur Exception.
Habt ihr da eine Idee woran das liegen kann? Meine Versuche dazu was im Netz zu finden sind bisher auch noch nicht erfolgreich gewesen.

Ok ein Neustart hat geholfen :smiley:

On UNIX be root, on Windows reboot! :smiley: