-
- Flickering background when resizing window
by Nico Vuyge
- 14 Replies
- Last post
by Martin Knotek
- I'm experimenting with Avalon and I notice heavy flickering when a window is resized. This can be easily seen by just creating a blank Avalon project with Visual Studio and (rapidly) resizing this application's main window. What I see is a white background, with parts of it flashing to black (and back to white) when the window is resized. I thought that Avalon is supposed to eliminate flicker
-
- SVG to XAML converters? EMF to XAML converters?
by sbussinger
- 5 Replies
- Last post
by sbussinger
- Hi,
Does anyone know of any SVG to Xaml vector graphic converters that work well and work with the release version of WPF
I found a project by Don Demsak ( http://www.gotdotnet.com/workspaces/workspace.aspx id=0e769f27-e0d8-4592-b0a9-69fe8bec3b2e ) called SVG2XAML but it hasn't been touched in 3 years.
I found references to something from a website called xamlon.com, but that website appe
-
- SAML over ssl?
by dejawoo
- 14 Replies
- Last post
by Todd West - MSFT
- Hi I m quite confused.. just trying to solve a task where there will be STS which will be communicated over secure transport channell i.e. https then once token is obtained sent to actual service again with ssl. I m confused .. How to realize.. Do I can still use RST & RSTR I mean WS-TRUST, is ws-trust also applcicable for transport level security as I know ws-secureconverstaion is message ori
-
- Where to check the completed list of new features of C#
by Michael Sync
- 6 Replies
- Last post
by Genevieve Orchard - MSFT
- Is there any completed documentation to check if I wanna know all new features of C# 3.0 I read C# specification a lit bit but it seems it covered all features of C# (not just only C# 3.0 ).... I found a lot of blog post about new features of C#. But I wanna get the completed one... Any idea would be appreciated. Thanks in advance.
-
- who can make setup from project bulid by
by sami_abozaid
- 1 Replies
- Last post
by Varun Gupta
- who can make setup from my project was bulit by vp.net
-
- What about the big picture enterprise?
by fpbear
- 2 Replies
- Last post
by TrevorW
- I have been reading many articles about Indigo WCF, ADFS, WSE 3.0, SAML, WS-Federation, and WS-Trust. and most of these articles focus on the application-level logic with .NET code samples. That's fine for application developers, but as an architect I would like to have a better understanding how these technologies are woven together. How will they interoperate with the competing OASIS standards
-
- How can I create service from WSDL?
by kawano1h
- 2 Replies
- Last post
by Carlos Figueira - MSFT
- Hello, I was wondering if there is any way to create service from WSDL file, not the client. Basically, I would like to do what is called top-down approach, I believe.
Any suggestion would be greatly appreciated. Thank you.
-
- The different between Standard & Professional Edition
by Fraas
- 1 Replies
- Last post
by MJKCSB
- Hi
What¡¯s the different between
Visual Studio 2008 Beta 2 Standard Edition (722 MB) http://www.microsoft.com/downloads/details.aspx FamilyID=1df11844-3c90-4fb8-a78f-4ba95ed0b370&DisplayLang=en
AND
Visual Studio 2008 Beta 2 Professional Edition (3126 MB) http://www.microsoft.com/downloads/details.aspx FamilyID=b98a61ba-99b0-40b7
-
- Headers in REST POST
by weblivz
- 3 Replies
- Last post
by Christian Weyer
- The more i use the REST support in WCF, the less i see *much* of a problem with the lack of raw POST support and a preference for Xml (and JSON) support. In fact, with the exception of a few places (particularly figuring out how to actually use it, i am really happy with how useful it is).
However, here is a suggestion based on my work in the last 48 hours practically working with WCF (and
-
- EDM Designer ETA Slipping Past Orcas RTM?
by Roger Jennings
- 7 Replies
- Last post
by Daniel Simmons - MSFT
- Last night the ADO.NET Team posted EDM Wizard and Designer Featured in VSLive! San Francisco Keynote , which briefly describes Britt Johnson's "Data Explosion: The Last and Next Decade in Data Management with the Microsoft Data Platform" keynote. The description of Britt's presentation includes this statement:
Britt also featured 5 short videos or screencasts that demonstrate
-
- Question on inheritance
by JPAK
- 1 Replies
- Last post
by Noam Ben-Ami // MSFT
- I have a model where I have:
ItemBase as a base class for Items with the common fields of Items
Items inheriting from Item base with exra fields
One of them is Image with a Url field.
I understood how to use the One table per class model to implement the heirarchy, but now I would like to have a many to many relationship between Items and Image
Questions:
1- Is this right
-
- Endorsing Tokens from WSE
by JonPom
- 8 Replies
- Last post
by Dwight Goins
- Hi,
We have a situation where for reasons of code reuse and simplicity we need to use a WSE proxy on a server to call a WCF service. The client normally runs on a users machine and passes a UsernameToken to authenticate. However in this case the code passes a UsernameToken with no password (for identification purposes as it does not have the users password). I would like to add a client cer
-
- Problem : Splitting a complex application into multiple xaml and xaml.cs files
by Mann..
- 6 Replies
- Last post
by Marlon Grech
- Hi,
I am suffering from great problem with complex application in WPF where i have one main screen where i want to have different content (XAML) tobe displayed and operated based on certain conditions.
Currently, all the functinalities, resources and all events and related c# code are in the same window( XAML and XAML.cs). My Problem is i want to devide the content in a saperate file
-
- Some help about gridview mouse event effect
by asoft
- 1 Replies
- Last post
by Marco Zhou - MSFT
- Hello EveryOne!
I want to change color onmouseover, onmouseout and onclick event I have done some work but on mouse click not work fine plz any one have any idea about this
Note: I am selecting rows by checkbox.
Here is the codes
ASPX
OnRowBound Event of Gridview
if (e.Row.RowType == DataControlRowType .DataRow)
{
e.Row.Attributes[ "onmouseo
-
- How do I bind a wpf control to XElement/XAttribute?
by Kerry Jones
- 9 Replies
- Last post
by Frinkfree
- Hi
I have tried to duplicate example xaml posted in the forums but keep getting the error listed below
System.Windows.Data Error: 35 : BindingExpression path error: 'Attributes' property not found on 'object' ''XElement' (HashCode=44365459)'. BindingExpression ath=Attributes[name].Value; DataItem='XElement' (HashCode=44365459); target element is 'TextBlock' (Name=''); target proper
-
- Keeps asking for vs_ide.msi
by dan blanchard
- 1 Replies
- Last post
by dan blanchard
- Hello, team suite beta 2 w/ team explorer, it often (usually when building a setup project) it keeps asking for the vs_ide.msi, but I don't see it anywhere on the team foundation server dvd. It says: Microsoft Visual Studio 2008 Premier Partner Edition - ENU The feature you are trying to use is on a network resource that is unavailable. etc. it is interfering with Team Build. Why is it doing this
-
- How to debug a WCF service
by Peter Schmeichel
- 5 Replies
- Last post
by Peter Schmeichel
- How can I debug a service The service is called from a WPF client. The service is hosted in IIS.
-
- flowdocument and animation problem
by Euclidez
- 2 Replies
- Last post
by Yi-Lun Luo - MSFT
- Hello, may be you can help me with this. I want to animate a flowdocumentviewer. So I take a picture A of a flowdocumentviewer, than I made visible the animation grid, than I update the document content, I update the viewer and I take the pic B, than I animate the grid imgA and imgB. So I animate the pictures not the flowviewer. The problem is when I complete the animation the flowdocument content
-
- How do I bind a wpf control to XElement/XAttribute?
by Kerry Jones
- 9 Replies
- Last post
by Frinkfree
- Hi
I have tried to duplicate example xaml posted in the forums but keep getting the error listed below
System.Windows.Data Error: 35 : BindingExpression path error: 'Attributes' property not found on 'object' ''XElement' (HashCode=44365459)'. BindingExpression ath=Attributes[name].Value; DataItem='XElement' (HashCode=44365459); target element is 'TextBlock' (Name=''); target proper
-
- Frame Navigation Bar Title.
by CarlosJC
- 2 Replies
- Last post
by Yi-Lun Luo - MSFT
- Hi I'm using a Frame to Navigate to FlowDocuments (or Pages). How can i set a title for the Navigation Bar. I need a title in the right side of the GoBack and GoForward buttons.
-
- Disabling OnTextChanged
by CodeDjinn
- 5 Replies
- Last post
by azmo.wl
- Hi,
I have a class that inherits from a RichTextBox, in the OnTextChanged event I do the following:
protected override void OnTextChanged( TextChangedEventArgs e)
{
base .OnTextChanged(e);
TextRange range = new TextRange ( this .Document.ContentStart, this .Document.ContentEnd);
range.ClearAllProperties();
}
The problem with the above code is, is that range.C
-
- .net 2 and 3.5 Support on Orcas?
by Nidonocu
- 4 Replies
- Last post
by Nidonocu
-
- Canvas RenderTargetBitmap
by Dicks
- 1 Replies
- Last post
by Drew Marsh
- Hello,
I am trying to render a Canvas to a PNG using the following code;
RenderTargetBitmap rtb = new RenderTargetBitmap (( int )clientRect.Width, ( int )clientRect.Height, 96d, 96d, PixelFormats .Default);
DrawingVisual dv = new DrawingVisual ();
using ( DrawingContext dc = dv.RenderOpen()) {
VisualBrush vb = new VisualBrush (elem);
dc.DrawRectangl
-
- the path is not of a legal form when using EF tools wizard
by Aurel2152
- 13 Replies
- Last post
by Craig Lee | MSFT
- I've just installed .Net Framework 3.5 beta 2, then EF beta 2 then VS 2008 beta 2 and EF tools August CTP. When I try adding a ADO.NET Entity Data Model in the app_code folder of a website I get the following error : "The path is not of the legal form" thanks for your answer !
-
- Removing serialized strokes in a inkcanvas.
by tiomeg
- 1 Replies
- Last post
by Anthony Hodsdon - MSFT
- I have two InkCanvases that i'm trying to connect over a network. But first i need to be able to connect them in one program.
I have two InkCanvases, the canvas i paint in is called inkCanvas and the canvas i want to clone to is called testCanvas.
This is my code:
public Page1()
{
InitializeComponent();
inkCanvas.Strokes.StrokesChanged