Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Locbaml localization of .net wpf4 application

Have followed every step correctly from this link http://msdn.microsoft.com/en-us/library/ms746621.aspx

When trying to localize the file using locbaml.exe /parse I keep getting this error -

C:\MyData\Projects\APM V3\DEV-3.5.0\Meridium\Admin\DBUpgMgr2\ImportUtility\DBUpg radeUI\obj\x86\Debug>

LocBaml.exe /parse DBUpgradeUI.resources.dll /out:DBUpgradeUI.csv

Microsoft (R) Baml Localization Utility 0.0.0.0 Copyright (C) Microsoft Corporation 2005. All rights reserved.

Could not load file or assembly 'file:///C:\MyData\Projects\APM V3\DEV-3.5.0\Mer idium\Admin\DBUpgMgr2\ImportUtility\DBUpgradeUI\obj\x86\Debug\DBUpgradeUI.resour ces.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Any ideas? I'm using windows 7, visual studio 2010

Also tried this from this link but to no avail - http://social.msdn.microsoft.com/Forums/en/wpf/thread/d442b337-2397-4a11-ab52-e0f1b6fc91b9

like image 378
Nikhil Avatar asked Nov 18 '10 20:11

Nikhil


1 Answers

OK found the answer. Download a .net compatible locbaml from this site and then try - works pretty good http://michaelsync.net/2010/03/01/locbaml-for-net-4-0

like image 51
Nikhil Avatar answered Oct 19 '22 04:10

Nikhil