tried to install a test win application -- got the following install error message ::
Unable to run or install the application. The applicatioon requires that assembly Telerik.WinControls.Docking version7.0.0.0 be installed in the Global Assembly Cache (GAC) first.
Program written in C#, using Visual Studio 2008 Pro.
The build was using the standard build within VS, and published to disk with a setup file.
Double clicked on setup file and a while later the above message appeared?
why is this so? how do I avoid this in future?
in particular when installing the compiled application on a non-development pc to test etc.
the destination pc o/s was Win XP Pro -- the development pc, Vista Ultimate.
many thanks,
Telerik.WinControls.UI.
ShapedForm
Applied the shape theme :: officeShape1
Drag and dropped RibbonBar onto this form.
What I want is to be able to set a border for the entire form, but soon as applying the officeShape1 attribute, the border is lost (in terms of being able to set a colored edge).
Obviously, would like to be able to apply a colored edge as the when moving the window created over other windoews, it get lost as no edge definition etc.
I have tried setting the border width and color in the form attributes -- but this only does the bottom left and bottom row of the form (below the ribbonbar) and does not draw a border around the offceshape1 edge?
What am I missing please?
Many thanks.