-
- Request/Response with MSMQ binding
by BillRP
- 6 Replies
- Last post
by Sorin Alexander - MSFT
- Just a question to the WCF team... why is it that service operations that are invoked with the MSMQ binding must be one-way Your guidance suggests that a Request/Response can be achieved by manually placing the return address in the request header and then manually sending the response back from the service to the address held in the request header. However, to me this really should be handled by
-
- Remove or Delete Projects
by MXJ
- 2 Replies
- Last post
by MXJ
- On the IDE Start Page, the Recent Project box lists my recent projects. How can I remove (delete) the entries from this list in Visual Studio 2008 (Beta 2)
-
- Problem with Dependency Property and Updating the TextBox value?
by Gagandeep Singh
- 3 Replies
- Last post
by SerialSeb
- Hi, I am facing the problem of updating the textBox value which is binded with the depedency property. My dependency property is updated but i am not able to reflect that change in my text box value. The value of the textBox should be within a range. Whenever there is a change in the UI (value) of TextBox, because of the user input, the dependencyProperty validation callback is executed. The value
-
- HRESULT:0x8004D6DF_VB Express 2008 Beta-2
by SkyKnight
- 1 Replies
- Last post
by Saaid Khan MSFT
- Hi,
I just downloaded and installed the VB Express 2008 Beta 2 version on my XP Pro SP2 Laptop.
However as soon as I try to create a new project, I get an "Exception from HRESULT:0x8004D6DF" error.
I have uninstalled and reinstalled the entire application, with the same end result. Can someone please help me!
Thanks
-
- Fatal Execution Engine Error
by Eric Wellnitz
- 14 Replies
- Last post
by turczytj
- Ever since the Beta II CTP, we have been getting intermitent "Fatal Execution Engine Error"s when an IIS hosted service receives its first request. This seems most common after we modify the service's code and dont issue an iisreset before running the client.
The error is occuring on all of our development machines (XP IIS 5.1) and our development servers (Server 2k3 IIS6).
Has an
-
- User Control and Content Property
by Sam Andy
- 5 Replies
- Last post
by Dr. WPF
- I have a UserControl and I need to prevent the consumer from using the Content property. what is the better way to do this,
-
- How to access any group in listview
by evergreensbs
- 3 Replies
- Last post
by Wei Zhou - MSFT
- i want to access groups in listview from c# code, ie. i have two listviews in my window. If i expand one group in first listview then i want to expand some group in second listview. Can anyone tell me please
-
- ADD USERCONTROL AT RUNTIME
by MikeTrejo
- 2 Replies
- Last post
by bfbdgvd
- Hello,
Im trying to make an usercontrol to be constructed and added at runtime
and set a "position" at certain grid colum and row.
thaks in advance
-
- Configure Streaming in Duplex Contract
by Madz666
- 3 Replies
- Last post
by David Kreutz - MSFT
- Hi,
I want to transfer large files, I configure my service to allow streaming but when I send some files it gives me this error.
The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '23:59:59.9531250'.
This is my
-
- How can I use multi Class and multi Interface?
by mengfc
- 1 Replies
- Last post
by Nathan Anderson - MSFT
- I have a three layer program, I want to use WCF, how can I implement the follow
The server like this:
public interface ITbYhxx { bool ChangePassword(string pUserID, string pPassword); void Insert(TbYhxx pYhxx); void Update(TbYhxx pYhxx); void Delete(TbYhxx pYhxx); }
public interface ITbXlxx { void Insert(TbXlxx pXlxx); void Update(TbXlxx pXlxx
-
- Setting a dependency property within a member var of an object
by David Cater
- 5 Replies
- Last post
by David Cater
- I'm getting myself a bit confused about using Styles to set property values. Suppose I have the following simple classes:
Leaf
Derives from DependencyObject and has a string DependencyProperty called TestString.
public class Leaf : DependencyObject {
public string TestString {
get { return ( string )GetValue(TestStringProperty); }
set { SetValue(Te
-
- Timout event on service host - is there one?
by TrevorW
- 3 Replies
- Last post
by TrevorW
- Setup: NetTcpBinding, PerSession, DuplexChannel, and Reliable messaging.
Situation: When the session times out, the client is not notified.
I have implemented IInputSessionShutdown and the channel faults on a timeout which kills my ability to send a message to the client: the implementation only exposes methods AFTER the channel is faulted.
My question: Is there a timeout
-
- Duplex federation
by dickP
- 3 Replies
- Last post
by Todd West
- As I understand it, to implement an STS I have to use a wsFederationBinding, and that only supports a request/reply message pattern. Is that right If that is so, how do I federate with a duplex message pattern
Say I implement a trusted facade that exposes a login operation on a wsFederation binding to create the saml token and put the main service operations on a netTcpBinding. I assume the two
-
- Animation that simulates a conveyor, snippet included
by KevinKerr
- 3 Replies
- Last post
by kk302999
- I'm somewhat of a WPF newbie, but I am good at research and finding things out on my own. However, this one has taken too long, so I thought I would ask for some direction:
I would like to simulate a conveyor belt, such as
-------------------------
| | | | | | | |
-------------------------
where the vertical lines (or vertical skinny rectangles) move continually i
-
- Naming Controls in saperate Xaml Files
by Mann..
- 5 Replies
- Last post
by Mann..
- Hi,
I am working with the application which has main window containing frame control.
I am calling different xaml content from the saperate files based on user input.
My problem is that i am not able to give names to any controls withing thaose saperate xamle files.
It gives me following error, where btnSave is a button control and Red.xaml is a file being called from main window.
-
- Abandoning a new object that has established foreign key relationships
by DamienG
- 6 Replies
- Last post
by Matt Warren - MSFT
- I seem to have got into an odd situation here. I create a new Invoice object and set the Customer property to a valid customer. The user then "Cancels" out of the form so I never dc.Invoices.Add(myInvoice) and expect it to go away. The next time dc.SubmitChanges() happens in another part of the program it will attempt to persist this new Invoice - presumably because of the Customer relat
-
- How to override a border style when forcing the Vista Areo style.
by moondaddy
- 1 Replies
- Last post
by Ben Carter - MSFT
- I have a wpf windows app that will be running mostly on xp machines and IĄ¯m overriding the default OS style with the Vista arrow style using this
< Application.Resources >
< ResourceDictionary >
< ResourceDictionary.MergedDictionaries >
< ResourceDictionary Source = " /PresentationFramework.Aero, Version=3.0.0.0, Culture=neutral, PublicKeyToken=
-
- ContextMenu width clipped
by Brett Burkhart
- 1 Replies
- Last post
by Ben Carter - MSFT
- I just noticed in Blend an issue with the left hand toolbar that when selecting sub items from the drawing tools or shapes, the context menu width is clipped to about 70 pixels wide. So I posted a bug on Blend.
I just ran the SimpleStyles exe included in the SDK, and I'm noticing the same clipping issue on the ContextMenu controls. So now I'm thinking it's a WPF bug. I thought I've seen thi
-
- How to capture client's infomation on server process?
by jdang
- 5 Replies
- Last post
by jdang
- Hi Eveyone,
I have a wcf service runs on the server as a console application (sefthost). Currently, I have many clients connect to that service and all of them work very well. Now I try to improve my system a little bit by trying to capture clientĄ¯s info whenever a client requests the service on the server to do something. Does anybody have any example or any ideal how to do this
Thanks
-
- ArgumentNullException Value cannot be null...
by Kazi
- 10 Replies
- Last post
by Mathew Charles
- Hi Everybody,
I get the following exception on Inserting or Updating the db (non express sql2k5 sp1) with DLinq (May CTP). We had no such problem with the PDC release of DLinq, but we switched to the May CTP what introduced this bug.
Is there any chance for a fix What can I do for it
Thanks for any help for advance:
Kazi
System.ArgumentNullException was unhandled Message="
-
- Visibility on controls if databound ListView has no items
by tknuts
- 4 Replies
- Last post
by tknuts
- Hi
I have been searching the web all day. How do you control visibility og controls in pure XAML, based on the E.g. Has Items of a ListView. I've tried with a style trigger on the ListVire, like this:
< Style.Triggers >
< Trigger Property = " HasItems " Value = " False " >
< Setter Property = " Visibility " Value = " Hid
-
- One more question about Frame navigation!
by WPF Fan
- 7 Replies
- Last post
by Michael.Weinhardt - MSFT
- Sorry I have to one more question about Frame navigation.
How can I retrieve a reference to a page within Frame.BackStack
Thank you,
Max
-
- XAML : Rounded button
by J Jeyaprabhu
- 3 Replies
- Last post
by LesterLobo - MSFT
- < Rectangle x:Name = " button_1 " RadiusX = " 8 " RadiusY = " 8 "
Width = " 50 " Height = " 20 "
>
< Rectangle.Fill >
< RadialGradientBrush >
< RadialGradientBrush.Transform >
< ScaleTransform ScaleX = " 1.702 " ScaleY = " 2.243 " />
</ RadialGradie
-
- WCF Error Handling
by dhgoldman
- 4 Replies
- Last post
by Brian McNamara - MSFT
- Hello,
I'm trying to determine what the behavior of the WCF framework is when an unhandled exception is encountered. From what I have read, the service host will remain up, but I can't tell whether the AppDomain is affected or not. In .NET 2.0, unhandled exceptions bring the AppDomain down; is this the case when using WCF in .NET 3.0 Thanks very much,
- Daniel
-
- WPF Dot
by Nat153417
- 2 Replies
- Last post
by Nat
- I saw a couple posts saying that there is pretty much no predefined way to create markers in chart in WPF. I still wonder whether there should be a way to do that. I ran into a scenario where I would like to create a marker that would be independent from scale / rotate transform. I need this since I use ScaleTransform to scale the chart but I don't want the marker size to be changed. Is there a wa