This is a mirror of official site: http://jasper-net.blogspot.com/

Blend, Visual Studio and compile in x86

| Sunday, January 23, 2011
I have a WPF project where I need to compile in x86 because it uses the Gecko Browser that works only in x86 mode, and this causes an annoying problem with Blend. I usually keep VS and Blend togheter, in VS I change ViewModels and do everything not related to the UI, when I need to change the UI I simply switch to blend.
The problem is, Blend looks only in the binDebug folder, so when I add a Command or property to the viewmodel I compile the project, switch to blend… and I’m not able to see the new property or command. As far as I know the only solution I found, is to change the output folder of the project.

Read more: Alkampfer's Place

Posted via email from Jasper-net

0 comments: