.NET Framework Bookmark and Share   
 index > MSBuild > MSBuild/VCBuild and dll localization issue ...
 

MSBuild/VCBuild and dll localization issue ...

hi, i have look at google to found someone who has meet the same
problem but without any result, so i ask here if there is an existing
solution.

I use VS'2008 IDE, and associate command line tools for fast build and
integration in my own CruiseControl tools.
Since 2 days, msbuild failed to compile my C++ solution and return the
following message

" VCBUILD : error : cannot locate vcbuildui.dll. Messages will not be
localized"

I figure than this come from french (1036) installation, but i don"t
know how repaired !

Could you help me

Alex Buisson
Hi Alex,

In your feedback on Connect Protal, as our Engineer says:

Thanks for reporting this. For VS 2010, we replaced the build system of VC++ with MSBuild, and this problem should no longer happen for you.

So I would suggest you use creating a new folder with 1033 as a walkaround in VS 2008if you want. And I close this issue here, it will be benefit for other community members to share it.


Best Regards,
Nancy
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Nancy Shao
Hi Alex,

Please check whetherthe vcbuildui.dll exists in the path: %Program Files%\Microsoft Visual Studio 9.0\VC\vcpackages\1033\, if not exist, download this dll to this folder.

If this is not the case, I would suggest you create a new C++ project in local machine to test whether it will occur the error message.

Please let me know the result.

Thanks,
Nancy
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Nancy Shao
Hi, thanks to your help....

The dll exist but in a 1036 folder ie french visual studio setup

With DependancyWalker i have seen that vcbuild run always ask for
"vcbuildui.dll" in a 1033 folder (instead of my 1036 related to my
french setup)

So to solve the problem, i have just create a copy of 1036 folder and rename
with "1033".

Now i can run vcbuild & msbuild without meeting the "localization error".

I don't think that it's a good solution !!!! but it's work.

Alex.
Alex Buisson
Hi Alex,

I think this issue is related to MSBuild or VCBuild settings, but I am not sure. And I see you post a feedback on Connect Protal with link:

https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=488433&wa=wsignin1.0

Every feedback submitted will be evaluated carefully by our engineers. They will let you know their comments further through that portal. So I close this thread here.

Thanks,
Nancy
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Nancy Shao
Hi Alex,

In your feedback on Connect Protal, as our Engineer says:

Thanks for reporting this. For VS 2010, we replaced the build system of VC++ with MSBuild, and this problem should no longer happen for you.

So I would suggest you use creating a new folder with 1033 as a walkaround in VS 2008if you want. And I close this issue here, it will be benefit for other community members to share it.


Best Regards,
Nancy
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Nancy Shao

You can use google to search for other answers

Custom Search

More Threads

• Updates for MSBuild wiki to v3.5 for VS2008?
• SLN Continue on Failure
• Please help with MSBuild
• MsBuild task accessing Sharepoint SPFarm fails
• Re: Team Build and build event script macros
• ========== Rebuild All: 0 succeeded, 0 failed, 1 skipped ==========
• Missing reference for AssemblyInfoTask
• Where can I get a complete list of MSBuild tasks?
• Solution Builds/Publishes from VS2008, error when using Microsoft.Build.BuildEngine
• How to fix warning MSB9004?