Guys, my previously problem is resolved, I uninstall and install everithing again and did work.
Now I create a single compact framework aplication with a simple buttons and combobox and when I compile it give me this errors:
'System.Windows.Forms.Button' does not contain a definition for 'UseVisualStyleBackColor' (CS0117) - C:\Documents and Settings\JCarvalho\Ambiente de trabalho\Projectos\PDA\Hello World\MainForm.Designer.cs:60,17
'System.Windows.Forms.ComboBox' does not contain a definition for 'FormattingEnabled' (CS0117) - C:\Documents and Settings\JCarvalho\Ambiente de trabalho\Projectos\PDA\Hello World\MainForm.Designer.cs:88,19
'System.Windows.Forms.ComboBox.ObjectCollection' does not contain a definition for 'AddRange' (CS0117) - C:\Documents and Settings\JCarvalho\Ambiente de trabalho\Projectos\PDA\Hello World\MainForm.Designer.cs:89,25
'System.Windows.Forms.Button' does not contain a definition for 'UseVisualStyleBackColor' (CS0117) - C:\Documents and Settings\JCarvalho\Ambiente de trabalho\Projectos\PDA\Hello World\MainForm.Designer.cs:107,17
'System.Windows.Forms.Label' does not contain a definition for 'BorderStyle' (CS0117) - C:\Documents and Settings\JCarvalho\Ambiente de trabalho\Projectos\PDA\Hello World\MainForm.Designer.cs:120,16
'System.Windows.Forms.Button' does not contain a definition for 'UseVisualStyleBackColor' (CS0117) - C:\Documents and Settings\JCarvalho\Ambiente de trabalho\Projectos\PDA\Hello World\MainForm.Designer.cs:133,17
'System.Windows.Forms.Button' does not contain a definition for 'UseVisualStyleBackColor' (CS0117) - C:\Documents and Settings\JCarvalho\Ambiente de trabalho\Projectos\PDA\Hello World\MainForm.Designer.cs:143,17
'System.Windows.Forms.Button' does not contain a definition for 'UseVisualStyleBackColor' (CS0117) - C:\Documents and Settings\JCarvalho\Ambiente de trabalho\Projectos\PDA\Hello World\MainForm.Designer.cs:153,17
'Hello_World.MainForm' does not contain a definition for 'PerformLayout' (CS0117) - C:\Documents and Settings\JCarvalho\Ambiente de trabalho\Projectos\PDA\Hello World\MainForm.Designer.cs:184,9
This are the errors that appear when I compile the code .
Anyone knows how resolve this problems?
Thanx