View Single Post
  #1  
Old 03-20-2010, 07:30 AM
Stream Recorder
 
Posts: n/a
Default

Error:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"


If you get the following error in Wine
Code:
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
you can fix it by using winetricks in the terminal
Code:
wget http://www.kegel.com/wine/winetricks
winetricks vcrun2005sp1
Reply With Quote