1
vote
2answers
35 views

Cannot find silverlight Busy Indicator Control in Choose Items ToolBox Window

I have Installed the Silverlight 5 SDK and I am Trying to Add silverlight Busy Indicator Control to my ToolBox.But I cant Find it in Choose Items ToolBox Window How Can I Add silverlight Busy ...
3
votes
1answer
49 views

ViewModel support in Portable Class Library

I am trying out the PCL in a VS 2010 project in which I would like to support WPF (4 and higher) and Silverlight (4 and higher). The MS documentation excerpt below is confusing to me. It seems to be ...
0
votes
2answers
70 views

Implementing a “fisheye” view with a ListBox

I am new to Windows Phone Programming. In my application, I Have a listbox which lists the phone contacts. Currently it is listed as a regular list with equal size for list items in the UI.I am ...
1
vote
0answers
56 views

Silverlight Value does not fall within expected range when trying to open a xaml

I receive the following message in a simple message pop up, when trying to open the designer of some of my xaml files: "Value does not fall within expected range" I've tried to create a new windows ...
0
votes
0answers
38 views

How to debug x64 with Visual Studio?

I'm trying to create my first Silverlight application. It seems that it can't be debugged because Visual Studio 2010 uses the x86 'Remote Debugger'. It that I also have the x64 bit version installed ...
3
votes
2answers
65 views

Unloading silverlight projects on Visual Studio 2012

Opening My solution in visual studio 2012, I want to Build and then Unload projects that I don't need, As I always did in vs 2010. Strangely, every time I Unload Silverlight Projects, builded xaps, ...
0
votes
1answer
42 views

Proper solution/project structure for Silverlight apps

I've inherited a solution that uses Silverlight. I'm finding that there are projects that are just about exact clones of other projects, with the only difference being that the clone is a Silverlight ...
1
vote
1answer
63 views

Best way sending a long string from client Silverlight to server ASP.NET code behind in quick succession?

I have a website that needs to act like a scanner - capture a normal image from a webcam and then process that image on the server. If that process fails to extract the required data (QR Code), ...
0
votes
1answer
89 views

WCF recursive collection data contract not working

I had a working solution in 2010, I have moved to 2012 and it was working just fine as long as I didn't modify my reference to WCF service in Silverlight project. Now I am getting following error on ...
0
votes
0answers
22 views

Hyperlinkbuttonautomationpeer is not working while deployed on IIS

I have send message from one viewmodel and registred that message in another viewmodel Messenger.Default.Register<ShowPopUp>(this, ShowPopUpWin); private void ...
1
vote
1answer
97 views

Unknown Project Type GUID

I recently took over maintaining a silverlight application from a shop in the Ukraine, and ran into an problem opening the csproj files. I checked mztools and onlinecoder, as well as googling each of ...
0
votes
0answers
98 views

Enums serialized with XmlTypeAttribute instead of DataContractAttribute when updating Silverlight service reference in VS2012

I currently have a server-side class library that contains custom enumerations which is in turn used by a WCF service method. Using Visual Studio 2012, when I update my service reference two of my ...
0
votes
1answer
48 views

The property 'command' does not exist on the type 'Button'

Error 1 The property 'command' does not exist on the type 'Button' in the XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'. C:\Users\Admin\documents\visual studio ...
0
votes
1answer
296 views

Not enough storage is available to process this command (VS compile, runtime)

I am getting the following error in Visual Studio during the build: ...\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2868,9): error MSB3021: Unable to copy file ...
0
votes
1answer
147 views

VS2010 Just in time debugger doesn't show entire message

I often get the Just-in-time debugger window, and most often no message is shown, but some times I can't see the entire exception, which could be useful. When I try to run the debugger I always get ...
0
votes
0answers
32 views

Debug Designer error in Silverlight

Is there any way to debug silverlight designer issue?
0
votes
1answer
106 views

Adding data to pushpin

this is my codes for the pushpin on the Bing Map. MapLayer layer = new MapLayer(); Pushpin pin1 = new Pushpin(); GeoCoordinate geo = new GeoCoordinate(); geo.Latitude ...
0
votes
1answer
55 views

SvcUtil generating Reference.cs files that don't compile

I have two Silverlight projects that rely on webservices to do the grunt work. If I use the "Update Service Reference" functionality in Visual Studio (2010) to update the clients, the reference.cs ...
0
votes
1answer
131 views

Edit Service References client config file in silverlight by programmatcally

i am making an application in silverlight.The XAP folder of that application contains ServiceReferencesClientConfig file.I have deployed that application on webserver and whenever i am accessing that ...
0
votes
0answers
29 views

how can i fix mime type property in silverlight telerik reporting?

I have telerik reporting problem, the problem is ; when I change some area in the report, visual studio automaticly adding this code on TranscriptReport.designer.cs this.pictureBox1.MimeType = ...
0
votes
0answers
150 views

Customize silverlight line chart

I am trying to make chart something like this Line Chart in silverlight using C# in VS 2010.I am trying to get values at each point in Graph Till now my code is as follows <toolkit:Chart ...
3
votes
1answer
211 views

Setting line stroke thickness in WriteableBitmap DrawLine method

i am using WriteableBitmap to draw lines as WriteableBitmap writeableBmp=new WriteableBitmap(500,500); writeableBmp.DrawLineDDA(10, 20, 50, 70,myIntColor); But here i am not getting any method to ...
0
votes
2answers
191 views

save data from datagridview silverlight to database

How can I save all data from my DataGrid when my button save is clicked? This is my code and say error: string value = (new ...
0
votes
2answers
173 views

Silverlight Content file not added in XAP file

I am working on a Silverlight library project in a big solution. I added an XML file to my project and set its Build Action to Content. As far as I can understand this is supposed to deploy the XML in ...
1
vote
0answers
121 views

XamlParseException due System.Core on own VSTemplate (VS2010)

Good noon, dear community. I got the exercise to build a VSTemplate containing 2 projects, a web project and a silverlight project. Solution VSTemplate: <VSTemplate Version="2.0.0" ...
2
votes
2answers
110 views

C#: Is it possible to conditionally exclude some files from compilation?

I would like to conditionally compile a project excluding specific classes. Is it possible? UPDATE: Basically what I'm looking for is to decrease the size of resulting .xap file through command-line ...
0
votes
1answer
197 views

Visual Studio 2010 going crazy with silverlight projects

I tried to create a new Silverlight project in Visual Studio 2010 (Ultimate version) for the first time. It told me I got to install the latest version of Silverlight, before creating any. You need ...
1
vote
1answer
99 views

Issue with XAML Design data for ItemsControl

I'm trying to master design data for VS2010 (not Blend) in my MVVM project. I got it working for top-level VM properties, but have problem with collections. I use DevForce for data modeling, so ...
1
vote
2answers
69 views

VS2010 generates different assembly each time compiling the project

I have some c# projects. I added post build event to those projects that copy the resulted assembly (dll) from the bin into common folder. It appears that each compile generates assembly which is ...
0
votes
1answer
75 views

Assign property value from another property value that is in a related table

I have a table called PRODUCT, in which the Price of a Product is stored. Because I know that the price of a product can change at any time, I have a table called ORDER, which holds the Quantity of ...
1
vote
1answer
65 views

After opening Silverlight in VS2010 exception occurs

I am opening silverlight application in vs2010,silverlight version = 3, choosing the radio button for host the silverlight application in a new website. Then the page loads with an exception in the ...
0
votes
2answers
200 views

While opening silverlight application an exception occurs

In VS2010 I get the following error when opening a Silverlight application: System.NullReferenceException: Object reference not set to an instance of an object. at ...
0
votes
2answers
111 views

NullReferenceException on Fresh Silverlight Project - Designer

I just created a new Silverlight project along side an existing web project. (Visual Studio 2010) The designer window is now showing "An unhandled exception has occured". Note: The project has no ...
1
vote
1answer
104 views

PagedCollectionView not found in Silverlight 4 (again? yes)

I know this will sound quite redundant, but sadly, no answer I have found to this problem online helped me. I am running Visual Studio 2010, and using the Silverlight 4 SDK (April 2011 version) for ...
0
votes
1answer
141 views

Adding image on dynamically created Button in Silverlight

I am creating the button in silver light dynamically as HistoryButtton = new Button(); HistoryButtton.Content = "History"; HistoryButtton.Height = ...
0
votes
1answer
181 views

VS2010/Silverlight designer unhandled exception

I have VS2010 10.0.30319.1 RTMRel and Silverlight 4 installed. Let me make it clear that I've worked on several projects without any designer issue. I don't recall messing with either VS or ...
0
votes
2answers
196 views

Need to debug both asp and silverlight solutions together

I have two solutions, one is asp.net and another one silverlight solution. Both of them are hosted on my local server. What I need is to debug two solutions simultaneously, in asp solution i have page ...
0
votes
0answers
106 views

Mouse Leave event is not working many a times in silverlight

I am making an application in silver light. In that application i am opening a popup on mouse enter event and trying to close that popup on mouse leave event. But many a times mouse leave event is ...
2
votes
1answer
1k views

Error HRESULT E_FAIL has been returned from a call to a COM component. in visualStudio2010

Hello i have a silverlight application when i tried to run it it will give me error like Error HRESULT E_FAIL has been returned from a call to a COM component. same code i have run on other PC then ...
0
votes
1answer
82 views

Prevent ServiceReferences.ClientConfig from getting bigger and bigger

We often have to re-build our service references and we noticed how the old bindings/endpoints never get deleted. It only adds the new binding and names it Custombinding_IOurService153. We're working ...
0
votes
0answers
148 views

How can I create a ItemTemplate like Content/Master page for non-aspx page in Visual Studio

I have a Windows PhoneApplication Page. It derives from a BasePage. So I have exported it as a ItemTemplate and it works fine. Now I have a property "MasterFile" in my xaml. How can I make this ...
1
vote
1answer
99 views

Force refreshing Silverlight Application Storage

I have just deployed a new Silverlight application to several hundred customers. However, many are reporting the same problem - the app looks the same as before - despite massive updates. I've tracked ...
0
votes
0answers
103 views

could not find Microsoft SDK silverlight v 4.0

On starting Visual Studio 2010 express for windows phone its showing could not find Microsoft SDK silverlight v 4.0 error. It says System.NotSupportedException. At first the error was requested ...
1
vote
1answer
127 views

Silverlight image loading problems

I simply cannot load Silverlight images synchronously. ImageOpened is all well and good but it doesn't really help me if if I have 20 textures to load BEFORE the app is allowed to execute! You cannot ...
1
vote
0answers
315 views

Authentication Issue Adding A Web Service

I am currently experiencing an error deploying a silverlight application that uses web services. I have developed the application on my laptop, which ran locally, and compiled fine. I am now at the ...
1
vote
1answer
407 views

VS2010 : Unable to start debugging Cannot locate Microsoft Internet Explorer

i have created a simple silverligth project and when i tried to start debugging i had this errror : "Unable to start debugging. Cannot locate Microsoft Internet Explorer." i have searched on the ...
0
votes
1answer
723 views

Unable to load Silverlight 3 Project in Visual Studio 2010

I've been trying to open a Silverlight 3 solution in Visual Studio 2010, but I've been getting the following error: Unable to read the project file 'ESM.Visualization.csproj'. ...
0
votes
0answers
33 views

How to display an arrow from a custom control on parent window to the child window?

How to display an arrow from a custom control(or say a normal button) on parent window to the child window that pops up on the click event of that custom control(button) in silverlight ? it is almost ...
1
vote
0answers
142 views

Remote debugging of Silverlight app via msvsmon.exe is possible?

Our Silverlight app has met one issue which can only be reproduced in one specific PC with IE9(x64)(this issue can’t be reproduced in dev machine with the same version of IE),so we need use remote ...
0
votes
1answer
131 views

Converting Silverlight application to Silverlight class library

In my Visual Studio 2010 solution I have a Silverlight application project and a hosting ASP.NET project. Now I have added a new Silverlight application project hosted in the same ASP.NET project. I ...

1 2 3 4 5 8