Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi to all

I deployed an application and installed it on my pc it works good, but when I install it on another pc, on loading appear this error! :


EventType : clr20r3 P1 : app.exe P2 : 1.0.0.0 P3 : 503e5f84
P4 : presentationframework P5 : 4.0.0.0 P6 : 4ba1f8db P7 : 78ff
P8 : 0 P9 : system.windows.markup.xamlparse


Prerequisites used correctly.
I searched web but I can’t find good answer!

thanks for help
Posted
Updated 30-Aug-12 8:20am
v3
Comments
[no name] 30-Aug-12 14:19pm    
What is the OS on the computer that you built that application on? What is the OS on the end user computer? What is the .NET version on both computers? Did you use any resource dictionarys? Did you have a app.config file?
M.H. Shojaei 30-Aug-12 14:23pm    
My pc OS is Seven, other pc is XP, .net ver.4 client and ver.4 extended installed for both PCs. I have app.config and no dictionary.
fjdiewornncalwe 30-Aug-12 14:46pm    
Is one machine 64bit with the other 32?
M.H. Shojaei 31-Aug-12 9:27am    
No, machine is 32.

In your project search in References folder for PresentationFramework. Right click on it --> Properties --> Set Local Copy to True. Generate your project again and test it!

Hope it helps.
 
Share this answer
 
Comments
M.H. Shojaei 30-Aug-12 14:05pm    
I did it but error persists..
may be it's late , but It happened for me in this week .

I run my project from auto run in windows (regedit -> software ->microsoft ->windows->...)

I find out that , windows run my project two times , I had my exe in startup too.
I removed my exe in startup , so it's start only from regedit.

my problem solved.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900