expression-blend-4

error RG1000: Unknown build error

谁说胖子不能爱 提交于 2021-02-07 14:28:32
问题 C:\Program Files\MSBuild\Microsoft\Silverlight for Phone\v4.0\Microsoft.Silverlight.Common.targets(625,5): error RG1000: Unknown build error, 'An item with the same key has already been added.' Done building project "FileName.csproj" -- FAILED. Build failed. Receive this error whenever i try building the soln. 回答1: We ran into the same problem yesterday. It happened after we merged two branches in our TFS, so we looked into the project file. There was twice the same image added to the project

error RG1000: Unknown build error

寵の児 提交于 2021-02-07 14:28:29
问题 C:\Program Files\MSBuild\Microsoft\Silverlight for Phone\v4.0\Microsoft.Silverlight.Common.targets(625,5): error RG1000: Unknown build error, 'An item with the same key has already been added.' Done building project "FileName.csproj" -- FAILED. Build failed. Receive this error whenever i try building the soln. 回答1: We ran into the same problem yesterday. It happened after we merged two branches in our TFS, so we looked into the project file. There was twice the same image added to the project

The specified solution configuration “Debug|BNB” is invalid

不羁的心 提交于 2020-01-01 07:37:11
问题 In Expression Blend 4, while compiling I get an error saying The specified solution configuration “Debug|BNB” is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform=”Any CPU”) or leave those properties blank to use the default solution configuration. Done building project “myproject.sln” — FAILED. Build failed. 回答1: Background : At build-time the compiler (no matter if started

The specified solution configuration “Debug|BNB” is invalid

别来无恙 提交于 2020-01-01 07:37:04
问题 In Expression Blend 4, while compiling I get an error saying The specified solution configuration “Debug|BNB” is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform=”Any CPU”) or leave those properties blank to use the default solution configuration. Done building project “myproject.sln” — FAILED. Build failed. 回答1: Background : At build-time the compiler (no matter if started

Expression Blend Error with design time data (no error in visual studio)

♀尐吖头ヾ 提交于 2019-12-24 08:25:50
问题 I created some design time data from my windows phone 7 application and when I look at designer in Visual Studio (Express), the design time data shows up perfectly fine. However when I try to load the same project in Expression blend 4 I get an error and the design time data doesn't show up. The error that I get is very generic "Error found in 'my xaml class' " The exact line that it points to is: <phone:PhoneApplicationPage ... d:DataContext="{d:DesignData Source=../DesignData

Trouble when trying to open WPF project in Expression-Blend 4, which was created in Visual Studio 2010

南笙酒味 提交于 2019-12-12 08:48:58
问题 I'm create my WPF project in VS 2010. After I finished my work with functional GUI, I wanted to edit template of my controls in Blend 4. But when I open project in Blend, in DesignMode, he tell me Invalid XAML In Result window he wrote: [ControlName] is not supported in a Windows Presentation Foundation (WPF) project Where [ControlName] is list of default controls, which I have used in my project (such as Window, DockPanel, etc.) What to do to avoid this issues and be able to edit WPF forms

Styling thumb using Blend

牧云@^-^@ 提交于 2019-12-11 08:09:51
问题 How can I style thumb using blend. I need to apply a cylinder like style to my thumb. with a gradient color effect. The gradient effect is to be applied vertically with a color combination of gray and white color. I have 0 knowledge in Blend Please help. 回答1: You can do it without using Blend. Simply add a slider in XAML page & open design view. Then right click on slider, open "Edit Template" menu and click on "Edit a Copy". So the default style of slider will be added in page's resource.

Trouble when trying to open WPF project in Expression-Blend 4, which was created in Visual Studio 2010

吃可爱长大的小学妹 提交于 2019-12-04 06:51:37
I'm create my WPF project in VS 2010. After I finished my work with functional GUI, I wanted to edit template of my controls in Blend 4. But when I open project in Blend, in DesignMode, he tell me Invalid XAML In Result window he wrote: [ControlName] is not supported in a Windows Presentation Foundation (WPF) project Where [ControlName] is list of default controls, which I have used in my project (such as Window, DockPanel, etc.) What to do to avoid this issues and be able to edit WPF forms at DesignMode of Expression-Blend4? EDIT: Possible workaround. After some comparasion of empty projects

The specified solution configuration “Debug|BNB” is invalid

放肆的年华 提交于 2019-12-03 22:39:14
In Expression Blend 4, while compiling I get an error saying The specified solution configuration “Debug|BNB” is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform=”Any CPU”) or leave those properties blank to use the default solution configuration. Done building project “myproject.sln” — FAILED. Build failed. Background : At build-time the compiler (no matter if started from Expression Blend or Visual Studio) has to know what the target platform of your code, i.e. the system

Visual Studio 2010 WPF Project ran in debug or release will not allow drag and drop to any control

别来无恙 提交于 2019-12-03 18:07:58
问题 I had started a question here: WPF drag and drop files onto TreeView from windows explorer but I just discovered this is a totally different problem that what I thought it was. I have an extremely simple test case. I was using a treeview but if I use a simple listbox with no code just the following xaml <StackPanel Orientation="Vertical"> <ListBox Height="312" Background="#FFBDD6FF" AllowDrop="True"/> </StackPanel> If I run the project in expression blend and drag a file over the listbox I