Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
484 views

Config file transform of Silverlight projects on a CI server

I'm stuck with a transformation of the config files in a Silverlight project (i.e. the ServiceReferences.ClientConfig-file). I have followed some sources (for example this source ) on how to manually ...
Superhubert's user avatar
0 votes
1 answer
166 views

wait for async method call back

I want to wait till calling the call back method end and continue my work after that. I tried something like: ThreadPool.QueueUserWorkItem(_ => { DoWOrk(callbackmethod, inputstring); ctx....
AMH's user avatar
  • 6,451
0 votes
1 answer
93 views

Collections Debug Visualizer

While debugging a WP7 app, how do I view a value of a generic dictionary collection?
Soonts's user avatar
  • 21.9k
5 votes
4 answers
1k views

System.IObserver'1<T0> is defined in an assembly that is not referenced. You must add a reference to assembly

I have checked some code out of source control and am getting the following error when I try to build: The type 'System.IObserver`1' is defined in an assembly that is not referenced. You must add ...
John's user avatar
  • 487
1 vote
4 answers
965 views

Visual Studio Debugging Is Slow

When I start up our rather large silverlight application it takes ages to start. This is because it compiles everything again every time I start up. It does this even if it is just compiled ...
peter's user avatar
  • 13.5k
1 vote
1 answer
666 views

Visual studio 2010 adding SL project reference in non-SL project results in warning icon

I have a Silverlight class library project which is referenced (project reference) in Windows Console project. In visual studio 2010, I see warning icon next to the referenced project. I am using SL4 ...
Sandeep G B's user avatar
  • 4,015
0 votes
1 answer
290 views

Problem with image from server in Silverlight

I have a problem with a image when trying to display it. In my project I have a Class which has a "public String Image" attribute. I have a web server locally which returns me a collection ...
tribanp's user avatar
  • 89
0 votes
1 answer
36 views

Content blured in Silverlight4 after making a rotation and a scale

Hy, I am making a rotation of 180 degree and after that a scale of -1 on X axis. This is applied to the main grid of the user control. In this grid i have a button and a stack panel with textBox. The ...
tribanp's user avatar
  • 89
0 votes
1 answer
816 views

Silverlight 4 screen capture function

I am wondering whether Silverlight 4 is able to capture screen as image or capture screen operations as video? Or both? Is there an online Demo to experience the effect? I am using C# + .Net 4.0 + ...
George2's user avatar
  • 45.7k
1 vote
1 answer
381 views

Using SharedResourceDictionary in Silverlight

Christian Moser provides a SharedResourceDictionary for WPF to reuse and initialize resources only once. I´ve tried to use his implementation in my Silverlight 4 application, but i´m getting ...
Jehof's user avatar
  • 35.5k
2 votes
1 answer
1k views

Code error 2104 after moving aspx page to some folder

I get the following error after moving aspx page to some folder. Error: Unhandled Error in Silverlight Application Code: 2104 Category: InitializeError Message: Could not download the ...
ob1dev's user avatar
  • 1,230
0 votes
2 answers
165 views

Next Silverlight 4 public release

Does anyone have any idea when Microsoft might be dropping another Silverlight 4 public release? As ScottGu has been quoted many times: "We will be adding VS 2010 RC support for SL4 with the next ...
Steve Danner's user avatar
  • 22.1k
-1 votes
2 answers
352 views

Problem Saving Silverlight 4 Business Application

I’m trying to create a new project using the Silverlight 4 business application template in Visual Studio 2010 beta 2. When I click “Save All” after the project is created I get build errors such as: ...
Carl Rippon's user avatar
  • 4,663