Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4625658
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T03:18:16+00:00 2026-05-22T03:18:16+00:00

I have created a windows phone 7 custom class library, in that I have

  • 0

I have created a windows phone 7 custom class library, in that I have created App.xaml and App.xaml.cs files also(I have renamed them as MiEngineApp.xaml, MiEngineApp.xaml.cs and my class library’s name is MiEngine). I have referenced the class library in my application.

Now in my application, I want to wrte App.xaml.cs class derived from my class library’s App.xaml.cs class(that is MiEngineApp.xaml.cs). When I created the project, App.xaml.cs was created by default. It is by default extending Application class, I just chaged this to MiEngineApp(Application -> MiEngineApp). After doing this I compiled my application, it gives an error in the App.g.i.cs file. The error message is “Partial declarations of ‘MiApp.App’ must not specify different base classes”. How to solve this error!.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T03:18:17+00:00Added an answer on May 22, 2026 at 3:18 am

    You also have to change the App.xaml file. So this will be your MiEngine.xaml

    <Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
                 x:Class="MiEngine.MiEngineApp"
                 >
        <Application.Resources>
    
        </Application.Resources>
    </Application>
    

    and MiEngine.xaml.cs:

    namespace MiEngine
    {
        public partial class MiEngineApp : Application
        {
    
            public MiEngineApp()
            {
    

    This will be the App.xaml that inherits from (extends) MiEngine.xaml:

    <z:MiEngineApp xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
                 x:Class="SilverlightApplication6.App"
    
                 xmlns:z="clr-namespace:MiEngine;assembly=MiEngine"
                 >
        <z:MiEngineApp.Resources>
    
        </z:MiEngineApp.Resources>
    </z:MiEngineApp>
    

    Note the use of the z namespace so that i can reference the base class.
    And the codebehind for that:

    namespace SilverlightApplication6
    {
        public partial class App : MiEngineApp
        {
    
            public App()
            {
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For a Windows Phone 7 app, I have created an application bar which is
I hope this makes sense. I have a Windows Phone 7 app that is
I have created windows phone gap application. In that it internally uses browser called
I have a simple Silverlight app that I want to run on Windows Phone
I have to create a Windows Phone 7 app as part of a research
I have created a windows installer for a windows forms app as an MSI.
I have created a Windows Forms application in .NET 2 using C# that runs
I have created a simple windows service that periodically checks a remote database via
I have the following simple custom control that I have defined for a Windows
I have this web app created using MVC3 and need to make a Windows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.