please help me error occured in project
-
:((i m working on vb.net project it is runing nice if i run it on my machine. if i copy its exe in another machine it show problem in another machine . i m using mxflexgrid component of vb and excel refrence it show error in these parts and if i run it on both machine in same time then it show problem related to sql server database. please helpn me for sql server it show error-the maximum simultaneous user count of 1 license for this standard edition server has been exccedd. additonal licenses should be obtained and isstalled or u should upgrade to full version and for mshflexgrid and excel ref it show--- for assembly name axinterop mshflexgridlib or one of its dependencies was not found vivek
-
:((i m working on vb.net project it is runing nice if i run it on my machine. if i copy its exe in another machine it show problem in another machine . i m using mxflexgrid component of vb and excel refrence it show error in these parts and if i run it on both machine in same time then it show problem related to sql server database. please helpn me for sql server it show error-the maximum simultaneous user count of 1 license for this standard edition server has been exccedd. additonal licenses should be obtained and isstalled or u should upgrade to full version and for mshflexgrid and excel ref it show--- for assembly name axinterop mshflexgridlib or one of its dependencies was not found vivek
Well your English is quite poor so I don’t understand all you said. For the “mshflexgrid« problem: you do not have the required assemblies on that computer. And if I understood you right for the SQL server part: your version only supports one connection at a time (as the error message says) and so you can’t be connected more times than that. You should really read the messages as they are quite helpful. Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!