Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I use compoment One (C1tile,C1richtextbox,.....)
when I debug it give me 224 errors like this :
Could not find file 'ar\C1.WPF.4.resources.dll'.
Could not find file 'he\C1.WPF.4.resources.dll'.
..........
Could not find file 'Stagiaire.exe'.

before all it's ok but now because I want to deplow my application and make a setup installer it give me this errors so can any one help me plzz
Posted
Comments
M-osab 2-Sep-14 13:48pm    
should I include the folder 'obj' in the project ?
Sergey Alexandrovich Kryukov 2-Sep-14 14:16pm    
I rarely can see that some inquirers have their files lost; you need to do something weird to "achieve" that. That said, it's hard to imagine what exactly could your screw up, based on your scarce information... :-)

Why searching for some EXE file at all? It smells like great technology abuse to me...

—SA
M-osab 2-Sep-14 15:18pm    
those files are in folder 'bin' but when I in debuging it seems like it deas not find it in this folder, I think :D

1 solution

This woujld be better off asked in Component One's forums.

It would seem that the .EXE is expecting to find those resource .DLL's in a subfolder of your application folder, called AR and HE. These would probably be localization text .DLL's for the controls you're using.
 
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