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

Software Development Network >> Visual Studio

Visual Studio

New Question

VS2005 Team Suite Beta 2 fails to install on clean SBS 2003 system
Using VB Linq in web applications
Database Project Template (possible???)
Canvas, Rectangles, ClipToBounds slowness
BamlParseException was unhandled
Document Explorer not finding local docs any longer
tf.exe Unable to determine the workspace. error
Use Visual Studio 2005 or use VBA in Access or Excel?
"yield enumerate"...
Sharing projects across multiple solutions

Top Answerers

humair
Gary K
Miketrix
Howart
chteng
Lomak
Stefaan Clement
SKK*
JuanK_solocodigo
jb6494
Xcess-Team Martin Harrer
Only Title

Answer Questions

  • MarlonM WinFX February CTP

    The WinFX Runtime Components February CTP has been published. For February, Vista will also be releasing a CTP which is sync’d with WinFX Runtime Components. The build of Vista (5308.17) will be available only to MSDN Subscribers, while WinFX RC, the SDK, and tools will be available to everyone via the MSDN Download Center. WinFX Runtime Components: http://www.microsoft.com/downloads/details.aspx FamilyId=F51C4D96-9AEA-474F-86D3 ...Show All

  • Total newbie :) FindUnderPath not working

    I have a strange thing going on. I am using FindUnderPath to make sure my files exist before I do anything with them in deployment. The problem is, FindUnderPath says the files exist and gives locations in "InPath" but the files are missing. How is it finding a file that isn't there < PropertyGroup > < ReleaseRoot > \\build\BuildSuppository\Duck\$(BuildNum)\Release </ ReleaseRoot > </ PropertyGro ...Show All

  • JeffLomax 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

  • Dirk Rombauts Looking for a working Attached Events sample

    Hi, has anybody either succesfully implemented a custom  Attached Event or seen an example somewhere I can't find any documentation available aside from the fact that implementation is similar to the Attached Properties approach. Thanks Chaz's third reply looks on the money to me. Just bear in mind that the whole CustomRootControl class is strictly optional, as defined you could use it: <Window s ...Show All

  • ubm0158 Capturing the events regarding switching between code /design view

    Hi again I have defined a custom Design view for my own Xml files, as in the VS SDK sample SampleDocViewEditor for Addin files. This sample provides immediate sinchronization between the 2 views thru the text buffers, but I want a solution similar to the VS Forms Designer, where synchronization (view drawing /code generation) happens when the views get focus or the tabs are selected. I tried to capture focus events on the design view with no suc ...Show All

  • Craig_tin problem deploying a new project type

    I've created a new project type for the Pascal language. I have deployed and registered the VSPackage in the target computer, along with the project files, but, when trying to create a new Pascal project, I get the following error in a popup dialog: value cannot be null parameter name: type In my development machine, which contains VS SDK, the error doesn't occur... Can anyone help me please Thanks, -- AFurtado I doubt this woul ...Show All

  • Deepak Puri connectivity issues outlook 2003

    Recently my system was changed from a stand alone to a workstation - I was using Windows XP and Office 2003, I also had my email account set up on Outlook 2003. However, since my system was changed to a workstation, my Operating System was changed to Windows 2000 Professional because the server is using 2000 Professional. I am still using Outook 2003 but since the change, I am not getting the email account set up. Outlook is telling me Estab ...Show All

  • Visual Basic Fan How can I add a CommandBarButton to "ALL" Inspectors in Outlook 2003?

    New to the subject, I need to add a single command bar with one button to "All" instances of an Inspector class object, (New Message, Folder Items, etc...) Any help or code snippet would be appreciated. Thanks in advance, Ron |<:^) you can add the following code, to just return if there is a command bar already by that name, as the first two lines of new inspector event for ( int i = 1; i& ...Show All

  • duck thing Hosting WCF Service in IIS ( X509 Keyset does not exist)

    Hi, I host my service in IIS ( machine running XP ) and try it : http://localhost/RentSoftware/Rentsoftware.svc I receive this error : CryptographicException: Keyset does not exist System.Security.Cryptography.Utils.CreateProvHandle(CspParameters parameters, Boolean randomKeyContainer) +1460764 System.Security.Cryptography.Utils.GetKeyPairHelper(CspAlgorithmType keyType, CspParameters parameters, Boolean randomKeyContainer, Int32 d ...Show All

  • Dario_Bello VS 2005 Beta2 reinstall issues

    I installed VS 2005 beta 2 successfully the first time, installing C# only. Then I ran the install again to add VB.NET. I got some errors so I decided to uninstall VS 2005 and reinstall it. But I've tucked ever since. I followed the uninstall sequence and ran the uninstall clean up tool at no avail. It dies on installing MSXML 6.0 parser. The following is the MSI install log. Any help would be appreciated:  [07/13/ ...Show All

  • nofski Creating Custom Control in Visual Studio using report controls

    Hi, I need to create a custom control (User Control) in Visual studio using "Chart", "Matrix" and "TextBox" controls of Reporting services. Which CTP version of Visual Studio supports for solving the above issue. Thanks You can try this in Beta 2 of Visual Studio 2005. ...Show All

  • jfalberg PInvokeStackImbalance was detected

    I am trying to create a smartdocument using Office 2003 professional edition and implementing the same on VS.NET 2005 edition. As soon as I load the winword.exe(as startup from VS.NET 2005) and attach the manifest in debug mode the following error is displayed. Can someone shed some light on how to overcome, any Microsoft VSTO or VS.NET Debugger team members, pls help ASAP. NOTE THAT IM NOT USING VS TOOLS FOR OFFICE 2003 ERROR: ...Show All

  • lufa Can't run project (DSL November)

    I removed DSL Tools (September), SDK, Studio b2 (hope did it correct), installed released Studio, SDK October, DSL Tools Novemeber. After creating a new DSL project (Minimal Language) have a message: "Unable to read the project file .... Class not registered. Looking for object with CLSID {....}". If do "Start debugging" the message is: "Constructor on type Microsoft.Build.Buildengine.Utilities not found". What's wrong For the f ...Show All

  • Anna Flynn HOW TO: Add -> New MyCustomForm, to open my form to add MyCustomForm

    Hi, I want to be able to allow the user of my visual studio package, to, Right click on Project menu -> Add -> Select "MyCustomForm", where "MyCustomForm" is the new context node that I want to add, just like there is "Windows form" or "Component". And then, which when clicked, would open up a form that I created in my VSPackage to add "MyNewCustomForm" to the user's project. What I don't n ...Show All

  • aka Andr3w Grammenos Error when add control in the actionsPane

    Hello! I'am creating a project wordDocumet with Visual Studio 2005. When I add a control DateTimePicker to Action Pane: this.ActionsPane.Controls(new DateTimePicker()); And run my application, results this error: First, I show a popup that say: "Choose expansion XML package": Microsoft Actions pane or nothing Expansion XML pack . I choose any but not work. After show this error: System.Runtime.InteropServices.COMException (0x80004005): Error ...Show All

646566676869707172737475767778798081

©2008 Software Development Network

powered by phorum