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

Software Development Network >> Visual Studio

Visual Studio

New Question

Says "This project is out of date" every time!!
Add reference to project?
Sandcastle: Referencing generic types
How to open a new xaml with a button click
How to expand formal Properties window?
"Entering break mode failed for the following reason: Source File XXX does not belong to the project being debugged
Server Explorer does not show in Visual Studio 2005:(
Displaying item horizontally in Listbox
RayMeshGeometry3DHitTestResult and mesh side ?
Adding a completely new page after every page

Top Answerers

Robert Davis
coldie
DougInGeorgia
regthesk8r
x646d63
SolveIt
Bartosz
AlexVallat
rahsoftware
hega72
Standard ECMA-376: Office Open
Only Title

Answer Questions

  • ssmorgan Xml/Xaml Editor WPF Component

    Hello everybody. Before starting to reinvent the wheel, I'd like to ask: Does anybody know a good  Xml/Xaml Editor WPF control Does maybe even Microsoft plan to provide such an editor as a basic part of the presentation foundation, just like the RichTextBox is In particular I am looking for an editor component, which features: data: from a XmlReader source or from a XmlDocument syntax highlighting (tags, attributes, special signs, comments ...) IntelliSense with respect to any schemas defined in the XmlReaderSettings outlining as in Visual Studio (i.e. support for collapsing/expanding logical sections) standard editor features In my scenario I would like to use it as the source editor for a spe ...Show All

  • Adam2342342341 Data Binding - SetBinding destroys Validation binding - WPF flaw?

    When I reset a binding in code, I lose my validation object. How can I update the binding system to let it know that the validation should now point to a new object/property Or, how can I create a validation object on the fly, yet still have it tied to the XAML so my designer can interact with its results Seems that this should be fixed up automatically by the binding system, but... NIK No, I was missing something, the fact that the ValidationRules are exposed in a collection on the Binding object. It would be so nice if I could just reuse the old binding (which you aren't allowed to do) and change the source, which is all I am really trying to do. Unfortunately I have to copy the details of the old b ...Show All

  • YAIR_I InfoPath Online/Offline Use

    Hi, I have an infopath form which I published to a Sharepoint Form Library. I then copied this form template (*.xsn) over to a client's local harddisk so that he can access the form without having to go to the WSS site to open it. However, when the user fills out the form by opening it the copy on his computer, then saved form does not include the "href" attribute in the Processing Instruction. Subsequently when the form is updated on the Form Library, the saved file on the client does not get updated to use the new template. I realized that by adding in the href attribute to the saved infopath form, I can cause it to update. My question is: Does Infopath support this design where a form template has been published t ...Show All

  • Bobby110uk MS Word And VB.NET

    Hello everyone. I want to read Images as well as text that is present in my Word document file (myfile.doc) using vb.net. In my word file i have Four Images and Description about that images. like below Image--------------- This is Image | -------------------- Description I have these type of four images and description, so I want to retrieve the images and want to display it in the label that is on my windows form. and also want to retrieve the description about the image and want to display that in another label that is present below the image label. Can anyone give me the code for the same. Please.......... Hello Prashant, Thanks for taking the time to post your question. You are more l ...Show All

  • PublicError Build Event programatically - set post build event

    Hi I am creating a solution for visual studio 2005 and I add project, references and items programetically (dte = (DTE2)Interaction.CreateObject("VisualStudio.DTE.8.0", "")...). What I want is to set on some project ( VSProject2 vsProject2 = project.Object as VSProject2... or Where ) a Build Event; exactly a Post Build event actions. For example: copy "$(ProjectDir)\Config\SystemTables.xml" "$(TargetDir)SystemTables.xml" How can I do that programatically Thank you for the answer! Lp Sebastijan Hi Sebastijan, Once you have the project object (EnvDTE.Project), you can set the Post build event using - Project oProject = GetProject(dte); // Setting post build event to [copy " ...Show All

  • zz2 General Question: Help in WPF applications

    Hi, how does WPF support context sensitive userhelp I couldn't find any of the usual suspects like WinForm's HelpProvider . thanks Gunnar Hmm... should have read closer... Marian Negru posted code that does pretty much what I suggested, so you can get inspiration from there as to how to implement your own. where is the HelpNavigator class in Orca, 3.5 I can't find there " using System.Windows.Forms" because Forms doesn't exist. I don't know if you need anymore an implementation of HelpProvider but I will post one: Code Snippet using System.Windows; using System.Windows.Forms; usin ...Show All

  • nhaas Upgrading VS6.0 Add-in to VS2005

    Hi, I have a Add-in (written in VC++) that works fine with VS6.0 We are now upgrading to VS2005 IDE and this Add-in does not work. It does not even build well. There used to be a directory "Objmodel" in the VS6.0 installation. The Add-in uses this directory. This directory is no longer present in VS2005 installation. How should one upgrade 6.0 Addin to work in 2005 I thought merely opening 6.0 project in 2005 would do the needful, apparently it is not all that easy. I can share my code if someone is willing to help, it is just 15 classes. Thanks in advance, -Shrikant Thanks Carlos. At this moment I am going through your site. Does VS2005 allow using MFC I think it will have to be unmanaged co ...Show All

  • Benjamin Coats How to get an xbap to show on a website

    Hey all, I am brand new to WPF, I made this very cool WPF application that is an image viewer that is painted onto a 3D cube. But on one of my http servers it shows a 404 and on another it shows XML. How can I get it to show properly. Thanks Much, Dvl haha, THANKS DON that was it. Good show. Dvl http://www.windowspresentationfoundation.com/wpf/cube/VictorsFirstWPF_1_0_0_1/VictorsFirstWPF.exe.manifest file is missing I downloaded IE 7 and now it trys to download the application and gives me this message "application download error" and then I click on the button that says "Open error log" and it pops up a tex ...Show All

  • Drew Marsh How to add Watermark?

    Hi, I'm working with [2005 .net version] C# on a VSTO project I know how to add watermark in Word 2003 by Format -> Background -> Printed Watermark... Does anyone know how to insert it using VSTO Thank in advance Paul i tried Macro but not so much help when i converted to C# under VSTO. some property does not exist. like example: Selection.ShapeRange.WrapFormat.AllowOverlap = True AllowOverlap value require int, put in a number 1 to replace true is not really help Selection.ShapeRange.Left = wdShapeCenter left require to be float, i even try to convert wdShapeCenter to float and wdShapeCenter gave me -99999.5 paul Hi Paul, Mac ...Show All

  • KitGreen Import of a Signed SAML assertion in SamlAssertion class (May CTP)

    Hi, I have developed a STS on a device that generates a SAML Assertion which is signed. I have checked this XML assertion with an original created by WCF with the same parameters. I'm willing to use this SAML/RSTR using a WCF proxy but I'm building the RSTR/SAML without using a .NET framework on PC, so I cannot use any class of WCF to build this RSTR/SAML, I get a XML text representation. They perfectly match (Digest and Signature are perfectly the same). I can import this SAML when it's not signed in the SamlAssertion using ReadXml method, then I had the SigningCredential and it works perfectly. However if I import the same way the Signed XML it is imported but the RSTR built with this SAML is rejected by WCF. I found out ...Show All

  • Thad213 How can I determine the remote IP in WCF Service?

    I understand that the title is fundamentally flawed -- the binding used might not have the concept of an IP. But, assuming I'm using HTTP or TCP bindings, how can I access the remote IP and similar data I looked into OperationContext, and it seemed to have a lot of interesting things, but I couldn't figure out what exactly to look for. It seems that the message headers aren't exactly useful (like OutgoingMessageHeaders.To)  -- they always return an http://...Anonymous Uri. The scenario I'm trying to enable is record the IP addresses that our clients use to make requests to our webservices. Thanks! Funnily enough I was about to ask pretty much the same question. I modified the HTTP Duplex sample fro ...Show All

  • rviswa Print the contents of a Canvas

    I'm investigating what it would take to convert a diagramming application to WPF (previously used GDI+). I have a requirement to be able to print a diagram which may be larger than the display area - so it should be split onto multiple pages. If the entire diagram was contained in a Canvas, what would be the best way to print it Thanks in advance! Hi, Budy I am aslo getting same problem ( VisualsToXpsDocument only prints what I can see in the display. It doesn't print the whole canvas.) Did u got any solution to print whole canvas,please send me code if u got , Thaks Vishwanath.B I tried this as well with the following code: string path = System.IO.Path.GetTempFi ...Show All

  • Eric Liprandi "Failed to update customization from the specified deployment manifest"

    I am attempting to attach a Word customization to an existing .doc file via Custom Document Properties, as explained in the article http://msdn2.microsoft.com/en-us/library/ms268877.aspx . While the article is fairly straightforward, I have yet to get this to work. To keep things simple, I am trying to get this to work in an isolated test case. My project is called "BlankVSTO", and is just that, a blank document with just a MsgBox coming up on Startup. This compiles and runs fine, and I am able to successfully publish it. I am publishing to my local drive just to avoid any network/framework permission errors, and the published folder is c:\AttachTest\. The document opens correctly from the published folder. So far, so good ...Show All

  • R. Muti How to host multiple services at a single location in WCF?

    Hi evryone, WCF is totally new to me, so I need to learn from all of you. After learning WCF by download examples in Microsoft‘s website, I still not quite sure how to design the software for my company using WCF technology. Example: I need to develop software which needs to have many contracts to implement by many classes Interface I EmployeeCtrl ( ServiceContract) implement by: EmployeeCtrl class Interface I SalesOrderCtrl ( ServiceContract) implement by: SalesOrderCtrl class Interface I PartCtrl ( ServiceContract) implement by: PartCtrl class Interface I SalesOrderCtrl ( ServiceContract) implement by: SalesOrderCtrl class and many more …. Based on what I know about WCF at this point, I ...Show All

  • Fisa_HP Runtime inserting of Picture Object in Asp.net (Urgent)

    We have already created reports we got solution to provide picture location at runtime Now we want to insert picture object at runtime How to do that we are not creating report at runtime, only we want to insert picture object at runtime in existing report It's urgent Thanks in advance inserting a picture is considered part of the report creation api. You will only be able to do it if you have a RAS server and the RAS SDK. The only way you can do it without this is if you insert an ole object into the report in the designer, and then pass the image to that at runtime. ...Show All

5678910111213141516171819202122

©2008 Software Development Network

powered by phorum