Software Development Network Logo
  • VS Team System
  • Smart Device
  • Visual C++
  • Windows Forms
  • .NET Development
  • Microsoft ISV
  • Windows Live
  • Game Technologies
  • Visual J#
  • Architecture
  • Visual C#
  • Visual FoxPro
  • Visual Basic
  • Visual Studio
  • SQL Server

Software Development Network >> Visual Studio

Visual Studio

New Question

Change Picture's Image Dynamically By C# code
VSS 2005 support for office development?
vss label history
Search/find a string on a webbrowser kind of custom editor
How to set the first TreeViewItem as selected on startup?
Another thead about VSS 2005 Internet Access
Rendering a button to a bitmap (whats wrong with this code?)
how to group shapes
Can't install WinFX Dec CTP
Location of Perforator tool?

Top Answerers

Girish HK
IronMan
etoostr
anam
VictorSt
Brad Mittelstedt
Nazim
RRRSr
theprogrammer
shavila
QtUnit
Only Title

Answer Questions

  • JMLagace Cannot install GAT or any other guidance package

    Trying to install GAT or any other guidance package gives me the following error on a dialog box - "Operation is not valid due to the current state of the object" - clicking on the OK button rolls back the installation. GAX Preview release (Dec 2005) installed - no problem GAT version: Preview release (Dec 2005) Visual Studio version: VSTS (2005) O/S: Windows XP service pack 2 .NET: Version 1.1 and 2.0 installed MSI: ...Show All

  • PParisot BamlParseException was unhandled

    App was running fine under VS.NET 2005 B2. Clean installed VS.NET C# Express 2005 and now get to compile-run my app once, all following runs yield the enclosed error. I'm assuming such fineness has been addressed and I'm posting this for emphasis. - System.Windows.Serialization.BamlParseException was unhandled   Message="Error at element 'Setter' in markup file '' : Invalid value '0,1,0,Auto' for property 'Margin'.."   Source="Presen ...Show All

  • MattMasotti "sgen.exe" exited with code 1

    I am trying to build a project in VS 2005 but I am getting the error: Error 67 "sgen.exe" exited with code 1. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets 1892 9 TAI.Util This project had been building just fine earlier today. The only thing that happened between is I refreshed the web references in this project. As a test I added the same web references to a new project and i ...Show All

  • adiash how to debug dll written in C# in ASP.NET project

    hi, actually this dll is a windows form control hosted in Internet Explorer written in C#.In my asp.net project i called this dll in an aspx page. I already defined the "start page" for the dll project to be that aspx page,but i can still not debug the dll. Could someone give me some hint thanks a lot First, perhaps I am betraying my ignorance here, but .ascx files are a server-side file. Th ...Show All

  • Mardi29 How to define a password field for the input parameter

    I want to know how I can create a password field where MSBuild will prompt the user to enter the password rather than hardcoding within the MSBuild script file. Hi all, Thanks for all the help. Regards, Abrahim A solution can be to define a property <Password> in your project file and then to set it when you launch msbuild doing: msbuild myprojectfile.csproj /property:P ...Show All

  • vanalan Logging the message body (s:Body)

    I've created a message inspector to log the body of the message. Been looking at some of the methods that are available, and the following looks promising: public string GetBodyAttribute( string localName, string ns); However, this method seems to be returning null all the time ( evenhough I've use the appropriate localName, and namespace) I've used Reflector to have a look at the implementation, and found out that this method will alwa ...Show All

  • El_Dibujante Excel - Clear contents for a sheet

    What is the best way to clear a sheet of all values off of an Excel sheet Either using the WorkSheet or WorkBook class My system is throwing an exception and am wondering if I am doing it wrong. advTHANKSance Hi, Sorry, as you've deduced, there is no method that allows you to do a clear at the Worksheet or Workbook level.  However, the Cells property of Worksheet returns a Range that consists of all of the cells on the sheet.&nbs ...Show All

  • Alek Davis ImageSource as a Resource

    Hey guys, I wanted to store an image as a resource. Under the Feb 2006 I had this: <ImageSource x:Key="Image_RedBall">pack://application:,,,/Images/bullet_ball_glass_red.png</ImageSource> Which worked fine. I could then use "{StaticResource Image_RedBall}" in any property that needed an image source. However in the WinFX Beta2, this XAML snippet does not work (there's no public constructor blah blah blah). How wo ...Show All

  • Krisn Kumar No such interface supported

    Seemingly out of the blue, while I was working, the Visual SourceSafe web service returned this error when I tried to interact with the VSS 2005 database through remote access ("internet access") in Visual Studio 2005... Unable to cast COM object of type '...' to interface of type '...'. The operation failed because the query interface call on the COM component for the interface with IID '{...}' failed due to the following error: No ...Show All

  • FxCop Custom Rule Nested Sub Report Feature in CR for VS .NET 2005 Beta 2

    Hi, Is the nested subreport (sub reports within a sub report) feature is supported in CR for VS.NET 2005 Beta 2   When we open a sub report from the main report in the designer, and we right click in the designer of sub report, the sub report menu item is disabled and can't be chosen. If it's supported, how Look forward to the answer. Thanks in advance. It seems ludicrous to me that CR has gotten to vers ...Show All

  • Sriteja Internal Error 2908

    Gentlemen, I got a problen when I were installing the .net framework. The error message is "Internal Error 2908 {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}" Is there anyone can help me to figure out what it is Thank you ! Geoffrey Two possible solutions: 1. Remove mscoree.dll from system32 directory. Reboot not necessary. This should solve the problem. 2. Uninstall beta version. If you get t ...Show All

  • DerekLakin schedule for beta and V1 releases?

    Hi, I would like to know if there is a (rough, approx.) schedule for the release of a beta and the final release of V1 of the DSL Tools. A brief summary of the features can be found in my blog entry at: http://blogs.msdn.com/stuart_kent/archive/2005/12/13/503090.aspx and in my reply to the following post, which also comments on the schedule: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=225280&SiteID=1 With ...Show All

  • Pratik Strange behaviour when stepping through CLR code

    Dear Sir! Please copy the following code into a C++ CLR project and add a breakpoint in the Contains() method. Then step through the code and note how the cursor jumps between the lines. It seams that the code is executed correctly, but the cursor feedback really does not make much sense. The cursor jumps back and forth somewhat unrelated to the source code logic. Kind regards Dag Sanna <Code start> #include "s ...Show All

  • buick27 how to create .xps files

    can anybody know how to create .xps files programatically But what ever SDK that i have installed has path something like "C:\Program Files\Microsoft SDKs\WinFX" , can you please help me out what could be the problem. Whatever that i have installed is .Net Framework 2.0 SDK. Please help me out how can i create a simple xps file. Thanks in advance, Santhosh. Feng Yuan's blog has some ...Show All

  • ShayLawless servicehost.open

    i used app.config file for self service host my code is as the following using System; using System.Collections.Generic; using System.Text; using System.ServiceModel; using System.Runtime.Serialization; using System.Collections.Generic; using System.Text; using System.Collections; using System.ComponentModel; using System.Data; using System.Threading; using System.Xml; using DBManag ...Show All

89909192939495969798990123456

©2008 Software Development Network

powered by phorum