Severity Code Description Project File Line Suppression State
Error CS0103 The name 'DataGridViewBrand' does not exist in the current context StrockManagment C:\Users\user\Documents\Visual Studio 2015\Projects\StrockManagment\StrockManagment\Brand.cs 66 Active
Ibrahim ErsoyPosted May 8, 2016, 4:17 AM
Make sure you create only 1 post per problem.It will help others to find suitable answer as well.
According to the error you pasted above it says debugger cannot find "DataGridViewBrand" object.Can you share a little code what this object is and in which part of code you access it?