PresentationFramework Assembly location

  • Thread starter Thread starter CSharper
  • Start date Start date
C

CSharper

I am trying to compile a code in command line and I get error messages
stating that I am missing assembly references. One of the assembly it
is complaining about is PresrantionFramework.dll which has Application
namespace. By the way, I am using VS2008 attempting to compile a WPF
application.
I am able to run the same application in VS2008 IDE without any
problem in Win XP Pro. Am I looking at the correct dll?

I used the following link to find the dll in question;

http://msdn2.microsoft.com/en-us/library/system.windows.application.aspx

Thanks.
 
I am trying to compile a code in command line and I get error messages
stating that I am missing assembly references. One of the assembly it
is complaining about is PresrantionFramework.dll which has Application
namespace. By the way, I am using VS2008 attempting to compile a WPF
application.
I am able to run the same application in VS2008 IDE without any
problem in Win XP Pro. Am I looking at the correct dll?

I used the following link to find the dll in question;

http://msdn2.microsoft.com/en-us/library/system.windows.application.aspx

Thanks.

Found it it was under
c:\program files\reference assemblies.

Thanks.
 
Back
Top