Answer Questions
alexander r Process XAML request
Hi, I am new to XAML and WPF. Question: When a client request for .xaml file extension, how does the server process this request. What is the life cycle of xaml request Thanks VSU The server does nothing else than to serve the file, no processing occurs on the server side. The processing happens on the client side only. ...Show All
Full_Metal XAML Binding to parent Object
This seems like a simple issue, but I just can't figure out the syntax. I want to associate an existing element in the XAML page with a property on a custom control. I thought it would look something like this: <Grid Name="_target"> <CustomControl ActUpon="{Binding NamedElement=_target}"/> </Grid> That of course doesn't work as the object that's pased in is actually a Binding. How can I reference the ...Show All
Hei How to use InfoPath with VS .Net
Hi All, I am new to use the InfoPath with Visual Studio .Net. Can any one send Help link. Thanks in advance Hum... You will need to do COM automation for that. Try to look here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_2003_ta/html/odc_ancInfo.asp With VSTO 3, it will be more simple to use and develop applications for Office Product Take a look also here: http://blogs.msdn.com/vsto/ and http://blogs.msdn.c ...Show All
mrwise Logging
Hi, I'm trying to see the actual bytes sent across the wire by my WCF services. I've turned on full diagnostics but I'm not sure whether that logs in its own custom XML format so that the trace viewer can use it. What I want to see is the actual bits and bytes sent across the wire so I can verify that things are encrypted / encoded as I expect. How do I do this I tried using the SOAP Toolkit's trace utility but that doesn't seem to work ...Show All
hakl How to set toolbar methods programatically?
I am looking to do the following with the toolbar in code, but I am having trouble finding the solution. I want to set the page layout to view the report in print mode and set the scale to 75%. I am not sure where to set these properties. Thanks Thank you, SetDisplayMode() did the trick It sounds like you are looking for ReportViewer.SetDisplayMode(), ReportViewer.ZoomMode, and Repo ...Show All
Tom Bowersox WPF goes mobile?
Hello, does anybody know if there will be a WPF-Player for mobile devices. I am interested in building User Interfaces with WPF for embedded systems. Maybe it is possible to generate targetcode for a specific embedded plattform Thank You! There is a specification called WPF Everywhere (WPF/E) that was announced at the PDC that introduces a small subset of the WPF API. There will apparently be various runti ...Show All
satishchebbi How to open an Infopath form from Outlook VSTO2005 add-in.
I can open my form with Process.Start("Iexplore.exe", ls_Filename), but cannot Process.Start("infopath.exe", ls_Filename) if ls_filename is a long file name with spaces in it. Infopath startst, but gives a file not found error with the name up to the first space. Any help Is there a better way to start Infopath from an Outlook VSTO2005 add-in Can I inclide the Infopath namespace somehow Okay, got it. Ye ...Show All
Geoff Upham how to serialize my collection of itmes
hi all, i have a colletion of items. now i want to serialize this collection. here is the example:- Eg: foreach (item in my collection_items) { item.serialize() } Can anyone please help me in doing this!! Thanks in advance bye nani There a a lot of examples of serialization over Internet: Have you try to search Also, there are not just 1 serialization but many: XmlSerialization, BinarySerializat ...Show All
Steve4527 VSS2005 + Exchange
Hi! On our exchange server i've installed VSS2005. I've configured VSS Internet, but everytime I try to access I get error Server Error in '/' Application. Hi Alin, thanx for your links. I've read about 5 cases, seems everything should be ok, but i got 2 more errors: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the speci ...Show All
aly aly Best control to manage a table of data in a spreadsheet
Hi I have a table of important data that resides on a spreadsheet. I want the user to access the data through an interface that uses dropdowns/comboboxes etc. Is the best way to do this in VSTO 2005, the DataGridView How would I bind my table of data to the chosen control. Thanks M Since you're using Excel, you might consider using the ListObject control - it's a great way to display data in a spreadsheet. One drawback ...Show All
Petya Custom TriggerActions
Are we supposed to be able to create our own TriggerActions TriggerAction is not sealed, but the abstract 'Invoke' method is defined as Internal in the base class, so there is no way it can be overridden outside of the WPF assembly. Drew is correct that custom TriggerActions is not really a scenario we were trying to support. In the most recent sources, TriggerAction's constructor is internal. I don't thi ...Show All
ClaudeA Go live for LINQ/DLINQ before Orcas?
There seems to be a lot of activity on this forum and it has me wondering...are all these questions coming from applications that aren't going to launch until after Orcas ships OR is it "OK" to create apps today that are targetting .NET 2.0 using LINQ/DLINQ :) "Days" .. What Matt doesn't tell you is where those days are based: Venusian, Lunar, Terrestrial, Martian, Jovian. Just about an ...Show All
Pitipied Gibberish on "Activation Key" Email
Hi, I'm trying to register Visual Web Developer 2005 Express Edition Beta and the Activation Key email comes to me as gibberish. My email client is Outlook 2002. I also tried pasting it into MS Word (as suggested by FAQ #16 at http://lab.msdn.microsoft.com/express/register/faq/default.aspx ) but the same problem occurs. I tried to request the email again but even the second email comes as gibberish. What do I do now Thanks f ...Show All
yannickm How to Install VS2005 Beta 2 in Windows Vista Beta 1?
Is there a version of VS2k5 that will install onto Vista Beta 1 I get an error installing MSXML6.0 when trying the Beta 2 release. Thanks, Matthew Could you tell me the vs 2005's version June or July CTP. I found the version of vista 's framwork is 2.0.50215.44 and July vs'2005 is 2.0.50630.0. I want to try to install vs 2005 to Windows.Longhorn.Server.Build.5112. I had issues installing vs2005 in Vista beta 1 as well.& ...Show All
David Barbour Why no generics used in the WPF API?
Ive just spent the last few days familiarising myself with the WPF API. Its seems that almost no generics are used in this API at all. It would be a shame to release yet another non-generic API now that Whidbey has shipped. I can think of one: Animation <T>. Even if it's only a base class, it could do much of the grunt work. Practically all that would be left to implement would be abstract protected methods like: protected ...Show All
