Hi,
I recently installed Visual Basic 2010 Express Edition Beta 2, it came with Visual Basic Power Pack which included the RectangleShape.
It appears I keep receiving an error after I build or try to save the project, and the form in designer mode is no longer accesssible, instead there's a massive error message which just covers the whole form it says something along the lines of:
System.NullReferenceException: Object reference not set to an instance of an object.
plus other stuff
This is exactly what I did, in case you decide to try it out yourself:
I created a form, with a FormBorderStyle 'None' and set a background image. I then put a RectangleShape, BackColour 'White', BackStyle 'Opaque', BorderColour 'Silver', CornerRadius '7'.
It works the first build, but then upon returning to the designer mode, I receive the error.
I also downloaded VB PowerPack 3.0
Any suggestions?
Regards