Tagged Questions
3
votes
0answers
139 views
SelectedItemIndex Mismatch when using a CollectionView refresh on a SL ComboBox
If you have a ComboBox bound to a CollectionView. Issue a REFRESH on that CollectionView and that filters out certain items thus changing the position of your selected item and reducing the size of ...
2
votes
0answers
200 views
Resource Images in Silverlight Not Consistently Showing
I am having a really frustrating time with having "Resource" images in my Silverlight application. I am using the Telerik controls, however I am seeing the same issue with the standard Image element. ...
2
votes
0answers
3k views
how to get related entities in dynamics CRM 2011
We are currently developing a Silverlight webresource in the recently released Dynamics CRM 2011. At this moment we wanted to implement an autocomplete box displaying the collection of accounts, with ...
2
votes
0answers
559 views
Silverlight RegisterScriptableObject scriptkey is always null
Had to post here this doesn't make any sense to me.
I am trying to call Silverlight functions from my javascript and the scriptkey I am using always comes up null.
I have this img in my markup that ...
1
vote
0answers
33 views
Pivot Viewer V2 doesn't release memory after being set to null
In our LOB app, We have 4 pivot viewers on separate pages in a navigation control. When we navigate from one pivot viewer to another the memory increases (as expected).
This memory continues to ...
1
vote
0answers
29 views
Navigation fails in Silverlight application using MEF
I have a Silverlight application using MEF to load UserControl plugins into the main shell. Each plugin has a metadata in which described are the name, version, icon and something like these of the ...
1
vote
0answers
63 views
Add a AutoComplete ComboBox to RadRichTextBox (Telerik)
I need add a ComboBox that has a feature, like autocomplete of Visual Studio intellisense at time to write a word. Currently i have a span and i need covert it to a combobox like the picture:
The ...
1
vote
0answers
70 views
Need help on solving xmlexception from System.Xml.Dll
Been trying to figure this out for a while now, using ILDasm. Here is what I've got from the event log:
Fault bucket 50, type 5
Event Name: CLR20r3
Response: Not available
Cab ...
1
vote
0answers
151 views
ADFS 2.0 single sign-on clarifications
We have the following scenario:
An existing .NET (Silverlight) application that uses forms authentication.
We would like to extend the login functionality so that users that are already logged in ...
1
vote
0answers
105 views
How to use Postgresql Database in Silverlight application?
i'am trying to use Entity Framework with Postgresql Database in my Silverlight application ,for that i am using npgsql data provider .
fowlowing this link i registered Npgsql and Mono.Security in the ...
1
vote
0answers
104 views
Microsoft Portable Client Library - MessageContractAttribute isWrapped not defined
I am attempting to use Microsoft's Portable Library Tools, to create a common "Portable" project that can be used by both a Silverlight and a WPF application.
I've run into trouble with adding a ...
1
vote
0answers
143 views
Display two different ValidationSummary controls on single view. Silverlight
What I need to do if I want display two different ValidationSummary controls on my view?
First control is the control which display regular validation errors, it's simple.
Second one is the ...
1
vote
0answers
73 views
IL offsets missing when silverlight assembly is compiled in release mode
I followed these instructions to add IL offsets to Silverlight stack traces. This works great when building in DEBUG mode however our production/qa build process compiles everything using RELEASE ...
1
vote
0answers
524 views
Using SilverLight library (dll) in a .net project
I have a SilverLight lib (dll) that implements classes I need to use in a .net project. I follewed the steps described in this answer, but I don't see how to use the proxy library to expose the ...
1
vote
0answers
59 views
Navigate Vs Master Pages in Silverlight
I am new to silverlight. I am using master pages and navigate in my application. What is the difference between using Navigate and Master pages in silverlight. Both Seems to be same
Masterpages Vs ...