Shifiing of custom controls from one to other machine
-
Hello All, I have developed some custom contorls for extra functionality such as MyTextBox inherited by TextBox and few others. But whenever i shift the project to some other machine, Forms containing those texboxes either doesn't open showing 'Designer error' or if they openn they dosnt display those controls at design time. (if i run the application it works fine but at design times it misbehaves) Any Solution? Thanx in Advance sorry for my bad English.
-
Hello All, I have developed some custom contorls for extra functionality such as MyTextBox inherited by TextBox and few others. But whenever i shift the project to some other machine, Forms containing those texboxes either doesn't open showing 'Designer error' or if they openn they dosnt display those controls at design time. (if i run the application it works fine but at design times it misbehaves) Any Solution? Thanx in Advance sorry for my bad English.
Try to add reference to System.Design.dll... this lib doesn't shows on Visual Studio when you go to Add Reference. So you must to browse it on Framework folder Wender Oliveira .NET Programmer