Click here to Skip to main content
15,885,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Below error occurred when i run software does not having any visual studio. But this would be run fine having visual studio 2008.
I tried "this" solution but i cant understand what he saying. pls help me



Could not load file or assembly 'BestFit, Version=1.0.3901.19268, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. (Exception from HRESULT: 0x800736B1)
Posted
Comments
E.F. Nijboer 1-Feb-13 5:19am    
Have you actually looked at the eventlog? (eventvwr.exe)
Abhishek Pant 1-Feb-13 5:30am    
BestFit.dll assembly is needed to solve this in your case.Make sure it is present and referenced to your project

1 solution

Please refer links
Link1
Link2
 
Share this answer
 
v2
Comments
Uday_P 5-Feb-13 6:35am    
I have tried both solution but still an error
I have viewed in Event viewer this shows like "Activation context generation failed for "C:\Program Files\Default Company Name\VMS setup\BestFit.dll". Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis."
Kishor Deshpande 5-Feb-13 8:58am    
Check this link: http://social.technet.microsoft.com/Forums/en/w7itproappcompat/thread/2372b329-dd1a-47b7-bd1f-41449848092a
Accepted answer suggest to install or reinstall VC++ 2008, in your case try doing it for VC++ 2010 cause the fellow was getting error for VC80 and you are getting it for VC90 :)
Let me know if you still face any issue..

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