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

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

Zhiqiang

Member List

Velimir
Satanas
DPolen
VenuGopal.B
Sidney A Williams Jr
Daisycutter
NesherHH
Amit Reddy
CCalhoun
Bespike
Anfernee
C4jun
Shelly Guo - MSFT
tpaxatb
Costin Trifan
nume
tbednarick
GeoffCarr
daveremy
Ronald Huereca
Only Title

Zhiqiang's Q&A profile

  • Visual Studio Team System TFSDeleteProject.exe is friggen useless....

    After trying to create a project unsucessfully (see this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=128046&SiteID=1 ), I decided to clean a little house and try again. The utility returns: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies>TFSDele teProject.exe /force /TeamFoundationServer:vsts-host Test001 Warning: Deleting a team project cannot be undone.  Are you sure you want to del ete the ...Show All

  • Visual Studio Team System Problem Creating New Team Project

    Hi. Using 2003 Server with Beta Refresh 3. Sharepoint is extended on the default and no other site. Browsing to http://servername/ works but not Reports or ReportServer. When I create a team project the following error occurs:   Error Unable to connect to the specified SQL Reporting Services at EVERSERVER1.   Heres the Log   1/9/2006 12:06:44 AM | Module: ELeadServiceMediator | Team Foundation S ...Show All

  • Visual Basic Package and Deployment Wizard

    Hi All I have created a deployment package using the package and deployment wizard. However, when I run the setup package I get two errors: 1. c:\windows\system32\msvcrt.dll - The destination file is in use. Please ensure that all other applications are closed. 2. An error occurred while registering the file 'c:\windows\system32\msado20.tlb' If I ignore the errors the program still installs and runs without any problems but it is har ...Show All

  • Visual Studio Changing default behaviour of GenerateResource

    Hi, The strongly typed resource class that's automatically generated by the designer from the .resx file results a in a class that's internal, whereas I'd like it to be public.  The background to this is in a message I posted earlier today: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=187755&SiteID=1 It seems the problem should be solvable by customizing the build process somehow.  This is what I've tried so far: ...Show All

  • .NET Development SQL Connection String Assistance

    I'm trying to upload the personal website starter kit to a web hosting site, and cannot get the connection string correct. I want to use the personal.mdb in the App_Data folder within my site, which works fine locally, but once uploaded, I get all kinds of errors - depending on how I mess with the string. In no interation can I get the string to work when trying to use the <AttachDBFilename> entry. When just adding the connection st ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. PIX profiler crashes with multi-thread app

    Hi, I've been trying to use PIX to profile an app which uses multiple threads to spread the load of creating large, dynamically-produced polygons. It simply crashes the application as soon as one of the 'worker' threads starts doing anything. Is there a way of making PIX work with a multi-threaded app Thanks, Jim Keir   jimkeir wrote: Hi, I've been trying to use PIX to profile an app which uses multi ...Show All

  • Visual Studio How to get the build order via an EnvDTE API?

    I have an addin that needs to know the build order as it is listed in the VS Solution|Project Build Order dialog. While analysing the dependencies for the projects is great (and works for projects that have an expressed dependency), I found that the project build order for unrelated projects is fixed (and frequently relied upon by solutions), but as far as I can tell there is no way to figure that order out programatically. The build order ...Show All

  • Visual Studio Express Editions dynamically spawn checkboxes on a tabpage?

    Hi guys, I am trying to create checkboxes dynamically (based on number of records from a database) on a tabpage. I searched for how to create the boxes and found this code: Dim cbBox As CheckBox = New CheckBox() cbBox.Name = "cbBox" & Me.Controls.Count - 1 cbBox.Text = "cbBox" & Me.Controls.Count - 1 cbBox.Top = 18 * Me.Controls.Count ' Add controls to the Panel using the Add method. Me.Contro ...Show All

  • Visual Studio Visual Studio 2005 Remote Debugger (Windows Service)

    Greetings, I have now worked for several hours in order to resolve a problem we are having in our development team. We have a Windows 2003 server (all patches applied) and multiple XP clients (all patches applied). We are running a mixture of VS 2005 Team System and Professional, and we can all debug, if we are using the method, where we log on the server w. TS and start the Remote Debugger "host" application. However, this ...Show All

  • Visual Studio How to debug a dll with an executable file?

    I have made a DLL with Vision Studio 2005 and tried to debug it with an executable file called CANoe32.exe which I have specified in the property settings. Whenever I start the debug a window with the error information will popup " CANoe32.exe doesn't contain any debug information (no symbols loaded), do you want to debug anyway " If I choose "cancel", a window in Vision Studio will show me much failed information like ...Show All

  • Visual Studio Express Editions What type of database can my install of VBEE connect to?

    I'm attempting to use VBEE with SQL Server data. According to the Express products' readme: "1.3.13 SQL Server Express is the only version of SQL Server that will work with Express Editions other than Visual Web Developer Express Edition. SQL Server Express is the only version of SQL Server that will work with Visual Basic 2005 Express Edition, Visual C++ 2005 Express Edition, Visual C# 2005 Express Edition, and Visual J# 2005 Expr ...Show All

  • Windows Forms single event to trigger multiple dynamically created controls

    I am unsure how to approach this issue I'm having: I'd like to know what is the best way for a single control (which is dynamically generated) to signal a number of other dynamically created controls.   What I'm tring to do is have the&nbs ...Show All

  • Windows Forms Dec CTP bug

    I earlier had Dec CTP installed on my machine and was deploying ClickOnce applications developed on it. This was actually the Beta 1 release as i later came to know. Recently I got June CTP which is actually Beta 2. I proceeded to deploy applications with ClickOnce. On the client machines where I had installed the dotnetfx, using ClickOnce, the application deployment failed now. This was because the engine did not correctly recognise the dot net ...Show All

  • Visual Basic Get information from database

    Hello I was using Visual Basic 6 and when I want to get information from a database, I write: Dim Con As New ADODB.Connection Dim rst As New ADODB.Recordset Set Con = New ADODB.Connection Set rst = New ADODB.Recordset Con.Open "Provider=MSDataShape.1;Extended Properties='Jet OLEDB:Database Password=111';Persist Security Info=False;Data Source=D:\Programs.mdb;Data Provider=MICROSOFT.JET.OLEDB.4.0" rst.ActiveConnection = C ...Show All

  • Visual C++ Weird behaviour of "Textout" ...

    Gentle people, This drives me nuts! Please consider the following pieces of code: InitInstance: szBkwMsg = "Message1"; <----- ShowWindow( hWnd, nCmdShow ); UpdateWindow( hWnd ); SendMessage( hWnd, WM_COMMAND, IDM_BKW , 0 ); WndProc: case IDM_BKW: while (szInDs == "") { if (DialogBox(hInst, .... <----- { } } szBkwMsg = "Message2"; <----- UpdateWindow( hWnd ); DialogBox(hInst, ... <----- case WM_PAI ...Show All

©2008 Software Development Network

powered by phorum