Sweeney,
I don't have the specifics of your install environment or applications installed, but using what I have, I can create a custom user control in blend and compile, pull it from my assets library, and put it on my page. Here are my specs, maybe you can check to see if you're running a different version or such:
- Microsoft Expression Blend 2 Service Pack 1 - Version 2.1.1760.0
- Microsoft Visual Studio 2008 - Version 9.0.30729.1 SP
- Microsoft .NET Framework - Version 3.5 SP1
Here is what I did to create my custom control:
- Open Blend.
- Create new project (File > New Project..., Then named my Silverlight 2 Application, and clicked OK.)
- Create new UserControl (File > New Item..., Then named my UserControl, and clicked OK.)
- Create something like a colored background and text so that the control can be seen.
- Build the application.
- Add my custom control to the Page.xaml file from the Asset Library. (This may be where you got tripped up, please see below).
- Size my new control.
Final product:
Accessing Custom Controls in Asset Library
- Click the Asset Library icon (left side by default):
- Click the Custom Controls tab (top of Asset Library window):
- Select your custom control:
- Place them on your page to your hearts content.
I hope this helps you,
Thanks!