Hi
I am facing this message once I run my project(see the attached Pic error1), rather than it takes around 5min and more just to initializing for opening at the first time
Further more it is very slow in developing and some times the system give me an error in manifest memory when I try to add any thing new or modify an existing control ,
Error 1 Problem generating manifest. Insufficient memory to continue the execution of the program.
Moreover sometimes when I add new things it did not appear in the running stage even thought it is their in the design?
Sometimes also I need to close the project and open it a gain just to see the modification I added otherwise it will not be shown at the same time
Am using telerik winforms wpf Q3 2010 in Visual Studio 2008
Thanks in advance
OleDbDataReader reader = cmd.ExecuteReader();
radGridView1.DataSource = reader;
After editing a row, before the MasterTemplate_CellEndEdit fires (where I would manually update the changes in the table) I get the errormsg shown in the picture. Any clues?
Karl