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

Software Development Network >> Visual Studio

Visual Studio

New Question

IconBitmapDecoder can't read irregular icon sizes
Exception Logging ??
KB 907417 & 908002
Username credential without windows account
Unable to create Excel Workbook Project
Enhance the Unit test environment
Crystal report from XML
MS SoapToolKit 3.0 - SoapClient30 Client calling a WCF server
How Can I create a solution and Project programmatically using EnvDTE vs 2005?
Transforming An Element...How to get initial coordinates?

Top Answerers

Adam Friedman
Jean-Maarc
Daniel Thomas
fparc
martijnv
DGardner
BlackZombie
Pemo
jot
FlashFan
DocZilla - an SGML/
Only Title

Answer Questions

  • offshoot vs2k5: Symbol not found error with web service

    Attempting to step into a web method, receive: "Unable to automatically step into the server. Unable to determine a stopping location. Verify symbols are loaded. Symbol not found: Service.HelloWorld()." I notice though there are .PDB files in the virtual directory for 2 DLLs that the web service is dependent on, there is no .PDB file for the service's own App_Code.dll file. Since the PDB file contains 'symbolic debugging info' I wonder if that's ...Show All

  • MyNameIsNotImportant WinFx - Convincing Clients to buy into it ?

    Hi, Firstly, many thanks for WinFx, it makes my life easier if only because i can create great looking, easier to use apps and clients love them, which means its easier to sell to them. but... I am finding resistance from my clients to adopt the perceived "Heavy weight" download overhead for WinFx applications, for internal systems i can set them up no problems, its just part of the install. but What about web based currently ...Show All

  • dterre Accessibility of Window components

    hi all, i have a window 'mainwindow', with its components in its xaml file. this window contains a textbox, which i want to access from another class. 'mainwindow' is initialized at program start, so i think there has to be an object of this class available for another class. but if i try to do something like this: mainwindow_textboxname.Text = "sometext"; i get the following error msg.: 'An object reference is required for ...Show All

  • Erfan Adding a new file to an project that Depends on another file.

    Hi All, I want to create a new file with a custom extention for my custom VSIP editor then add this file to the project <- no problems so far Then i want to make this file dependent upon a .cs file, so if its moved the custom file (extension adoc) is also moved (and it looks so much better in the IDE), below is how this looks like in the project file.  <Compile Include="Program.cs" /> <None Include="Program.a ...Show All

  • Julio Parra Could not load type 'Microsoft.VisualStudio.Shell.Interop.SVsSmartOpenScope'

    Hi Everyone, I have just installed the "Visual Web Developer 2005 Beta 2" on my XP Professional machine. After I create a .aspx page, when I click on "Design" button I am not able to see any control on "Design" mode, but simply a blank page (I have added few controls in "HTML" mode) and get following warning... ------------------------------------------------------------------ Warning 1 Could not load type 'Microsoft.Vis ...Show All

  • JanaCarter VSS6 with VS.NET 2005 RTM

    We have been using the VS2005 Beta2 in conjunction with VSS 6.0d for about 6 weeks now, without problem. Everything was working very well, checking in/out, etc from the VS interface. I just installed the VS2005 RTM and when I start VS2005, it no longer recognizes that I have any Source Control. Furthermore, when I attempt to open the project we have been working on, it gives this message: "The project X:\NETPROJECTS\ProjectName appears ...Show All

  • Mr Sharpie Three mystic symbols

    After generation a xml-schem for my DSL model I've got what I need, but result doesn't look good, because unaligment. The best way  to mend it is Format Document (Edit->Advanced->Format Document) Ctrl+K, Ctrl +D.  If you do it you'll get a three mystic symbols befor xml root note (open xml result file in Hex format). They are: 0xEF,0xBB,0xBF. What for   That's the Byte Order Mark, which is used to say which encoding ...Show All

  • Niki7 SuspendLayout in WinFX like Winforms?

    Is there an equivalent SuspendLayout in WinFX like Winforms I haven't run accross anything.... Thanks Ron @ Mobiform Aurora XAML Designer www.mobiform.com Since layout is done in a separate pass it is implicitly blocked from updating while the UI thread is busy doing something else. Therefore you can add all the controls you want and change all the properties you want and the changes won't take effec ...Show All

  • Cleber Dantas package load failure in referencing external assembly

    When my DomainModel project references (and uses) an external assembly, I get a package load failure. An example: - Create a new minimal language definition project - Add to your solution a class library project (ClassLibrary1), which will contain only the default project class (Class1) - Add a value property to any class in the domain model. Assign to the value property type a new symple type (namespace = ClassLibrary1, nam ...Show All

  • Rakoun Delete entire object graph

    Hi, I've hit a snag on my smaple mailer. I have agents and messages. A message has many reviewers who are agents. I've mapped this in the DB (primitive i know - it's a test): CREATE TABLE [dbo].[MessageAgentReview]( [MessageAgentReviewID] [int] NOT NULL, [MessageID] [int] NULL, [AgentID] [int] NULL, CONSTRAINT [PK_MessageAgentReview] PRIMARY KEY CLUSTERED ([MessageAgentReviewID] ASC) WITH (IGNORE_DUP_KEY = OFF) ) GO ALTER TABLE [dbo].[Me ...Show All

  • joe joseph New Platform SDK help files

    I downloaded and install the latest Platform SDK, and compiled a sample, it works fine. (under Visual C++ 6) Now I'd like to visit the Help files to get more information about the APIs and other useful information. However I don't know have how to view / open these help files (Help 2). After a desperate huge search over the Internet, I rely on this forum to get some help. Thank you. hxs files require the ...Show All

  • AnotherRick Hex color to color string

              hello,                 i have a hexadecimal code which i want to convert to equivalent color string. how can i convert it please help me.        for example:                  i have a hexa code like "#0 ...Show All

  • EdgarRC ArgumentNullException Value cannot be null...

    Hi Everybody, I get the following exception on Inserting or Updating the db (non express sql2k5 sp1) with DLinq (May CTP). We had no such problem with the PDC release of DLinq, but we switched to the May CTP what introduced this bug. Is there any chance for a fix What can I do for it Thanks for any help for advance: Kazi System.ArgumentNullException was unhandled Message="Value cannot be null.\r\nParameter name: body&quo ...Show All

  • &amp;#34411;&amp;#35960; Crystal report viewer operation timed out..

    Hi I am facing a time out problem while showing Crystal report in Crystal Report Viewer in .Net windows form. I have published crystal report document as web service and deployed it on webserver. in Crystal report viewer's report source i m passing asmx file's webpath. Every thing works fine but in some reports which takes time in querying data, viewer only waits for 90 second and after that it gives "Operation timed out." I have end found out ...Show All

  • gurvinder_gill Generating proxy for multiple Contracts service

    Short question: 1. How to use Svcutil or other utilities to generate proxy for particular contract in multiple contract service Long Question: I have created a application with multiple service contracts (with one endpoint for each contract). Now i like to generate the proxy for these service contracts. In the client, i want to generate proxy for specific contract  as both the contracts wont be used by same client. So how to use Sv ...Show All

171819202122232425262728293031323334

©2008 Software Development Network

powered by phorum