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

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

tester123

Member List

Saber01
ImpureEvil
Anders J
joe joseph
Samir K
Makemagic
literalminded_number2
StephenLiang
mab296
NikonC
Vishal Mistry
billyzelsnack
MrShenanigan
J. Ambrose Little
cartoon
ittay eyal
TBrij
salex
lucasjordan
Ole Gulbrandsen
Only Title

tester123's Q&A profile

  • Visual Studio Team System TF30076: The server name (server) provided does not correspond to a server URI that can be found

    Using the object model of the Visual Studio Extensibility kit, I have developed a quick prototype to create work items in our Team Foundation server. Everything still worked fine on my local development machine. However, when I deployed the prototype to the test server, I am now getting the following error: TF30076: The server name (server) provided does not correspond to a server URI that can be found. Confirm that the server name is ...Show All

  • Software Development for Windows Vista Unable to write to reg key

    I am installing Workstation components for sqlserver 2005. When it gets to the sqlxml4 portion, the following dialog popsup: --------------------------- Microsoft SQL Server 2005 Setup --------------------------- Could not delete key \Software\Classes\CLSID\{E3E1D966-0829-48AC-B3AD-C5AE4CA171C4}.   Verify that you have sufficient access to that key, or contact your support personnel. --------------------------- Abort   R ...Show All

  • SQL Server SQL Server 2000: Add column before other column

    How do I add a column in SQL Server table in between two other columns Right-click on table in EM > Design Table. Right-click on the tab on the left of the column above which you want the new column > insert column. Et Voila! Most tasks in EM are done with the right-click. ...Show All

  • Windows Forms how to sync with datagridview columns and object properties

    Hi I try to bind datagridview witha  business object of three public properties. but the column order seems not in sync with the order of business object. is there any way to control the order of the columns when binding to an object thanks  Could you post the example you were speaking of Thanks ...Show All

  • Windows Forms How to change datagridview row backcolor

    I have a datagridview. I want to format the rows back color along the lines of the following If row.cell(0).value = "Yes" then row.backcolor = red else row.backcolor = green How do I do it, I have trapped the datagridview.cellformatting event - is that correct Unfortunately thats as far as i've got. Many thanks ...Show All

  • .NET Development Using Binding Navigator, etc... in connected mode.

    Hi all, This is my first post in the forums so I wanted to salute everyone. Well, I have a little problem with .net, I come from delphi and there, we have a DB Navigator (something like the Binding navigator), with its data grid, etc... I used this to set up a fast way to go thought registers in my database, add recors, etc... and bind columns to controls like text boxes, etc.... I have been testing this in .net and I have noticed that ado .net ...Show All

  • .NET Development Import a text file in web page using stream

    Hello,all. I am working on a project in which I have to import file(s) containing email addresses and put these email addresses in a text files using streams. My situation is that when a button is clicked the code should run and pick the data(email addresses) from some other file(s) and put them (email addresses) in text file(s) using streams. can anyone help please. I need it urgently. Thanks in advance. I would suggest asking this questio ...Show All

  • Visual Studio Express Editions Trouble finding/reading file

    Hello everyone I am having the hardest time right now.  I am testing backing all my DB tables to text files and then reading them in to populate the tables.  I am able to create the files without problem.  But when I go to read them in, I am getting the "Could not find file error".  Below is a small sample.  File exists is coming back false and trying to open the delimitede file is throwing the error (which makes sens ...Show All

  • Visual Studio Express Editions uninstalling the betas?

    Does anyone know if Beta 2 can be uninstalled cleanly so that it won't interfere with the official release I've heard you may have to reformt your computer to completely get rid of the betas, and I'd prefer not to do this. But I also don't want any problems arising when I use the retail version. Thanks, John I have yet to see a need to reformat the machine due to a Visual Studio Beta. If you have any problems ...Show All

  • Visual C++ Help: EDITED: Compiling error

    Hi, I am just beginner and need your help. I got the following error. Please help me~~ Thank you in advance. --------------------Configuration: SOS - Win32 Debug-------------------- Compiling... PortThread.cpp C:\SosNT\PortThread.cpp(117) : error C2664: 'void __cdecl CPortDialog::MessageDisplay(DISPLAY_TYPE,const char *,...)' : cannot convert parameter 1 from 'char [1]' to 'DISPLAY_TYPE'         There is no co ...Show All

  • Smart Device Development Building PocketPC app

    When I try to build a simple app with a label and listbox, I get the following error: Error 1 The specified task executable location "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Vbc.exe" is invalid. c:\WINNT\Microsoft.NET\Framework\v2.0.50215\Microsoft.CompactFramework.VisualBasic.v1.targets 28 9  Please upgrade to RTM (release), make sure beta is properly uninstalled.   ...Show All

  • Visual Studio Custom Tool SRGenerator

    How can I use my custom Tool called SRGenerator in Visual Studio.NET 2005 Thanks. Hey - can you give us more information on what you're trying to do You can include an external tool in Visual Studio by going to Tools --> External Tools and adding in something through there. If you're trying to add a custom build step to MSBuild you can ask your question in their forum ( http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=27 ). If yo ...Show All

  • Visual Studio Team System Can't Install TFS RC on a Domain Controller???

    We can no longer install TFS (RC) on a domain controller This worked in earlier betas and CTP versions. But now I'm told with the installer that this is not a supported configuration, yet the installation guide talks about installing on a DC. I wasted all this time setting up the DC system and get to the point of running TFS install and am told I can no longer do this I've seen Microsoft respondents in the past indicate that you can install on ...Show All

  • Visual Studio Team System Project creation fails

    Hi, I'm getting the following error when creating a new project in TFS: Event Description: Task "Currituck.WITs" failed Exception Type: System.Web.Services.Protocols.SoapException Exception Message: Server was unable to process request. ---> Violation of UNIQUE KEY constraint 'UQ_ADObjects__DomainName_SamAccountName'. Cannot insert duplicate key in object 'dbo.ADObjects'. SoapException Detail: <soap:Detail xmlns:soap="http://www.w3.org/20 ...Show All

  • Smart Device Development Bug of RTTI support in VS2005 & PPC2003?

    I want to use some code like:typeid(T).name(). These code works with VS 2005 & Windows Mobile 5.0 correctly, just select "Enable Run-time type info" to "yes". But these code can not be compiled with VS 2005 & PPC 2003, I have select "Enable Run-time type info" to "yes", but it still can not be compiled. I have look for answer in here, and found a thread https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=4883 ...Show All

©2008 Software Development Network

powered by phorum