-
- How do you allow multiple async calls with two-way duplex netTcpBinding?
by JRodman
- 2 Replies
- Last post
by Buddhike de Silva
- I have a client, and i dispatch an two-way async call, then i dispatch a second call before the first one has returned. With reliablemessaging turned on with ordering, I get an error telling me this is not allowed. How do I get it to allow them
-
- Empty XBAP doesn't show anything.
by turczytj
- 14 Replies
- Last post
by Chango V. - MSFT
- I created a new "XAML Browser Application (WPF) and built it w/o making any changes to it. I hit F5 and the debugger runs, but no GUI at all is displayed. I was expecting IE to start and display a blank window or something. I see PresentationHost.exe is started but no GUI...
-
- Creating a drag cursor
by John Dunn
- 4 Replies
- Last post
by John Dunn
- Is there a way in WPF to create a drag cursor I'd like to generate a nice looking drag image similar to the drag image that's created when dragging from Explorer in Vista. I've noticed that the Explorer drag image only works over some destinations ( IE, explorer, desktop ) and it reverts to the canned DragDropEffects cursors over other windows ( like Visual Studio ) - this makes me think that the
-
- ToBindingList still necessary?
by Julie Lerman
- 1 Replies
- Last post
by Brian Dawson - MSFT
- Is it still necessary to use ToBindingList(True) for change tracking
Using VWD, I can't compare to previous WinForms tests I have done.
-
- Linq To SQL and updateable grids
by Eric Harmon
- 2 Replies
- Last post
by Eric Harmon
- I have created a simple Person table in a SQL Server 2005 database - FirstName LastName, and BirthDate are the three columns in the table. I created DataClasses1.dbml from the table and then created a DataSource. I dragged the datasource to a form which created a BindingSource and DataGrid. Nothing new there.
I can populate the grid but I don't know how to enable update functionality :-(
I h
-
- How to route to a default service method.
by ExtJSdeveloper
- 1 Replies
- Last post
by Carlos Figueira - MSFT
- I have a self hosted wcf application running successfully and returning JSON responses to a browser client.
I now wish to serve a default html home page when the client makes a request to my wcf service using just the root domain url. Or put another way when a request is made to my wcf service as http://mydomain.com/ I need wcf to route the request through to:
Code Block
-
- Not working after converting WCF Server(Console application) to service
by Battula
- 8 Replies
- Last post
by Battula
- Hi,
I am developing a WCF application which has to work in client - server machines, Means two server machines (one is primary server and one is secondary server) and few client machines. any of the server will act as active server to the any client machine. My server application has to do database validations (adding, deleting or updating) in current system as well as secondary sever, means
-
- WSDL Has Wrong soap:address
by DonDenUyl
- 2 Replies
- Last post
by DonDenUyl
- I'm trying to publish a WCF service on Win 2003 in IIS. When I publich it to the web site, the wsdl has the local machine name in the soap:address tag. ex:
< soap:address location = https://hostname/SampleMgtService/eCOC.svc /> where hostname is the win 2003 server name.
I've tried following the steps outlined in http://msdn2.microsoft.com/en-us/library/ms734765.aspx
-
- Non-ClickOnce from Orcas?
by -JM-
- 3 Replies
- Last post
by Andrej Tozon
- I would like to create an WPF application that is neither ClickOnce nor installed via setup.exe. It is intended to be packaged with other applets and run from a location without requiring setup.
I can only seem to create a clickOnce application out of Visual Studio Orcas. How would I create a basic exe that doesn't check for requirements and doesn't give the "Downloading..." progr
-
- WSDL Has Wrong soap:address
by DonDenUyl
- 2 Replies
- Last post
by DonDenUyl
- I'm trying to publish a WCF service on Win 2003 in IIS. When I publich it to the web site, the wsdl has the local machine name in the soap:address tag. ex:
< soap:address location = https://hostname/SampleMgtService/eCOC.svc /> where hostname is the win 2003 server name.
I've tried following the steps outlined in http://msdn2.microsoft.com/en-us/library/ms734765.aspx
-
- WCF WSDL generated paths for xsd:schema, wsdl:import, soap:address wrong for WCF behind a firewall.
by ACHawk
- 14 Replies
- Last post
by Gabriel Lozano-Moran
- My WCF server is behind a firewall https://www.myserver.net/QA/WS wsdl but the schema locations are incorrect in the wsdl
<xsd:schema targetNamespace=" http://www.myserver.net/Imports "> <xsd:import schemaLocation=" http://10.3.100.01:860/WS xsd=xsd0 " namespace=" http://www.myserver.net " /> <xsd:
-
- Animate multiple 3D models in the same time
by cono_mm
- 6 Replies
- Last post
by cono_mm
- Is there any way to animate multiple 3d models in a viewport3d using a single animation
-
- Clone an Object
by Dvlnblk
- 7 Replies
- Last post
by WPCoder
- If I have a media player how can I clone it to make an exact copy of it
Thanks
-
- Minimize window
by Kasyan
- 10 Replies
- Last post
by Kasyan
- I want to make a window with my own shape. Without a button on taskbar. And when press ALT+F4 it just minimize. How to make a minimize effect when close window
Forgive my bad English.
-
- Problems with HwndSource in MFC Dialog
by Pailes
- 6 Replies
- Last post
by Pailes
- Hello Everybody,
I'm trying to embed a WPF-Page into a regular MFC Dialog and I'm having problems with typing data into the WPF edit fields.
I can click into the field and the cursor shows up, but typing data into it doesn't work.
It's also possible to press a WPF button and catching the event on the MFC side and installing an HwndSourceHook I can easily catch all the WM_KEYDOWN event
-
- LC.exe was not found
by kettch
- 8 Replies
- Last post
by AkiraYama
- I'm using Orcas beta 2, and am recieving the following error when I compile a project:
Code Snippet Error 101 Task failed because "LC.exe" was not found, or the .NET Framework SDK v3.5 is not installed. The task is looking for "LC.exe" in the "bin" subdirectory beneath the location specified in the InstallationFolder value of the registry key HKEY_LOCAL_MACHI
-
- My understanding on LINQ
by &#91;CN&#93; T
- 1 Replies
- Last post
by Peter Ritchie
- As far as my knowledge, LINQ provide a general and easy to use interface/way to access data in various position(memory, database, xml files, web services, and etc.)
Am I right
-
- Where to Download XAMLPAD?
by Ponnurangam
- 5 Replies
- Last post
by anjanesh
- Hi,
I am looking for XAMLPAD, does anyone knows the link to download it
The closest I could find is XamlPadX v2 at http://blogs.msdn.com/llobo/archive/2006/12/30/xamlpadx-v2.aspx
Not sure if this is the correct one
Thanks
Ponnu
-
- TryGetObjectByKey Performance Issues?
by MichaelD&#33;
- 6 Replies
- Last post
by MichaelD!
- Is there a known issue with the performance of ObjectContext. TryGetObjectByKey I am finally getting my Beta1 code ported over to Beta2 and I'm seeing some incredibly long wait times with this method.
-
- WPF3D 3D - Viewer Performance
by mcdvrd
- 14 Replies
- Last post
by RHogue
- I am new to using WPF3D, but I am an experienced OpenGL and OpenInventor programmer and was investigating the feasibility/desirability of porting some of our 3D applications to the Windows platform. The application of interest is written in OpenInventor from Silicon Graphics/TGS. Interestingly, OpenInventor is a high-level Scene-based API that allows the user to describe a scene using a scene-grap
-
- How to combine CanContentScroll=True and TextTrimming in a ListBox?
by _saga_
- 1 Replies
- Last post
by Yi-Lun Luo - MSFT
- I have a ListBox where I want the text in the ListBoxItem to be trimmed with "..." if not all the content could be displayed in ViewPortWidth. I also want to be able to scroll the content in the ListBox using PgUp and PgDn. Is there a way to combine these two
Because if I set CanContentScroll to true, the scroll works, but the "..." disappears, and if I set CanContentS
-
- WPF. Troubles with TreeViewItem control
by Ember_Ukraine
- 3 Replies
- Last post
by Cedric Dussud - MSFT
- Hi All, Could anyone help me with iterating through Items in TreeViewItem control P.S. TreeViewItem has collapsed state and I don't want to use something like: for (int index = 0; index < tvItem.Items.Count; index++) { TreeViewItem subItem = tvItem.ItemContainerGenerator.ContainerFromIndex(index) as TreeViewItem; ...... }
-
- Custom Control book
by Abhishek Ghuwalewala
- 7 Replies
- Last post
by bitbonk
- I am developing custom controls for WPF. While there are MSDN articles and blogs containing reference information, there is no good resource that makes specific recommendations on how to actually develop controls or provides any insight on the architecture of WPF controls built into the framework.
If any Microsoft developer (*cough*Kevin Moore,Rob Relyea*cough*) is planning to write a book,
-
- Public Query result
by ChrDressler
- 7 Replies
- Last post
by Matt Warren - MSFT
- Hi,
is there (or will there be) an way to store the result of an Linq query to a public or member variable or return-value
regards,
-christoph
-
- Is Foreground an inherited DP?
by Darren Fieldhouse
- 3 Replies
- Last post
by Yiling Lai
- Seems like a simple question, but I'm seeing some strange behaviour. Take the following XAML:
<StackPanel TextElement.Foreground="Red"> <Button Content="TEST"/> </StackPanel>
If Foreground is an inherited DP the work TEST should appear in Red, and in the design window (Orcus Beta 2) it does, but when I run the application it doesn't