Software Development Network Logo
  • SQL Server
  • SharePoint Products
  • Visual Basic
  • Windows Vista
  • Visual FoxPro
  • Visual Studio
  • Smart Devicet
  • .NET Development
  • VS Team System
  • Game Technologies
  • Visual C#
  • Windows Forms
  • Microsoft ISV
  • IE Development
  • Audio and Video

Software Development Network >> Visual Studio

Visual Studio

New Question

Where are the deployment walkthroughs?
How to prevent SourceSafe login dialog from prompting up?
How to avoid failures in "failures.log"?
"Load Report Failed." When trying to launch a Crystal Report with VS .NET 2005
Right Click Menu for Contact in OutLook 20003
Xbap and standalone applications in Vista.
Displaying DataTable in run-time
Large text field problems with PDF export in VS 2005 version
Method-Level Authentication
How does office clipboard work?

Top Answerers

MattCVT
Panish
joksa
LexYW
Shankar.S
Eric66
michael447887
StUdEnT in distress
AlexDcosta
Dondata
Frontline: View Online
Only Title

Answer Questions

  • Mikko Nylén Installation security issue

    Hi Folks,During the installation of LINQ Preview (May 2006), I got a security alert from Norton AntiVirus, complaining that MsiExec.exe wants to run RegWrite script. When I confirm to run the script once, it starts the web browser multiple times and is redirected to some commercial web sites. Is this issue known or has somebody seen this before I did the test also on my home computer and got the same result.Apart from this, I'm enjoying LINQ and the really cool and excellent work! AJ. ...Show All

  • wadnerk Unwrapped messages

    Hi I've developed a WCF-WebService. Now I've the problem, that when I generate the client-code, it always unwraps my Request/Response-Messages. I tried it both with svcutil.exe and wsdl.exe, and both made it the same way - so I think something is wrong with my service-definitions. Sample: Server: [MessageContract] public class Request { [MessageBodyMember] public string Test; } [OperationContract] public void Test(Request req); For this I got the following result on the client: public void Test( string test); Any Idea Thanks Dani Yes I saw that... but I don't like that behavior at all :-) I mean, for the in-values I can agree, but for the return-values, it's just bad. When I ha ...Show All

  • KSmitty What is the meaning of double "?"

    Yesterday i saw a post about wpf validation: http://www.codeproject.com/winfx/wpfvalidation.asp I was in puzzled wheh i saw the code(show below) public string this [ string propertyName] { get { string result = string .Empty; propertyName = propertyName string .Empty;//Here!!!! if (propertyName == string .Empty || propertyName == "Name" ) { if ( string .IsNullOrEmpty( this .Name)) { result = "Name cannot be blank!" ; } } return result; } } What is meaning of " " thanks got it. thanks ivolved_Mike_Brown BTW, I think that is implemented as a single operation in MSIL, even if it's not, I'm pretty sure it's more performant that what one can write b ...Show All

  • Tall Dude XpathMessageFilter, how to form the XPath?

    Hi all, If I have a Message that is sent with this contract using Test1: [ServiceContract] public interface ISendContract { [OperationContract(IsOneWay = true)] void Test1(int a); [OperationContract(IsOneWay = true)] void Test2(int a); } and that is read with this contract: [ServiceContract] public interface IReadContract { [OperationContract(IsOneWay = true,Action="*")] void AllMessages(Message m); } I want to examine m in the AllMessages service callback to see if it matches some XPath expression (in this case, I want to see if the message is Test1, and not Test2, but ultimately I want to be able to do more sophisticated matching). I'm currently doing this: XPathMessageFilterTable<bool> filterTable ...Show All

  • hazz data binding - pass parameter to converter

    hi there, is it possible to pass a parameter which is defined in my XAML file to a converter. How can i realize that thanks, bkohler Give me an example XAML of the type of parameter you want to pass. Is it something defined in the resources ...Show All

  • Alpehans Multiple ServiceContracts implementation problem

    Dear All, I’m very new to WCF, so after couple of days of reading and coding I tried to write my second service. I want to deveplope services with a couple of contracts. In all samples, that I've seen, all contracts implemented in the single class. Then this class used in the one ServiceHost instance. But if I going to handle a thousand differrent contracts Should I do it in a singe service-behavior class It looks bad. Show me right way, please. Also, can I instance more than one ServiceHost object in a service Thousands of contracts This sounds quite excessive. It must be that you also have many logical services ...Show All

  • Andy Mueller Document Level Customization - Excel

    Hi, This is with reference to my previous thread.... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=585932&SiteID=1 (Regarding the bug mentioned by Cindy in the replies, I got a confirmation from Microsoft VSTO Support regarding the bug you had mentioned. They have confirmed the bug and have sorted the same and would be working fine with the Beta2 Tr version which would be shipped out shortly.) A couple of questions regarding the above topic (document level customization)... 1. Using the workbook level customization which is really a good suited option for me, I would like to add a usercontrol form on a CustomTaskPane. However, the CustomTaskPane is not available under the ThisWorkbook class. It appears only unde ...Show All

  • akjal IME(Input Method Editor) does not work when hosting the Windows Form controls into WPF

    When I host a windows Form control into WPF, for exmaple a TextBox,  I cannot input any Asian language words in the TextBox. The XAML code as: <Window x:Class="WindowsApplication1.Window1"    xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation "     xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml "     xmlns:wf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"      Title="WindowsApplication1" Height="300" Width="300"     >     <Grid>       <WindowsFormsHost>         <wf:TextBox x:Name="mtbDate1" />     ...Show All

  • SurreDeth How to override default style for custom control?

    Hi all, I've got custom control deriver from HeaderedItemsControl and I'd like to get rid of the dashed rectangle which is being drawn around focused child items. Child items are also custom controls, derived from HeaderedContentControl. The appearance of the child items is controlled by different templates which are being assigned to them in code. I've tried to set OverridesDefaultStyle to my custom HeaderedItemsControl, to my custom HeaderedContentControl child controls and even tried to set it everywhere using VisualTreeHelper class with no success. The dashed rectangle is being drawn no matter what I try. Using Snoop I could not find what Visual is drawing this rectangle - it seems not to exist in the Visual tree. How does this dashed ...Show All

  • LOGIC LORD Install Issue Orcas RC1

    I have the following installed .NET Framework 3.0 (RC1) Microsoft Windows Software Development Kit (SDK) for RC1 Visual Studio 2005 But the Orcas RC1 tells me that i'm missing .NET 3.0 Runtime Files which are Installed..So i'm at a loss here,any help will be appreciated...Thxs OS: Windows XP Pro with Media Center 2005 I have de-installed all CTP kits, .Net 3.0 RC1, and Windows SDK RC1, and rebooted the system. Re-installed using the full kits .Net 3.0 RC1, and the ISO image Windows SDK RC1 (not using the network setup kits). When installing the Orcas RC1 kit, it failed again with the message missing WinFX component. What exactly is the Orcas RC1 kit looking for Giving the result I have ...Show All

  • suamikim Support for templates in WPF Deisgner?

    We're building a large WPF application. In order to provide some consistency of UI, we're using a lot of <DataTemplate>s and <ControlTemplate>s, in application resource files. When I design a <Window> or a <Page>, I have to specify the appropriate template for every child control. If I attempt to use the designer on such a xaml file, it immediately starts adding properties to the actual controls themselves (Width="xxx", etc.). Is there a way to turn this behavior OFF Also, is there a way to work with the templates in the designer directly (right now, I have to edit the template xaml code manually - it would sure be a lot easier if I could use the designer). Thanks, in advance, for any help anyone provides ...Show All

  • Mars.Wind XAMLdev.com - XAML Resources

    Hi all .. i just want to indroduce my new website related to XAML and WPF. www.xamldev.com All the comments will be really apreciated www.xamldev.com Hey, Joseph, You really got a very nice site, good design:) Sheva Thanks a lot Martin.. I have developed the Engine with ASP.NET 2.0 and SQL Server. Now i am adding Atlas features.. But waiting for the final release Thanks a lot.. hope it can be usefull Some other Xaml/WPF community sites are Adam Nathan's XamlShare and my site LearnWPF.com . nice site :) Did you write the site engine custom, or did you use some sort of community software It's looks pretty professional. ...Show All

  • Tyrael Tong PrinterSettings.Copies still ignored?

    I read in some old messages that PrinterSettings.Copies being ignored is a known bug. I was wondering if anyone knows of a fix or a work-around. What I want to achieve is print three copies of a report in the background. My code is based on the example which shows how to print local reports from the commandline and works alright, expect for the above. I guess playing with the streams used for the EMF data could be a solution, but that would mean that the report that is sent to the printer is unnecessary big. I want the printer to make the copies, not the workstation. Thank you for your advice. ...Show All

  • Paulustrious Document View Used to Be There When I Click FileName.dot

    I am using VS.Net 2005 and a VSTO Word Template solution. I used to be able to click on the .dot file name in the solution pane and see the document as if word was open. This is important to me as I must add the autotext entries this way. Would anyone be able to tell me why the document view might disappear I can no longer access it. Hi Janet what items are listed if you right-dick the Word object in the Solution Explorer Is there one containing the inlaid "Designer" If you start a new Word vsto solution does the Designer appear for that Has anyone else had this problem I know I'm doing the clicking correctly since I have done it a thousand times before. For some reason, no matter what I click ...Show All

  • Ray C Missing LINQ Method

    Is there a LINQ method to force the enumeration of a collection This works, but it feels a bit grubby: .Any (x => false); It's required after running a projection that has a desired side effect, e.g. appending into a StringBuilder or invoking a method. Joe Calling ToArray or ToList copies the data into an ArrayList-style temporary buffer which in this case is unnecessary. Calling First won't work, because it enumerates only the first element of the list. The aggregation methods require an expression on which to aggregate. Any (x => false) does the trick, although there's the danger of the compiler one day optimizing it away. I was hoping for an Enumerate() method to run something like this: StringBuilder sb = new String ...Show All

34567891011121314151617181920

©2008 Software Development Network

powered by phorum