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

Software Development Network >> Visual Studio

Visual Studio

New Question

Team Explorer - Document attributes
How to set formatting to the strings displayed in compartment?
new behavior of string Replace function in VS2005
Class Designer Webcast
Combobox into perticular cell
Visual C++ 2003 - starting any app in debugger stalls
When is the next release for GAT???
How can I get data fields to repeat on each page, since they cannot be placed in the Header?
specified cast is not valid error when tryning to create new word template project
Office2007 runs my old smart document 1.1 but not 2.0

Top Answerers

Sirisha
Umeshpradhan
Rob_ICS
Chrispwill
Richard Pavlicek
PL_Pit
Bill Schulz
striker72s
vvatclor
Mercedestime
Crypto-Gram
Only Title

Answer Questions

  • hangkous Computer Shuts down on Install

    Hi, I'm trying to install vs2005 - default install - from Disc 3073 Enu MSDN TE for Softw Dev. This is on a clean machine (formatted HDD + XP PRO + SP2). Every time the computer shuts down (in fact 'turns off' without warning)  at about the same point during installation (near the end of vs2005). I have rebuilt this computer (Acer TM636LCI) from scratch 3 times now (twice enu, once dutch) but it keeps on failing. Please ...Show All

  • scott13 Open a window in front of the current one with the mouse Event

    The window opened in Button Click Method is displayed in the front of the parent Window. void OnButtonClick(object sender, RoutedEventArgs e) { MyWindow window=new MyWindow(); window.Show(); } But, when i tryed the mouse, the new window is at the behind. void OnDoubleClick(object sender, System.Windows.Input.MouseButtonEventArgs e) { MyWindow window=new MyWindow(); window.Show(); } How ...Show All

  • JWallis RC1 - Visual Studio Class Designer Package Issue

    I've installed VS.NET 2005 RC1 on 2 machines.  I've a project that was created with VS.NET 2005 Team Suite Beta2, including a class design file. On machine 1, I've no problems with Class Designer.  On machine 2, whenever I start Visual Studio, I receive the following in a Yes / No Message Box titled 'Microsoft VIsual Studio': "Package Load Failure Package 'Visual Studio Class Designer Package' has failed to load properly ( GUID = {DD16 ...Show All

  • rhonda945 How to create a component to add active report????

    Hello, I need to customize some features of create report which it don't support to requires of my customers such as now my customer want design templates at runtime in that have some shape(rectangle, circle, struss, struct...) which was saved in database with format are some acoordition, points, central then at runtime user want design a report load all information of shapes and draw some corralative images (rectangle, circle...) ...Show All

  • Jeffrey Palermo TextureCoordinates in Sep CTP

    I have ported the chess project from Beta 1 to Sep CTP and there are some problems in rendering the chess pieces. Every chess piece has now some "holes" in it, and the "head" of the pawn is the most obvious. I have created a sample project and it seems that the problem is because of the texture coordinates. because if I use a solid color brush, the "holes" don't show up. When I started the project, a friend of mine designed the 3D models and e ...Show All

  • russ park GetCanonicalName() Error

    Hi I am getting the following error, is there any way to find out which type it cant find in the map as i have a lot of types but when i drill down into the map through the debugger they all apear to be there i think. if this should have been posted elsewhere please let me know cheers. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: ...Show All

  • Peter Beresford can't generate proxy classes for WCF SDK samples with svcutil

    Hi, I tried to generate a proxy class for GettingStarted service yesterday with FEB CTP svcutil.exe on FEB CTP Vista. But svcutil failed after reporting a few warning messages. The GettingStarted Service was running OK and I didn't modify it in any way. Does anyone know what is it I've read some known issues concerning FEB CTP svcutil. They do not seem to be relevant to the case. Hi, Me too f ...Show All

  • CodyCooper Errors with printing.

    Hi all. I am having problems with printing reports in my WinForms C# application. The reports render perfectly but won't print. They are running in local mode. When printing to "Microsoft Document Image Writer" or "CutePDF Writer", the ReportViewer hangs for a while, then generates an error about corrupt memory If printing to a network printer, it prints, but I have to print twice. The first print does nothing. I only pic ...Show All

  • syperk Debugging Error Message of VS2005

    --------------------------- Microsoft Visual Studio --------------------------- The following module was built either with optimizations enabled or without debug information:   C:\Documents and Settings\ Peter Peter \Local Settings\Application Data\assembly\dl3\GK36Y4X8.1TR\K1JO6NOP.P99\bc8980d3\f0e49e63_711dc601\MyResources.dll   To debug this module, change its project build configuration to Debug mode. To suppress this m ...Show All

  • Joseph D.L. Aurora XAML Designer Beta 9.0 for WinFX Beta 2

    Aurora XAML Designer Beta 9.0 is now available for WinFX Beta 2. Aurora now has limited 3D authoring and animation Download now at http://www.mobiform.com/Eng/aurora.html Visit us at TechEd 2006 in Boston. Booth #335 Regards, Mobiform Software Just checked its all good..... Ron Ron DeSerranno - MOBIFORM wrote: ...Show All

  • Kai Huener crystal works on dev box but not of webserver

    Hello, I'm using VS 2005 pro and am having trouble with crystal reports. The reports work fine on my devolopment box but do not work on the web server. In fact, Since I uploaded the page with the crystal on it the site now errors out with the error message below. Please advise how to fix this problem. Thanks Description: An error occurred during the processing of a configuration file required to service this request. Please review the spec ...Show All

  • mmichtch unmanaged addin registration for all users

    What is the recommended way to register an unmanaged vs2005 addin for all users   It appears that the .addin xml file is only for managed addins; is this correct You are right. The .addin xml file is for managed add-ins. To register an unmanaged VS 2005 add-in, you can simply run "regsvr32 yourAddin.dll". If you want it registered for all users, before running the above command, open file AddIn.rgs a ...Show All

  • niallhannon how to add website project

    hi, i want to create a template which makes it possible to add website project to a solution. i know that there is the project-type element which i put to this <ProjectType>Web</ProjectType> within the .vstemplate file. Nevertheless a Website wasn't created. What must be done to create web project-types this is my .vstemplate file: <VSTemplate Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type=" ...Show All

  • zippy1981 DLink and WCF

    Hi, WCF issue with DLink : 1)I can only return concrete 'objects' like "Customers" with all fields ..If I do 'var items = from c in db.Customers select c.City". How I can return only one or two fields without explicit it in return of WCF method 2)How I can return a "Customers" with "Orders" without uses "Lazy loading"...or "Deferred". Thanks, Alexnaldo Santos ...Show All

  • RevenueGuy How can TabItem.Content know when tab selection changes?

    I have a TabControl and each TabItem.Content is set to a UserControl. How can the UserControl know when the TabItem has been Selected or Unselected I would have thought that the TabItem should have an IsSelectedChanged event which the UserControl could use. I can created my own event and fire it in OnSelected but just wondering if I'm missing something obvious here. Thanks Michael Yep, that sounds lik ...Show All

5678910111213141516171819202122

©2008 Software Development Network

powered by phorum