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 6192137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:53:34+00:00 2026-05-24T02:53:34+00:00

My main problem with generic.xaml is Viewbox has moved assemblies. How do I have

  • 0

My main problem with generic.xaml is Viewbox has moved assemblies.

How do I have the one generic.xaml file with a namespace for the location of the Viewbox that will compile in SL3 and SL4?

I looked at http://www.removingalldoubt.com/PermaLink.aspx/defa2a7d-b1e9-49eb-b8c8-438348be8d18 but to no avail…

Note : There are two attributes XmlnsPrefix and XmlnsDefinition that you can place in Assembly.cs.

Thanks in advance.

  • 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-24T02:53:35+00:00Added an answer on May 24, 2026 at 2:53 am

    Finally gave up on XmlnsDefinition and XmlnsPrefix as I could not get the to work properly…It was funny in a WPF application the designer window can resolve the referemces but the compiler could not…go figure.

    I solved using the cpp preprocessor from blog…
    http://blogs.msdn.com/b/blemmon/archive/2009/04/29/using-the-preprocessor-to-share-incompatible-xaml-between-sl-and-wpf-part-1.aspx

    I modified PreprocessXaml to modify only generic.xaml.

     <Target Name="PreprocessXaml">
    <ItemGroup>
      <!-- Convert the DefineConstants property into an ItemGroup -->
      <XamlConstants Include="$(DefineConstants)" />
    </ItemGroup>
    <PropertyGroup>
      <!-- Convert the XamlConstants ItemGroup into a list command line switches for CL.exe -->
      <CommandLineDefineConstants>@(XamlConstants->'/D%(Identity)',' ')</CommandLineDefineConstants>
    </PropertyGroup>
    <!-- Run the preprocessor -->
    <Exec Command="CL.exe /nologo /EP $(CommandLineDefineConstants) &quot;Themes/generic.i.xaml&quot; &gt; Themes/generic.xaml" />
    <!-- Replace the pages with the preprocessed pages so that subsequent targets will use the preprocessed files -->
    

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem in integrating PHP and JQuery: My main file is MyFile.html
The problem is this: I want a generic function that has an out-parameter of
Short problem: #include <iostream> using namespace std; int main() { double **T; long int
I have a reasonably complex layout problem: I would like to have a main
I have a peculiar problem here. I want to extract some generic types, which
I have a small problem. I have a set of ComboBox's that are bound
Suppose I have written a decorator that does something very generic. For example, it
i have a generic problem all over my application and want to see if
I have summarized my problem in following code snippet using System; using System.Collections.Generic; using
I have summarized my problem in following code snippet. using System; using System.Collections.Generic; using

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.