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

The Archive Base Latest Questions

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

I am working on a c# codedom project which provides users to dynamically compile

  • 0

I am working on a c# codedom project which provides users to dynamically compile the c# code.
I am getting error when adding assembly dll of wpf (it is working fine for winforms). It is saying that “Can not find #### in assembly. Are you missing some reference” when I try to add the reference like “System.Windows.Media”. But when I am adding the reference by its dll path like “C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Printing.dll” then it is saying that “File C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Printing.dll not found” but when I place the System.Printing.dll to the application executable folder, it is working fine.

Following is the code I am using to add the reference to compiler option:

CompilerParameters oParameters;
:
:
:
string lcAssemblyDll="C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Printing.dll";
oParameters.ReferencedAssemblies.Add(lcAssemblyDll);

I am not able to understand the problem. Also is there any other approach to add the wpf assemblies?

Thanks

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

    Well, I can’t provide a thorough answer off the top of my head, but first of all you need to realize that a compilation reference is not the same as being able to resolve an assembly during application execution. So if that error was given during application execution I can imagine it throwing typeloader exceptions.

    Second you are probably getting “Can not find #### in assembly. Are you missing some reference”, because base types of classes you are dependent upon reside in assemblies to which the System.Windows.Media is referring.

    You could try to solve this adding references to assemblies that get loaded during Assembly.ReflectionOnlyLoad of the assemblies you want referred.
    If you add an event handler for AppDomain.CurrentDomain.ReflectionOnlyAssemblyResolve, you can add code that makes sure those assemblies may be loaded and then simply add references to the CodeCompileUnit.

    I have run into one problem with this though and that was that some references get optimized away during compilation, so I implemented a nasty hack that simply adds a container class to the CodeCompileUnit which initializies the first constructable type found in each of those assemblies.

    Hope that helps a bit.

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

Sidebar

Related Questions

Working on Windows with VS2005 and struggling to understand the error messages I'm getting.
I am working on a project to evaluate tokenized user-defined expressions of varying complexity,
Working with spring, below, the code of applicationContext-service.xml: <bean id=mediaObjectService class=path.MediaObjectServiceImpl> <property name=mediaObjectDao >
Working on trying out the market licensing service, and I'm running into a few
Working with Excel interop, I'm trying be very careful about not implicitly creating any
Working on an html5 app for a touchscreen windows xp computer that will be
Working on a legacy ASP.NET application we've found that ASP.NET session gets used for
Working on site development using Drupal. Using View module also. I did defined severar
Working with MySQL lately, from PHP, I am wondering about this: What is the
I've been looking for a free (as in free beer) library that can parse

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.