CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Aug 2000
    Location
    Essex, Uk
    Posts
    1,214

    Using a WPF Control

    Hi All,

    I have used Expression Blend 2 to create a WCF Control. (it's overkill but I'm just trying to get to grips with it). I've simply created a banner and have compiled the control and it's generated a dll.

    Back in my main C# VS2008 ASP Project I now want to use this control. This is where my problem is. I Placed a new toolbox group in my tools and then browsed to the Dll to add it to my toolbox. Though it doesn't complain, after I've ticked the dll and then pressed save, it doesn't get added to my toolbox.

    Can anyone shed some light on how I reference the control so that I can use it in my app.
    Last edited by Bill Crawley; September 8th, 2008 at 10:25 AM.
    If you find my answers helpful, dont forget to rate me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured