vsts2008

configure IIS 7.0 meta database issue

Hello everyone, I am using IIS 7.0 + Windows Server 2008. Anyone has experience to configure the Timer_MinBytesPerSecond configuration items -- either programmatically or manually is fine? I also want to know how to check the current values for Timer_MinBytesPerSecond configuration items (either programmatically or manually is fine)? A...

how to quickly check communication protocol used by SQL Server

Hello everyone, I am using VSTS 2008 + C# + ADO.Net + SQL Server 2008. When connecting from another remote machine, normally TCP/IP protocol is used by ADO.Net client to connect to SQL Server 2008. When connecting locally (ADO.Net client and SQL Server on the same machine), normally shared memory or named pipe is used. My question is, ...

Looking for a simple ASP.Net web site sample

Hello everyone, I am using VSTS 2008 + C# + .Net 3.5 + ADO.Net + ASP.Net + SQL Server 2008 Enterprise + IIS 7.0. I want to save my time to write an simple ASP.Net web site. And want to see if I can find an available one here. :-) What I need is very simple, (1) basic UI (2) could edit/update/delete data from database (any kinds of data...

using appcmd to add new web site issue

Hello everyone, I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0. I want to using appcmd to add a new web site, my scenario is like this. All my web site files are under folder c:\template; I want to add my new web site as a virtual directory under default web site, the virtual directory is called "testsite1"; I want to use the default ...

Microsoft.SharePoint and Microsoft.Office namespace issue

Hello everyone, I am learning from the following tutorial to develop application based on Microsoft Search Server, http://msdn.microsoft.com/en-us/library/ms497054.aspx and it needs Microsoft.SharePoint and Microsoft.Office namespaces. Could anyone let me know which SDKs/DLLs are needed to be added to project in order to use the names...

Multiple Build definitions in VSTS 2008 help needed

Hi, I was wondering if the following can be done in VSTS 2008. I have a main branch and several branches where many code change will be going on. Is there a way to build a required branch on demand? Also I have many labeled versions of code and a main branch, is there a way to build a labeled version of the code on demand? Please help...

Visual Studio 2008 Database Edition - how to Source control with visualsvn and other db features in vsts db edition?

Hi there, I was wondering if anyone has any links to tutorials or walk throughs for managing db's with vsts Database edition? Specifically i am looking how to do source control with visualsvn? I have downloaded the R2 GDR which updated my vs 2008 with the sql server 2008 templates I don't have a problem with vs 2008 but i am bit conf...

VSTS Database Edition - Intellisense for creating tables etc?

Hi There, Just begin starting to use Visual Studio 2008 database edition and loving it.... but there doesn't seem to be any intellisense inside create table for example .. in the editor ... and it also appears you can't add a table graphically like you can in SSMS ... Is this true, any tricks of ways round it or plugins or something,...

Is it possible to disable the auto-merge option in Visual Studio Team System 2008? If so how?

I'd like to disable the automatic merge feature when checking in a file to TFS that another developer has worked on so that I always need to merge manually. Is there any way to do this? ...

MSDN RPC marshal document wrong?

Hello everyone, I am using VSTS 2008 + Native C++ to develop RPC programs (both client and server). I am reading MSDN document for marshalling (The wire_marshal Attribute). I think this sentence is wrong: "For an [out]-only parameter, the server transmits to the client. The server needs the <type>_UserSize and <type>_UserMarsh...

IIS 7 Http Handler development issue

Hello everyone, I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0 to develop an ASP.Net web site. I want to develop an Http module, which could inspect whether incoming request has some specific http header (e.g. CustomerID) and if do not have such header, I will redirect user request to some other pages. I think I should develop by using...

No link to the test results in the Build Results reports in TFS 2008

Is there a way to display the test results on the build results page returned by Build.aspx page? Because right now you only get to see the total number of tests and the number of failed and passed tests as in the sample: Result details for Any CPU/Debug 0 errors, 90 warnings, 12 tests total, 4 tests passed, 8 tests failed Errors and ...

multi-dimensional array transmit issue

Hello everyone, I am using VSTS 2008 + Native C++ to develop RPC programs (both client and server). I am reading MSDN document for marshalling multi-dimensional array http://msdn.microsoft.com/en-us/library/aa374185%28VS.85%29.aspx I am confused about the following statement, and I am confused about what means offline and online, and ...

vfprintf causes run-time error

Hello, Visual Studio 2008 I am using the following source code that compiles ok using linux gcc 4.4.1. However, I am trying to compile on windows xp sp3 using VS 2008 compiling as c code. I get a run-time error on the call to vfprintf. And also the __func__ gives me a compile error. "Undeclared identifier". I thought __func__ was de...

compiling on Windows and Linux

Hello, I am just looking for some guidelines, as this might seem like a very open question. I have a project that has been compiled using Visual Studio 2008 sp1. I have to compile so it will run linux using gcc 4.4.1 C99. It is a demo application that I didn't write myself. The source code is written so it can be cross-platform (linu...

how to create a web part to track page creation time

Hello everyone, I am new to SharePoint Server 2007 Web Part, and I am using SharePoint Server 2007 on Windows Server 2008. I program using VSTS 2008 + C# + .Net 3.5. I want to create a simple web part which could display page creation time and modified time (display such time information at the bottom of a web page). Any reference cod...

team foundation server bug tracking tools

I am new to TFS and am told that TFS (VS 2008) has an internal bug tracking system. I have used open source bug tracking systems before but want to work with TFS now. If anyone knows or has links to any readin bout this please answer this question ...

session transfer issue from Tomcat to ASP.Net

Hello everyone, I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other aspx pages are in another domain. The issue is, I can not transfer session from aspx web page A to aspx web page B. I want to...

How do I make VS2008 open Compact Framework forms using CF winforms designer.

I have a problem with opening CF.NET forms using VSTS 2008. It uses the regular windows forms designer instead of the smart device one. Everything was fine under VS2008 Pro, but after installing VSTS this seems broken. Is it possible to modify this behaviour somewhere in the settings or should I blame this on a broken install and reins...

Using VS 2008 Team Systems for One Man Shop

I have VS 2008 Team Systems Suite and I am a one-man shop. I am about to start a new project and want to use versioning of code. Can this be done on a single computer with using the VS 2008 Team Systems Suite? I have used Perforce in the past but want to use the versioning in VS 2008 if that is possible. I would not be running this o...