What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 14656 |  Welcome, Guest!   Register  Login
  Home > Community Home >

LoadComponent problem in silverlight beta 2

 Author: itsmallmouse | Posted on: 6/9/2008 5:17:47 PM | Views: 114

Recommend an Articles | Recommended Articles | Search Resources | Community Home |





  public partial class UserApp : MyProject.Core.Application
 {
 
 }

    public partial class MyProject.Core.Application : ControlBase
 {
 
 }

    public abstract class ControlBase : UserControl, IDisposable
 {

 }

class ControlBase and Application are in project that have name: Core

class UserApp is in project that have name: User

All project is contained in a solution name: MyProject


User.xaml


<Grid xmlns="http://schemas.microsoft.com/client/2007"        
        xmlns:app="clr-namespace:MyProject.Applications.User;assembly=User">
    <app:UserApp > </app:UserApp>
</G ... Go to the complete details ...

Found interesting? Add this to:


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/22/2013 6:16:39 AM