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

Software Development Network >> sydg's Q&A profile

sydg

Member List

Sajidsr
Arvish_Mungur
Dave Dunckley
Rasmus Helmsby Sandberg
chrisminett
MC8005
Allen_DSI
sleepx3
jsizemore
jhobrown
JackChan
visa79
LuckyCarl
Vinzcenzo
djartsinc
Philip Painter
KevinLi
Shobha Santosh
Paul Devine
penyaskito
Only Title

sydg's Q&A profile

  • Visual Studio Team System Can't view Solution Explorer

    Installed and configured Team Foundation Server (Single-Server) on Server. Installed Team Foundation Client on Client PC. Installed Visual Studio Team Suite on same client PC. I can create team projects in the team exporer, but I can't create any software projects and can't see a "Solution Explorer" tab. Actually, what you probably need to do is reset you user settings. When you ran Team Foundation Client, you're using Project Management Se ...Show All

  • Visual C# "The operation could not be completed" error when running from IDE

    I now often get this error "The operation could not be completed" when trying to run the application from the IDE. It occurs after the "Build Succeeded" message in the status bar. Sometimes I also get the message saying that application.vhost.exe could not be overwritten. I can get around that error by going to the task manager and terminatnig the vhost process, but I still get the operation could not be completed error all t ...Show All

  • Visual C# how to use properties/IDE to link events to handlers?

    I'm sure it's just a case of me being dense....  I'm comfortable with Visual Studio and C++ and generated code, event/message mapping to methods, etc. I can't seem to do it with C# (I'm a C# newbie).  If I bring up the designer window, and double click on a ListBox form, the IDE will generate code for the SelectedItemChanged message/method. What I want is to hook up the DoubleClick event/method.  I tried doing it manually (with ...Show All

  • SQL Server How to callapse rows together

    I'm need to collaspe a few rows together and output one row per group. The rows come from a flat file and are already sorted by orderid. Basically these are transactions with just the changed fields in them all unchanged fields are null (blank). They need to collapsed down to show the final state of all changed fields per order. Obviously the aggregate transform won't work in this situation since the goal is to collaspe instead of aggregate. In ...Show All

  • Software Development for Windows Vista Communication with the underlying transaction manager has failed.

    Does anyone know how to resolve this exception. Exception: Message: Communication with the underlying transaction manager has failed. Stack Trace: System.Transactions.TransactionManagerCommunicationException: Communication with the underlying transaction manager has failed. ---> System.Runtime.InteropServi ces.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component. at Syste ...Show All

  • Microsoft ISV Community Center Forums Can no longer enter wscript for debug

      Hope someone can help me.... I have early installed wscript 5.6, and able to enter and single step a script file. Now now matter what I do, re-install, all kinds of options  Wscript will no longer allow interactive debugging... it just executes the script... How do I fix this   I am open to suggestions Roman   Thanks..... the key was the to use installing the right script engine....   ...Show All

  • Visual Studio Team System TFS Setup - Cannot find Default Web Site

    Scenario: I've got one server available to install TFS. This server is also a web server with existing web sites for 3 different internet domains. The "Default Web Site" has been previously removed as it was not required. One internet domain is set up to catch all general HTTP requests (blank Host Header Value). What I've done so far: Installed all the TFS prerequisites for single server (including SharePoint Se ...Show All

  • Visual Studio Package load error

    Hi, I am getting this error: VSIP: Package 'Microsoft.VisualStudio.WCPCommonServices.WCPCommonServicesPackage, Microsoft.VisualStudio.WCPCommonServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has failed to load ( GUID = {8F583BC9-4E70-4888-A667-4C461AC6D3A5} ). And cannot seem to fix it. I have tried rebuilding the experimental hive like some body suggested in another thread earlier this month; but that did n ...Show All

  • Visual Studio Programatically closing a Toolwindow created using CreateToolWindow2

    I've got a dockable addin that I've created and want to be able to programatically autohide it when the action is complete. The following should work:         EnvDTE80.Windows2 toolWins;         EnvDTE.Window toolWin;         toolWins = (Windows2)_applicationObject.Windows;     & ...Show All

  • Visual C++ VS8 2005 Projects only work on my PC

    Until recently I've been using VS.NET 2003, now I have VS8 2005.  And none of the project I make work on other computers.  They only work on my PC, when i try to run the program on another PC I get this error: C: \FilePath This application has failed to start because the application configuration is incorrect.  Reinstalling the application may fix this problem . Why is that   How can I fix it Also, when I compile VS.NET ...Show All

  • .NET Development load data slow with web service

    I created a small testing application with VB.net, which talks to the webservice. I perfer it will be worked as both window based and web based application later . When I am getting data from webservice with dataset, the reponse is very slow(more than 2 min). It is from a very small table (100 records), and application, webservice are sitting at the same server as database. Anybody can tell me it is normal or can choose other way to improve it ...Show All

  • Windows Forms How to show a picture from sql server( BLOB type )

    My table has a blob type field,it's a "*.jpg" picture how can I show it in control picturebox I use System.Drawing.Image.FromStream(stream),but it's error why Pls help me about blob my code is from vs.net sdk,it's good,but it's not showing in picturebox! ...Show All

  • Visual Studio Tools for Office Deploy Shared Add-In ???

    Hi everybody, I have a VSTO Project, a Word template with some features. And I have a shared Add-In also for Word. This has a new Menuitem wich opens the word template. On my computer everything works fine. But I when deploying it ... The VSTO Part works fine, when I run the template my actionspane apears and so on. But the Add-In seems not to work. The DLL is in the application folder... the registry seems to be ok (LoadBehavior is value 3) li ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. loading mesh like mesh viewer

    is there a way and if so how can one load mesh files like the mesh viewer loads them, I took just for kicks the tiger sample and loaded a mesh that a friend made and it dident load right, rotates right off the screen, I dont really understand VC++ much to find my way through the mesh viwer code I am using C#, and help would be great. I did both of those and maybe its not my lights, let me explain whats happening. ...Show All

  • .NET Development Escape Sequenze in Resource File

    Hi! I've the following problem. I've created a multilingual application and put all the strings in a resource file for each language. This all works fine so far. The problem is if there are any escape sequences in the strings like "\n". If I show this string in a MessageBox "\n" is not replaced with a NewLine. How is the best practice to accomplish this greets, Markus The problem is that you are using the string ...Show All

©2008 Software Development Network

powered by phorum