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

Software Development Network >> Visual Studio

Visual Studio

New Question

Design view goes "Whoops" on my XAML code, but it will compile and run.
Errors on Print Layout
Customizing Solution explorer context menu on web projects
Help with formula
Checkout / Checkin using Label ...
SOAP Headers
How do I utilize standard gzip compression for web services in WCF?
VS .Net 2003 setup hangs on CompactFrameworkSDK install
Problem using DTE80a.olb
solution level tasks

Top Answerers

FBX
Euclidez
june_21
odalet
VicCVargas
chrisoldfield
tjiwe
CodeW
Carlos Adriano Portes
GregQuinn
Language Comparison
Only Title

Answer Questions

  • Chad Boyd MSFT What Class Designer?

    Are there plans for C++ support What do you mean by next release Next VS service pack, or next VS 200X Has there been an update on the decision for a C++ class designer in Orcas A possible solution/workaround would be to try out Visio 2007 to see if it is currently functional with VS 2005 or recreate a project in VS 2003 and use it with Visio 2003 to generate class diagr ...Show All

  • JJM88 Sorry - correction to my previous answer

    hi. i have a solution with 40+ projects in it. allmost every time i add a new project, check out a file or do a 'get latest version' one of the projects gets checked out automatically. (its allways the same project). the output window has a message that says 'project nameOfProjectHere was checked out automatically for editing'. however, nothing has been done to that project. none of the files in the project have been changed for ages. the projec ...Show All

  • sudeepunnikrishnan Change the colour that indicates sections that are editable

    Hi We are developing a Word/VSTO solution that contains editable sections. The issue is that if you turn the off "Highlight the regions I can edit" it is very difficult for the users to determine where they can write. The problem with using the "Highlight" is that in sections of the document the font is white (white text on a blue Banner). When this is highlighted yellow you can not read the text. The more intuitive way ...Show All

  • csqlrun Version property of DataContract attribute !!!

    Hi, i am not able to see Version priperty on DataContract attribute. Any one has any idea about this This property is no longetr supported or am I missimng some thing I am using the WINFX Feb CTP. Thanks, \Venkat Hi, I could see the Order property on DataMember. Thanks, Venkat Hi, Order is also not avilable. I am getting compilation error: System.Runtime.Serialization.DataContractAttribute' does not cont ...Show All

  • AZ-xyz How can I change the background color of the code window using an add-in?

    Hello, I need to write add-in thats changes code background in code window. Is there any samples how to do this I will very glad if somebody help me to do this. Thank you. Hi Zenit,    If the only thing you need is to programatically change the option for the Selected Text color, you can make a slight change to the code I posted above to access the "Selected Text" property instead of Plain Text. Imports System Im ...Show All

  • FE What could the ERROR be

    I have created a outlook com addin using VSTO that reside in outlook. The plugin is basically displaying a msg to the user that a new mail has arrive and what is the content. The plugin run fine when using pop account. The problem arise when the user is connected to the Exchange Server. When the event kick in on new mail arrive, the outlook would crash and thus causing the outlook to terminate. What could be done to resolve this issue.. and wha ...Show All

  • Ron L. Adding an image to a Crystal Report

    Hi, I'm new to Crystal reports, but I have to get a report done by the end of today! I've read up on the basics, and it seems similar to Access Reports. I understand that I can simply drag and drop fields onto the designer, from both table fields (pull) and datasets (push). I have an image column (stored as a byte array) in SQL Server 2000. If I select the relevant records into a Dataset, including the image, will I be able to simply drag ...Show All

  • Billeter Splash screen icon size problem

    I have a managed package that implements IVSInstalledProduct and sets UseManagedResourcesOnly = true in the registration with an icon having both 32x32 and 16x16 image types for the splash screen/about box logo. The 16 x 16 image is not used for the splash screen, instead the 32 x 32 image is resized for the tiny splashscreen icon space which doesn't look good. Before I switched to use managed resource only, the logo works fine wi ...Show All

  • José Eloy SelectNextSegment()

    Hi, I call DataContext.ExecuteQuery<T>("SELECT TOP 20 * FROM CertainTable") in the enclosed code. Depending on the table queried, an exception is raised. It appears that when the ExecResults<T> are enumerated in a foreach loop the first object returned is null. In Northwind, Orders, Territories, and EmployeeTerritories always raise an exception. All other tables in Northwind do not raise exceptions. AdventureWorks exhibi ...Show All

  • zbig555z Trying to convert a Word document to Web

    What products do I need to use to convert a legacy Word document to the web There are several docs but I want to start out with just one. I would like to save the word document and the fields to SQL Server. The customer can bring up existing travel order (on the web) and modify/create it. using spell checker, table functions (adding, multiplying cost fields...) and other word tools. Then they can save it back to the database. When they sav ...Show All

  • scorpion89 Visual Studio 2005 and Release version of SQL Server Express

    If I recall correctly, the version of SQL Server Express that is found on Visual Studio Pro is the December 2005 CTP. Since SQL Server Express is now a released product, complete with download and several versions, what is the CORRECT process to update SQL Server Express to the release version and have that version work correctly with Visual Studio 2005 Professional. The reason that I am asking is that I am finding a lot of problems that are ...Show All

  • phil7301 About schyzophreny, C#3 intelligence and runtime stupidity

    This question relates to Linq, as the Espresso sample illustrates, so I post for suggestions here.. http://technofinance.blogspot.com/ --------------------------------------------- On my way toward a flexible application to perform queries on the vast amount of information my trading desk produces everyday, I was delighted to meet with C#3 and Linq functionnalities. Design time I always thought such a transversal approach wa ...Show All

  • KeithM86 Crystal Report

    How To Send Login Information In Crystal Report Web Service ...Show All

  • NeonICE TypeDescriptor.GetEditor returns Null unexpectedly when used from add-in but not when used from Windows application

    Hi, Can anyone take a look at this issue and tell me why TypeDescriptor.GetEditor behaves differently when called from a Windows Forms app and from a VS 2005 add-in The details are at: http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx feedbackid=12e30ac9-bcae-4e22-a0ec-f58da38727dc Any help much appreciated, Carlos Quintero This has been recorded into our internal bug database for investigation. Craig ...Show All

  • Waldo6 Embedded resources MSBuild vs VS2005 behaviour

    Hi, I'm trying to get the same behaviour from MSBuild as VS2005 when embedding resources. VS2005 preprends the assembly name, the folder name and then the resource name to generate the resource name when it embeds a resource file. Using the MSBuild EmbeddedResource element however, the original filename is not preprended. i.e. if the assembly is MyAssembly, the resource is MyFile.xml and it's in a solution folder called Resources, VS2005 will c ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum