-
- .Net 3.0 / Linq doubts
by ManjuVijay
- 3 Replies
- Last post
by Becker2
- Hi,
I have lots of doubts regarding .Net 3.0. I have installed .Net 3.0 final version runtime and vs 2005 extensions nov 2006 ctp. I am developing XBAP applications. After knowing about LINQ I installed linq May 2006 CTP. is this the latest version Any final version released
In the new project window why i am seeing linq preview and in the right pane I see linq console / linq window app
-
- How to expand treeview nodes with code?
by lpx
- 2 Replies
- Last post
by lpx
- Hi, I cant find any method to expand the nodes in a treeview How can i do this Thx, Nuno
-
- TimeOut after several connections
by Seba Gomez
- 14 Replies
- Last post
by Seba Gomez
- Weird stuff!
I have a netBinding communication working with no problems.
I debug my WCF client until it calls the server and also debug the server with no porblems, everything's working just fine.
But, for some reason, on the 4th time I call the same server function I can't reach the server (can't debug it) and I get a Timeout exception on the client.
Is there some config I'm m
-
- Bind Click Event to Static Method
by bes7252
- 1 Replies
- Last post
by Bragi
- Can a click event be bound to a static method of the application
Something like this:
Code Snippet Click = " {x tatic local:App.NewWindow} "
Brian
-
- Length of return data with WCF ??
by Serge Calderara
- 6 Replies
- Last post
by Ronald Ricardo Ramirez Moran
- Dear all,
I have a WCF service which collect data from SQL server 2005.
I get a method which actually returns the list of alarms within a time range like :
myService.GetAlarm(From,To) and return a dataset object bind to a datagrid.
When tehre is few data then everything works well but when huge amout of data like 1000 rows for instance, I get an error like:
"The
-
- WCF & WPF Basics error
by Sriman
- 5 Replies
- Last post
by Christian Weyer
- Hi I have created a service and generated a proxy and I get the contract mismatch error:
http://localhost:8085/WCFServiceAndClient/CustomerService
- < s:Envelope xmlns =" http://schemas.xmlsoap.org/soap/envelope/ " >
- < s:Body >
- < s:Fault >
< faultcode xmlns:a =" http://schemas.microsof
-
- how to get client ip and port
by alphais
- 4 Replies
- Last post
by alphais
- hello,
on wcf (I use net.tcp),how can I get client ip and port
thanks,
-
- Cannot locate resource 'window1.xaml'
by Allan Cady
- 14 Replies
- Last post
by Jeremiah Morrill
- I have a WPF app that I built from scratch using Visual Studio 2008 Beta 2. It compiles and runs fine in the folder where I created it originally.
I got it to a point where I was ready to commit it to posterity, at which point I checked the solution into our source control repository (Subversion). When I check out a clean copy, I can build, but I get the following exception when I try to r
-
- Interact with html content in a frame
by juliens
- 6 Replies
- Last post
by juliens
- Hi all, I have a webpage in a frame (via the src attribute) and I would like to track, in my .net source code, user actions and associated events : clicks on a link or on any other item ... Is there a way to do this By javascript for instance Thanks in advance for your help, Kinds regards JS
-
- Opening a resource in an XBAP application
by ebby_amir
- 2 Replies
- Last post
by Michael.Weinhardt - MSFT
- Hi,
I am having difficulty opening an external resource in an XBAP application. The stream for getting the file always seems to turn up null. I've tried many different combination of paths to the file and have added it to my project resources. Here is my code:
Code Snippet Stream stream = Application .GetResourceStream( new Uri ( "myFile.3ds" , UriKind .Relati
-
- How to keep grid adapted to content?
by lpx
- 11 Replies
- Last post
by Grzegorz Zygmunt - MSFT
- Hi, One of the most powerfull features in WPF is the content adapting. However i still don't know how to control this very well. Basicly my layout has a grid with three columns. In the last column there is a tab control. With the globalization feature (i'm using string in resources, which is not the wpf approach but i found it simpler to manage), when the language becomes portuguese, the words oc
-
- [BUG]Collection initializers& extension methods
by XASD
- 4 Replies
- Last post
by Peter Ritchie
- It seems I can't define extension method for a class with name "Add" and use it with collection initializer for the class simultaneously: Collection initializer requires its type 'System.Xml.Xsl.XsltArgumentList' to implement System.Collections.IEnumerable" ,how about "duck" typing I thought I need "Add" method only.
It would be useful feature to fix "
-
- ToolBar Align
by Itzik Katzav
- 5 Replies
- Last post
by lee d
- Hello All (Or should I say Lee)
How can I create a toolbar with one button on the left and one on the right. In winforms each ToolBarItem has .Align property.
How can I do this in WPF
Thanx Itzik
-
- WS-Security 1.0 only without WS-SecureConversation and WS-Trust
by PawelPabich
- 1 Replies
- Last post
by srilatha inavolu
- Hi,
I'm trying to interop with a PHP client and I have to make sure that my WCF sevices uses only WS-Security 1.0.
I know that using negotiateServiceCredential and establishSecurityContext attributes I should be able to switch off completly WS-SecureConversionation and WS-Trust though I don't know how make sure that my service uses WS-Security 1.0. As a binding I've chosen WSHttpBinding.
-
- Measuring "rich text"
by FinallyInSeattle
- 7 Replies
- Last post
by D Hanson
- I have textual information that is currently stored as RTF. I need to display this text in a drawing element for a diagramming product that I'm working on. What I can't seem to find a solution for is how to determine the width and height of this text.
I've tried using a RichTextBox - the ExtentHeight seems to be accurate, but ExtentWidth is just what I sized the control width to. I've read up
-
- Animate comboBox selectedItems?
by Susan Shao
- 6 Replies
- Last post
by Steve Galic - MSFT
- Hi,
I wish to create a play button which upon clicked would go through the items in a comboBox. How can I do this
Thanks,
Susan
-
- WPF and Directshow
by Principher
- 8 Replies
- Last post
by Principher
- I have previously asked this question in a Directshow forum, but got no answer.
I have made my own movieplayer control (Directshow library with .NET 2.0 wrapper) and now I am trying to get it to work with WPF. However whenever a WPF control is placed upon the video, the overlapped region starts flickering :( both with and without translucency. Any idea how to solve this
I can see that Micros
-
- Error Load Package Microsoft.VisualStudio.DLinqDesigner vs2005
by vgta
- 1 Replies
- Last post
by Figo Fei - MSFT
- when i try add a item linq to objects in visual studio 2005 i have error in load the package of the designer
somebody can help me
thanks
-
- PrivateFontCollection type behavior in WPF?
by Robb Allen
- 3 Replies
- Last post
by Robb Allen
- I have an application that requires access to several foundries worth of fonts. Our current system uses .Net 2.0's PrivateFontCollection to load the binary TTF file from Oracle. However, we need to start using OpenType and the PFC simply doesn't support it. How can I load a binary font file into memory for WPF to use Ostensibly, I could load the files themselves locally, but I'd rather avoid that.
-
- How can I get the metadata's IP address instead of hostname?Anyone help?
by AlecChen
- 1 Replies
- Last post
by Brian McNamara - MSFT
- Hi, I have a wcf service published in a product server. In the wsdl, I find the following <types> <xsd chema> <xsd:import namespace=" http://tempuri.org " schemaLocation=" http://tempuri.org " schemaLocation=" http://product/ChargeIIS/IChargeInfoManager.svc xsd=xsd2 " .... /> </xsd chema> </types> My pears cannont
-
- Sizing of a group of Buttons
by Brad Leach
- 2 Replies
- Last post
by Brad Leach
- Hi,
I would like to size a group of buttons in a stack panel to the same size ¨C that size being the auto size for the largest button in the panel (plus any padding/margin). The XAML I¡¯m using would be something like:
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
<Button>OK</Button>
<Button>Cancel</Button
-
- List of elements with a specific dependencyproperty?
by espeholt_jr
- 5 Replies
- Last post
by espeholt_jr
- Hi... Is it possible to receive a list over elements with a specific attached property With the GlobalIndex maybe best regards Lasse Espeholt
-
- HowTo Test XAML Code
by Silas Dor
- 6 Replies
- Last post
by Silas Dor
- Hi,
My problem is, that when I write some XAML code and do for example the binding it works or in most cases - at first it doesn't . :-)
What I am searching for now is a possibility to find the reason why things do not work at runtime. How would I sort of debug into the XAML code
Thanks for suggestions in advance
Silas
-
- How to set a databound ComboBox's SelectedIndex Property?
by Stephen S.
- 4 Replies
- Last post
by Stephen S.
- Hi,
I have a ComboBox that gets filled via databinding (XML). The ComboBox displays a list of colors for the user to choose. The ComboBox sits on a Window that gets passed an object called "Foo" which has a color property. The color property is a string..ie. "Red". Ok, here is my problem, the form takes the foo object as a parameter and I need to manually set the Combox'
-
- http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1346&SiteID=1
by chitse
- 0 Replies
- Last post
by chitse