Tagged Questions
Microsoft Visual Studio Team System 2008
12
votes
4answers
11k views
Visual Studio 2008 support for new .NET 4
Will Visual Studio 2008 be supported by new .NET 4 from the get go?
I'm particularly interested in the System.Collections.Concurrent namespace and the parallel task library, which I would use ...
11
votes
5answers
5k views
string escape into XML
Any C# function which could be used to escape and un-escape a string, which could be used to fill in the content of an XML element?
I am using VSTS 2008 + C# + .Net 3.0.
EDIT 1: I am concatenating ...
7
votes
4answers
1k views
What does slicing mean in C++?
It is mentioned in C++ FAQ site -- "larger derived class objects get sliced when passed by value as a base class object", what does slicing mean? Any sample to demonstrate?
...
7
votes
5answers
378 views
video file download issue
I am using VSTS 2008 + C# + .Net 3.5 + Silverlight 3.0 + ASP.Net to develop a Silverlight application (a video media player) in browser and the function is simple, just use MediaElement to play a ...
6
votes
2answers
8k views
The type or namespace name 'Objects' does not exist in the namespace 'System.Data'
I am using entities, C# and SQL Server to create an n-tier app. I am creating some base classes common to all my DAL components. In this base class, i want to handle the connection state of the ...
6
votes
3answers
28k views
set session timeout in web.config
I have tried very hard but cannot find a sample about how to set session timeout value for in-process session for an ASP.Net web application.
I am using VSTS 2008 + .Net 3.5 + C#. Here is what I ...
5
votes
3answers
102 views
start process issue
I am using VSTS 2008 + C# + .Net 3.5 to develop a console application. And I want to start an external process (an exe file) from my C# application, and I want current C# application to be blocked ...
5
votes
8answers
396 views
Why use a dedicated computer to make builds using TFS?
At the MSDN site, it states:
"... install Team Foundation Build on a computer that is dedicated to running builds."
OK, I got that. But my manager didn't, and I wasn't able to convince him.
...
4
votes
2answers
7k views
where is gacutil.exe?
I am using Windows 7 Enterprise 32 bit. I have used Windows command line, and also used VSTS 2008 command line, but when executing gacutil.exe, there is command not found error.
I am wondering ...
4
votes
2answers
76 views
virtual function issue
I am using native C++ with VSTS 2008. A quick question about virtual function. In my sample below, any differences if I declare Foo as "virtual void Foo()" or "void Foo()" in class Derived? Any impact ...
4
votes
5answers
3k views
strange out-of-memory exception during serialization
I am using VSTS2008 + C# + .Net 3.5 to run this console application on x64 Server 2003 Enterprise with 12G physical memory.
Here is my code, and I find when executing statement ...
4
votes
3answers
795 views
How do I customise the CREATE DATABASE statement in VSTS DB Edition Deploy?
I'm using VSTS Database Edition GDR Version 9.1.31024.02
I've got a project where we will be creating multiple databases with identical schema, on the fly, as customers are added to the system. It's ...
3
votes
1answer
167 views
Calling python code from VSTO excel addin
I am working on an excel2007 plugin in VSTO and am using VB for coding it. One of the item in the plugin is the button, pressing which should give a call to a python program which will add some data ...
3
votes
2answers
445 views
deadlock on a single SQL Server table
I am using SQL Server 2008 Enterprise. And using ADO.Net + C# + .Net 3.5 + ASP.Net as client to access database. When I access SQL Server 2008 tables, I always invoke stored procedure from my C# + ...
3
votes
1answer
661 views
generating thumbnail image for video
I am using VSTS 2008 + C# + .Net 3.5 on Windows 7. I want to use Expression Encoder 3 to generate thumbnail image for video (wmv format) every 30 seconds -- e.g. for a 5 minutes video, there will be ...
3
votes
0answers
703 views
TFS Build errors TF224003, TF215085, TF215076
I am using TFS2008 and VS2008. I run nightly builds for about 20 applications using one build agent and the builds are scheduled for either 1am or 2am. Most of the build succeed, however 6 of them ...
3
votes
1answer
300 views
A basic load test question
I have a very basic load test question.
I am running a load test using VSTS 2008 and I have test rig with controller + 10 agents. This load test is against a SharePoint farm I have. My goal of the ...
3
votes
1answer
1k views
how to deploy the CLR functions in SQL server 2008
I created a SQL Server Project in VS2008 called 'RegularExpression'.In that Project i created a 'Regex.cs' class and i wrote one function regarding Regular Expression.
Then i Build the solution.
Now ...
3
votes
4answers
316 views
analyze SQL Server performance issue?
I am developing using VSTS 2008 + C# + .Net 3.5 + ASP.Net + SQL Server 2008 Express. I am working on 32-bit platform with Windows Server 2003. The issue I find is simple SQL statement like ...
3
votes
1answer
3k views
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 ...
3
votes
1answer
310 views
IIS 7 Http Handler development issue
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. ...
3
votes
2answers
655 views
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?
3
votes
1answer
1k views
open source instant messenger?
I am using VSTS 2008 + ASP.Net + Forms Authentication + .Net 3.5 + IIS 7.0 + C# to develop a Web Application. I want to add web based instant messenging feature to my web application (using Forms ...
3
votes
5answers
3k views
C# list file in directory issue
I am using VSTS 2008 + C# + .Net 3.0. I want to enumerate all files in a directory by creation time, i.e. files created more recently will be enumarate at first, older files will be enumerated at ...
3
votes
2answers
1k views
how to make tooltip move along with mouse?
I am using Silverlight 3 + VSTS 2008. I have a image (Multiscale image control) and I place tooltip on this image. The function of Tooltip works fine. Since the image is big (about 500 * 500 size), ...
3
votes
2answers
4k views
timeout setting for SQL Server
I am using VSTS 2008 + ADO.Net + C# + .Net 3.5 + SQL Server 2008. I am using ADO.Net at client side to connect to database server to execute a store procedure, then return result from the store ...
3
votes
2answers
981 views
touch screen programming issue
Suppose I have a touch screen which supports single finger touch, is it very hard to use software based solution (e.g. programming to detect multi-finger touch and movement) to make the touch screen ...
3
votes
1answer
847 views
C# https connection issue
I am using VSTS 2008 + C# + .Net 3.5 to develop a Silverlight 3 application and I need to access some https address on another web server (other than the server delivering the Silverlight ...
3
votes
1answer
2k views
C# WebClient with https
I want to use https to upload a file using WebClient's UploadData method. And I want to ignore server side certificate verification (always accept server certificate and only use encryption feature of ...
3
votes
2answers
5k views
redirect to another page from Silverlight
In side a Silverlight Page, I want to redirect to another aspx page in the same web site and using POST method to send some additional header information. Any ideas how to implement this? Any samples ...
3
votes
3answers
426 views
Placing a Property into a Different XML Namespace with XML Serialization
I am using VSTS2008 + C# + .Net 3.0. I am using below code to serialize XML, here is my current code and serialized XML file. My purpose is I want to make MyInnerObjectProperties belongs to a special ...
3
votes
1answer
256 views
VSTS database schema comparison not saving comments
We use VSTS 2008 with SP1 and GDR R2 installed.
Found the next problem:
2 identical databases (for example
Database1 and Database2);
Database1 is a working database,
Database2 is a production one;
...
2
votes
2answers
275 views
can i use multiviews and views for every single thing, i can do on a aspx page?
in short what are the limitations i will experience?
using
vs08, webapplication
note
any disadvantage u can think of, or have encountered
e.g. regarding coding, postback, event handling, ...
2
votes
1answer
179 views
Problem in Webtest - while running test containing file upload
We've web application developed using MVC2. I am recording webtests for all views in our web app. I'm using VS2008 test edition installed on separate machine for these webtests.
My problem is - my ...
2
votes
1answer
315 views
How can I use ImageFormatConverter.ConvertFromString to convert a string containing HTML response to an image?
This is what achieved, help please:
in pageload
{
panelmain.Controls.Add(abc);
panelmain.Controls.Add(grid1);
string toexport;
toexport = RenderControl(panelmain);
...
2
votes
2answers
272 views
add/remove dll reference c#
I'm developing a desktop application. For that I'm creating class libraries. At the development time I have to rebuild the class library multiple times for functional testing and update reference to ...
2
votes
3answers
232 views
Visual Studio .NET unit test problem
When I run the Release build of my (VS 2008 .NET) unit tests, I get the following exception:
System.IO.FileLoadException: Could not load file or assembly 'arcVegaORM,
Version=1.0.3856.24327, ...
2
votes
2answers
1k views
ASP.Net session start and end issue
I am using ASP.Net + .Net 3.5 + VSTS 2008 + IIS 7.0 + C# to develop a web application. I am creating a very simple web application, and I just modified page_load, Session_Start and Session_End. Here ...
2
votes
2answers
211 views
convert html file into PDF file? [closed]
Possible Duplicate:
Convert HTML to PDF in .NET
I am using VSTS 2008 + C# + .Net 3.5 + ASP.Net + IIS 7.0 to develop web application. I want to convert html file/page/string into PDF file.
...
2
votes
1answer
106 views
Add dataset issue in ASP.Net application
I am using VSTS 2008 + C# + .Net 3.5 + ASP.Net + SQL Server 2008 Enterprise to develop a simple web application.
In MSDN library topic "Walkthrough: Using a Database Data Source with the ReportViewer ...
2
votes
1answer
132 views
Can a table be copied to another table by an equal sign? If not, then how?
How can table controls be copied?
table2=table1?
ASP.NET C# Visual Studio 2008 table control.
The reason is that it works for strings. Assume the below strings to be tables.
string full;
string ...
2
votes
1answer
205 views
Comments vs Check-In Notes in TFS (VSTS)
What's the purpose of the Check-In Notes? Why use them instead of just the "Comment" you enter when you check-in.
I see there are four types of Check-In Notes: Code Reviewer, Developer, Security ...
2
votes
3answers
59 views
web page design issue
I am using VSTS 2008 + C# + .Net 3.5 to develop ASP.Net application on IIS 7.0 + Windows Server 2008. Using SQL Server 2008 as backend. My question is, in order to achieve best web page performance ...
2
votes
4answers
194 views
Can a transaction be rolled back after it's commited and connection is closed?
Can a transaction be rolled back after it's commited and connection is closed?
finally
{
// Commit the transaction.
sqlTran.Commit();
reader.Close();
...
2
votes
6answers
3k views
Unable to cast object of type 'System.Object[]' to type 'System.String[]'
I am developing a C# VS 2008 / SQL Server website application. I am a newbie to ASP.NET. I am getting the above error, however, on the last line of the following code. Can you give me advice on how ...
2
votes
1answer
514 views
Cannot start TFS Build service: Error 1227
When I try to start the TFS 2008 Build service on the port 9191 I get the following error message:
Windows could not start the Visual
Studio Team Foundation Build service
on Local Computer.
...
2
votes
1answer
500 views
Designer.cs is deleted on adding object in DBML
My original dbml file had objects which had data connection to other server/db. As my db is changed to different server and i want to update my spproc when i delete the spproc and drag the new one ...
2
votes
1answer
2k views
debugging error — error attaching to w3wp.exe
I am using VSTS 2008 + .Net 3.5 + C#. And I developed a custom Forms authentication module for IIS 7.0 and I attach to w3wp.exe to debug this module. During the attach process (I just select Tools -> ...
2
votes
3answers
1k views
Unauthorized access error to html pages in IIS 7.0
I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0. I have created a new web site and put an html file into the directory. And when I use browse function in IIS manager to browse the html file, I met with ...
2
votes
1answer
189 views
Forms authentication login page issue
I am using SharePoint 2007 Enterprise + Publishing portal template + Windows Server 2008. And I am developing using ASP.Net + C# + .Net 3.5 + VSTS 2008 on SharePoint Server 2007. I am developing a ...