-
- Access SAML Tokens at the Server
by Geminimale
- 11 Replies
- Last post
by Brent Schmaltz - MSFT
- Hi,
Forgive me if this has already been answered. I have an STS/IP service that issues SAML tokens to a client which would be forwarded to a service when it is required. Okay, standard types of WS-Federation stuff. In my situation we have multiple services in the same security realm. Now to the question, when the client presents the SAML token to the service I do want to check the claims, c
-
- ListViewItems Templating ....
by PlaTyPuS8
- 5 Replies
- Last post
by PlaTyPuS8
- Hello!
I want to style a listview like this :
http://test.duotone.ch/ListViewItems.gif
I edit the base-template in Blend with this precedure :
Drop a listview in my window
Right-clic on it and "Add ListViewItem"
Right-clic on the ListViewItem and "Edit Control Parts (Template)" --> "Edit a copy..."
I have this style in my Windo
-
- Setup the app.config for wsDualHttpBinding
by SnowJim
- 4 Replies
- Last post
by Mohammad Makarechian - MSFT
- Hey! I have problems to get the wsDualHttpBinding to work. I think it has to do with my app.config file in the client, but to provide proper information i will post everything. Contract(Class library): #region Service interface [ServiceContract(SessionMode=SessionMode.Required,CallbackContract=typeof(IHelloWorldCallbackDuplex))] public interface IHelloWorldPub { [OperationContract] string
-
- LINQ to SQL Changed Events
by Synced23
- 6 Replies
- Last post
by Synced23
- Hey gang.
I am working on a WebService which a mobile application will call one of the web methods and the WebService will hold the mobile apps connection until it detects a change in the DB. In the event of no changes in the timeout period, the mobile application simply just recalls the Listen() web method.
This is modelled after the whitepaper describing how to implement a DirectPu
-
- WCF Client WSE 2 Service
by Edmund
- 4 Replies
- Last post
by Edmund
- Hello,
I need to get a WCF client to consume a WSE 2 Web Service using SSL and X509 Certificates for message signing.
I already have the Client Certificate created (using a Self Signed for the initail tests) and emailed this to Web Service company. I have to setup Client Authentication so that WCF sends the client Certificate as part of the SSL handshake.
My question is do I use B
-
- Draggable toolbar?
by DiamonDogX
- 2 Replies
- Last post
by DiamonDogX
- The default ToolBar object in WPF has a little thumb on the left hand side, indicating that you could drag it (like in many applications you see). But by default it is not draggable. How does one make it so it can be dragged away from whatever window it's in (and put back)
-
- How Do You Add a Usercontrol to an Excel Spreadsheet
by Roman Benko
- 4 Replies
- Last post
by benchr
- In a Word Document project, I can add a usercontrol to the document by using the syntax:
Globals.ThisDocument.Controls.AddControl(бн
I am trying to do the same thing in an Excel spreadsheet, but I cannot find the right syntax. Do you know how to add a usercontrol to a specific cell in an Excel spreadsheet All of the sample code I have found on Google shows how to add a usercontrol
-
- ListView Item Mouse Event
by GE Woodside
- 7 Replies
- Last post
by Marlon Grech
- What is the correct method to get the mouse event (such as double click or right click) that caused a ListView item selection I can use the SelectionChanged event, but the mouse info is not available (or I don't know how). I can use PreviewMouseXxxEvent, but the item has not been selected yet. I can't use MouseXxxEvent, because SelectionChanged handled the event. I've read suggestions on this foru
-
- Windows(WPF) To Web(WPF)
by krknaveen
- 4 Replies
- Last post
by krknaveen
- Can a page designed and developed in windows Application (WPF) be added to a XAML Browser Application (WPF)
(Or)
Can a windows Application (WPF) be deployed as a web site
Regards,
Naveen
-
- Pass ArrayList in WCF
by DNEX
- 4 Replies
- Last post
by DNEX
- I have some existing classes derived from ArrayList needed to pass across process boundary from a window service application to Win Form appplication using WCF. The following codes are much simplified version.
In client side I can get correct number of array elements but always with default values of Analyzer or CC80System in InstrumentSet object. I do not know why the values set in Analyzer or
-
- How to turn off the AutoSync dynamically we I insert / update a table which contains identity / caculated field.
by Jerry.wang@clochas
- 2 Replies
- Last post
by Jerry.wang@clochase.com
- If a table contains identity field or caculated field, the Entity class attributes will be related to AutoSync=AutoSync.OnInsert
AutoSync=AutoSync.Always
and so on.
But some time I do not need the Sync when I insert / update the table. I want to minimize the data transformed between server and database.
i.e.
I insert a new row in to the table, and I need the @@identi
-
- Binding and Displaying Related Data (Groups) in GridView
by Mann..
- 3 Replies
- Last post
by Marlon Grech
- Hi,
I am looking for a solution for GridView that should have related (Grouped) Data bound to it.
And also it should behave like an expander showing Header (GroupHeader) and on Expanded all related records shoud be shown in Expanded area.
All GridView items whoud behave the same.
I dont know how to achive this and incorporate with GridView Columns..
Please, Help me solving t
-
- XBAPs and Loose XAML does not work on corporate PCs
by DamReev
- 12 Replies
- Last post
by Chango V. - MSFT
- Hi, I'm a developer who would like to leverage XBAPs for some intranet applications, but I've run into the scenario where neither XBAPs or standalone XAML displays in IE on any of our corporate PCs with .NET 3.0. It doesn't matter how I do it:
I can click on an XBAP on the internet, no luck
I can click on a Standalone XAML locally/or on the web, no luck
I can create a XBAP pro
-
- How to generate separate csdl, ssdl and msl files?
by Alexey Rokhin
- 3 Replies
- Last post
by Jaroslaw Kowalski - MS
- I can generate only single edmx file using EDM wizard. But EF samples contain 3 separate files. What way these files were created How code was generated from these files
-
- PresentationFontCache.exe ???
by komminane
- 4 Replies
- Last post
by ivolved_Mike_Brown
- Hi WPF team,
can you help me out to knowing about the PresentationFontCache.exe in more details, what exactly it dose. where can i found the documentation on this in MSDN.
when i am running the application first time it is taking more time than the second time. How can i avoid this for first time execution.
what about the disk cache , can we clear it through progra
-
- Unmanaged DllImport and WCF interop Problem
by OverloadedOverrides
- 0 Replies
- Last post
by OverloadedOverrides
- Let me start by saying I have already spent a good deal of time working on this problem, I am posting here because the solution seems to reside with someone with more detailed knowledge of WCF's internals than I am privy to.
My client would like to use WCF for a middle tier solution, it is essentially being used as a database pass through. The solution must be scalable and clustered, so I a
-
- ObjectDumper is gone?
by Joe Rattz
- 4 Replies
- Last post
by Matt Warren - MSFT
- I don't see it. Has it been renamed Is it gone for good
-
- WPF Dispatcher - Issue
by Anil D
- 8 Replies
- Last post
by Anil D
- Hell All,
I am trying out, WPF DependencyObject created on working thread (not UI thread).
When dependency object is created on other thread, I wanted to schedule its work items using Invoke/ BeginInvoke.
But its not happening.
Following are the steps I did.
1. Created Thread on Windows Button click event
2. Created DependencyObject in Threads- ThreadStart function
-
- listviewitem Texbox styling problem
by Nir_haham
- 5 Replies
- Last post
by lee d
- Hello,
I created a listview with one column.
The listviewitem itself has an ItemContainerStyle "MyContainer":
<Style x:Key="MyContainer" TargetType="{x:Type ListViewItem}">
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Foreground" Value= "
-
- WCF and message "End of Stream encountered before parsing was completed."
by Michel Bakker
- 7 Replies
- Last post
by Sajay - MSFT
- I've set up communication for WCF. I used these configuration parts. Server: (read from the stream) <wsHttpBinding> <binding name="BindingThing" messageEncoding="Mtom" maxReceivedMessageSize="33554432" /> </wsHttpBinding> Client: (sends to the stream) <wsHttpBinding> <bindin
-
- WCF with Relay service
by salonishah
- 8 Replies
- Last post
by salonishah
- Hi all, I want to develop an application which allows me to send the message to the users who are behind NAT and firewalls.How could i do this using the WCF and relay services.Can anybody provide me some samples or tutorials which uses wcf and relay binding in .net 3.0 Regards, salonishah
-
- ComboBox Bug Master/Detail in ListView??
by S.Span
- 6 Replies
- Last post
by SSpan
- Hi at all,
i've got a problem with databinding in a ComboBox (ItemsSource) when using the comboBox within a ListView. I've uploaded an video to show you this problem at: www.sebastianspan.de/WPF/bug.rar
I'm using ObserveableCollection<T>.
-
- WCF Authentication (IIS) Impersonate - Login failed for user '(null)' sql server
by shanmugal
- 11 Replies
- Last post
by the_magic_juan
- Hi, I'm trying to connect database which running on diff. server using WCF and sql*server 2000; IIS 6.0 Settings - WebSite > Properties > Directory Security > Checked Anonymous access, provided user name, password and checked Intergrated Windows authentication Windows Server 2003 SQL*Server 2000 WCF C# Error: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Serve
-
- Dragging and Dropping Controls Onto Tabs
by Jason Smith
- 3 Replies
- Last post
by Yi-Lun Luo - MSFT
- I have a real basic question. Can you not drag and drop controls onto tabs in WPF Any help would be greatly appreciated.
Jason
-
- is it possible to change the theme in xaml ?
by Fernando Cavenaghi
- 2 Replies
- Last post
by LesterLobo - MSFT
- is it possible to change the theme (aero, luna, Royale) of my program by writing code in the xaml
Many thanks!!
( I hope you can understand what I write because my English is not very good. )