Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
salam
i have just finished a small project and i used installshield to deploy it.after a successfull installation in another pc and when i'm trying to lunch the application an error accured in a message box
<Could not load file or assembly 'System.Windows.Forms.Ribbon35, Version=3.5.8.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.file not found
File name: 'System.Windows.Forms.Ribbon35, Version=3.5.8.0, Culture=neutral, PublicKeyToken=null'
>
whats the solution plz

What I have tried:

i tried to copy the dll file indicated on system32 and syswow64 and try to register it but in vain
Posted
Updated 11-Dec-16 11:35am

it's ok i found the solution here
C#
Load Ribbon DLL From Embedded Resource


thanks
 
Share this answer
 
Please check property of reference, it should be 'copy to local'. In VisualStudio, Expand Reference directory underneath Project, Right click on reference "System.Windows.Forms.Ribbon35" and verify properties.

Support link:
Managing references in a project[^]
How to: Set the Copy Local Property of a Reference[^]
 
Share this answer
 
Comments
sidali.kadi 8-Dec-16 7:29am    
indeed i did that but nothing change

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