Microsoft Visual Studio error working on projects

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

After installation of Microsoft Visual Studio on my PC with Windows XP (32) I got this error message. My friend too, installed this program and is running without error. I don’t really know what is this error and how can I solve this. Please help me to solve this problem with the program and tell me why I have this error message ?

Thanks !

‘Grid’ object cannot be added to ‘Grid’: Exception from HRESULT:

0X88980406 Error at object ‘System.Windows.Controls.Grid’ in markup file

‘Microsoft.VisualStudio.CloudService.Wizard;component/newprojectdia

Logcontent.xaml’.

SHARE
Answered By 0 points N/A #180174

Microsoft Visual Studio error working on projects

qa-featured

Hello,

 

You get this error message when you are trying to add an object to a column. The columns can just adding to the grid.

If you want to add an object to a column, you can use the Grid.Column suntax with the AddObject.

With the above method you can add object to column without problem.

Related Questions