Questions tagged [buildaction]

36 questions
0
votes
0 answers

phonegap windows phone copy existing www over?

I have created a phonegap windows phone project, did the install and setup. It runs fine with the demo/default code when I run the emulator. I have an existing android project. I drag my www folder to the windows project and nothing works. The…
Danny
  • 1,185
  • 2
  • 12
  • 33
0
votes
1 answer

How to move content resource when it is set to Copy if newer?

I have few resources that i have put into Dependencies Folder in the Project. Copy To Output Directory is set to Copy If Newer Default Behavior is that it will copy to \bin\Dependencies\* I want to set it to copy to \bin\* How to achieve this?
Tilak
  • 30,108
  • 19
  • 83
  • 131
0
votes
2 answers

Cannot load resource dictionary with converter

Everything happens within the same VS project. I have a resource dictionary file living on it's own. When I try to load it programmatically I get the error "Cannot create unknown type '{clr-namespace:MyAssembly.Helpers}IsNullConverter". Here is how…
Mohamed
  • 121
  • 1
  • 7
0
votes
1 answer

Please explain the differences between image build actions in WP7

I have taken over a WP7 project from another developer, it is my first experience of WP7 (although far from my first use of .NET and/or XAML). I have just spent a fair bit of time shouting at an image for not rendering the way I expected (aka not…
melodiouscode
  • 2,105
  • 1
  • 20
  • 41
0
votes
1 answer

WPF and WinRT Image Source using Content Build Action

I have a WinRT application and a .NET application which want to share images. I have been using portable class library and want to share as much code as possible. I also want to have only one copy of all images and use the 'Add Link' feature to add…
Muhammad Rehan Saeed
  • 35,627
  • 39
  • 202
  • 311
-1
votes
1 answer

WPF C# Reflection: Iterate over all resources with build action "Page"

I have a .dll with a lot of ResourceDictionaries. The build action of all these ResourceDictionaries is set to "Page". Inside the Dll, I want to find all these ResourceDictionaries and iterate over them. If I set the build action to…
Michael
  • 938
  • 1
  • 10
  • 34
1 2
3