Ok I'm very new to this and I'm sure its probably somthin stupid but I have a DataSet with my dataTables and relationships and so on as the program developed I had to add more columns... I have done this with the same solution before and it worked fine. But now when I add a column to my dataset>DataTable by right Clicking on the table >Configure and adding the column it adds, "Preview data works" and the column also shows in my "Data Sources" if I dragg and drop it to my form as a Textbox it works with all with my relation ships as it should but when I go to DataGridView >Add Column > DataBound Columns it doesnt appear in the list I also tried making a completely new form add just droped the datagrid on it, it adds all the columns accept the new one... also "Edit Dataset with designer" Gives a weird error. Is there anything I should refresh or add manualy ? Any help would be appreciated
Thx
Loading
Rousseau SennettPosted Jan 7, 2011, 9:23 AM
Ok I found the solution. The weird error I mentioned when wanting to update dataset with wizard is a common issue the error goes something ... syncmanager which is a error by between VS2008 SP1 and SQL which Microsoft is aware of but if they plan on fixing it I don't know (You also get this error if you try to add new data source). All I did was load my snl in VS express addition (obviously my setup didn't load) rebuilt and when I tried to add the data bound columns to my datagrids they were all there... I don't know if the fact that the designer not updating those columns in design time is a result of this error but that's the only conclusion I could come to anyway it works will just load it up in my other VS again and build for the Setup.
Sam HobbsPosted Jan 4, 2011, 9:06 AM