Ciao a tutti, in fase di esecuzione di un progetto scaricato da internet,
ottengo questo errore:
Path : c:\documents and settings\app\documenti\app\manager\source\bin
Source : System.Windows.Forms
Error: Il controllo DataGrid non supporta colori di sfondo trasparenti.
Stack Trace: at System.Windows.Forms.DataGrid.set_BackColor(Color value)
at ImanagerSim.GUIService.SkinForm(Form f) in C:\Documents and
Settings\app\Documenti\app\manager\Source\Imanager Sim\src\Services\GUIService.vb:line
67
at ISM.frmStandings.SetScreen() in C:\Documents and
Settings\app\Documenti\app\manager\Source\ISM\src\ GUI\Windows\frmStandings.vb:line
154
at ISM.frmStandings..ctor() in C:\Documents and
Settings\app\Documenti\app\manager\Source\ISM\src\ GUI\Windows\frmStandings.vb:line
48
at ISM.frmMain.mnuLeagueStandings_Click(Object sender, EventArgs e) in
C:\Documents and
Settings\app\Documenti\app\manager\Source\ISM\src\ GUI\Windows\frmMain.vb:line
532
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)
Come posso risolvere il problema?
Grazie