Search 5,000,000+ questions and answers.

Frequently Asked Questions

Can I use TFS's source code control with Visual Studio 6.0 and Visual Studio .NET 2003 clients?

FAQ: Visual Studio Team Foundation Server
Yes. You can use the Visual Studio Team Foundation Server MSSCCI Provider Beta 2, but be sure to disable strong name validation.
Related Questions

How do I get a full call stack when debugging in Visual Studio .NET 2003?

Debugging - Windows Forms FAQs
In VS2003, debug info for unmanaged code is turned off by default. This is why you will not see the call stack including code in the System DLLs. To enable debugging for unmanaged code go to your project properties dialog and turn on as shown here: Contributed...
Related Questions

How do I manage code snippets that I use often in Visual Studio?

General - Windows Forms FAQs
I have code snippets that I use often. How can I manage them so I can easily used them? In Visual Studio, you can store commonly used code snippets on a tab (other than the Clipboard ring) in your Toolbox. You use drag and drop techniques to move the...
Related Questions

Can I run Visual Basic 6.0 and Visual Basic .NET on the same machine?

Visual Basic Frequently Asked Questions
J. Henshaw asks "Is it possible to run both VB6 and VB.Net on the same machine,or do I have to remove VB6 to be able to use VB.NET", and the answer is a definite yes. You can run them both on the same machine. Many people, including myself, run VB6 on the same machine as their installation of Visual Basic .NET. If you look at this KB article from Microsoft Support, you will even see that it recommended to run VB6 and VB.NET on the same machine when upgrading projects from one to another.
Related Questions

Why are you removing support for Visual Studio 6.0 (or Visual Studio .NET)?

FAQ -- Frequently Asked Questions about Windows
It is very hard for us to support every Windows compiler, so we try to choose the most current and popular compilers. We are depreciating our support for Visual Studio 6.0 and .NET 2003 in favor of Visual Studio 2005, and in the future, 2008. Moving to new compilers also means we can take advantage of new features and make the build process even easier. For example, we now support building on 64-bit Windows and Windows Vista using Visual Studio 2005.
Related Questions

What languages in Microsoft Visual Studio .NET are supported?

Google SOAP Search API
The service has been tested with a C# client auto-generated from WSDL by the wsdl.exe tool. It should work fine from any .NET language.
Related Questions

Can I use Visual Studio .NET 2002 instead of VS .NET 2003?

Frequently Asked Questions
Well, there is a compatibility problem. You can run a project from 2002 on 2003, but not visa versa. Once a 2002 is opened in 2003 it can't be opened in 2002. Of course, there are work-a-rounds but that beyond an intro class. Note: This class is about VB .NET 2003.
Related Questions

Is there any information on Web Projects and Source Control Integration in Visual Studio .NET?

Visual SourceSafe Frequently Asked Questions
How can I get around the synchronization issue such that deletes and renames from VS.NET do not get synchronize with VSS as described in Q305516.
Related Questions

Do I need to install Visual Studio .NET 2003 on the MIIS server?

MIIS Experts Full FAQ | From Oxford, leaders in MIIS 2003
No. Rules extensions can be built and compiled on a separate computer, then copied to the extensions folder on the MIIS server. Installing the debugger on the MIIS computer is a good idea, since it will improve the troubleshooting experience. Top
Related Questions

How to configure Microsoft Visual Studio .NET 2003 solution files?

TeamCity FAQ - Confluence
Microsoft Visual Studio .NET 2003 solution build runner is build on the base of NAnt runner, described before. Solution task is used to run the build. Projects files are expected to be wellformed XML. You may configure this runner to run NUnit tests.
Related Questions

How do I open a Visual Studio .NET 2003 project using Visual Studio .NET 2002?

IDE - Windows Forms FAQs
See the article A Utility to Convert VS.NET 2003 Project Files on The Code Project . Contributed from George Shepherd's Windows Forms FAQ
Related Questions

Why can't I see the C-Sharpener For VB menu in Visual Studio .NET?

Frequently Asked Questions (FAQ) about C-Sharpener For VB
Assuming that you have successfully installed C-Sharpener For VB, the menu option should automatically appear. If it doesn't appear, then try the following: Turn on the checkbox to the left of C-Sharpener For VB and click the OK button. The menu option should now appear.
Related Questions

What are the hardware and software requirements of Visual Basic .NET / Visual Studio .NET 2003?

Frequently Asked Questions
I recommend a fast computer with lots of hard disk space and lots of memory. Note that if you want to run all the features of VB .NET you need to have Windows 2000 Professional or Windows XP Professional.
Related Questions

How do I debug JavaScript and other script code in my application using Visual Studio .Net?

ASP .NET FAQ - Debugging and Error Handling
In IE go to Tools/Internet Options.../Advanced Tab and clear the "Disable Script Debugging" check box options. In VS.Net in your project properties dialog, select "Debugging" under "Configuration Properties" and make sure that "Enable ASP.Net Debugging" is turned on. You can then set break points in script code in VS.Net in custom script files or the application aspx file. VS.Net should give you detailed debugging information for variables in the scope just like other high-level languages.
Related Questions

Do I have to have Visual Studio to use "ClickOnce"?

General - Windows Forms FAQs
No. While Visual Studio makes deploying "ClickOnce" applications simple, there are several other ways to deploy "ClickOnce" applications. The .NET Framework SDK includes a tool named MAGE(Manifest Editor & Generator) that provides both a UI (mageui...
Related Questions

edit] Q: Is it possible to use Visual C++ 6.0 with Code::Blocks?

FAQ - CodeBlocks
Yes. See Integrating Microsoft Visual C 6 with Code::Blocks IDE for a detailed description on using VC++ 6.0 with Code::Blocks.
Related Questions

Will code from Visual Basic 6.0 work in Visual Basic 2008 Express?

Frequently Asked Questions
Visual Basic 2008 Express includes a migration wizard that will help import existing Visual Basic 6.0 projects. You may need to make some manual adjustments to the code you port over, but the migration wizard is a good first step towards moving your code forward.
Related Questions

How can I run another application or batch file from my Visual Basic .NET code?

Visual Basic Frequently Asked Questions
The answer for all of these examples is the same, you can use the classes and methods in System.Diagnostics.Process to accomplish these tasks and more. Example 1. Running a command line application, without concern for the results: Private Sub Button1_Click(ByVal sender As System.Object, _ Example 2. Retrieving the results and waiting until the process stops (running the process synchronously): Private Sub Button2_Click(ByVal sender As Object, _ Example 3.
Related Questions

What is Wise for Visual Studio .NET?

Setups Installations - FAQs Wise
Wise for Visual Studio .NET is a specially designed Wise product that operates within the Visual Studio interface, with the full functionality of the Wise installation authoring environment. Wise for Visual Studio .NET™ is the only full-featured installation product embedded directly into Microsoft® Visual Studio® .NET. Our participation in the Visual Studio Integration Program and our close partnership with Microsoft gives us exclusive access to Microsoft technology.
Related Questions

Why .NET/C#/Visual Studio/etc?

FAQ - pspplayer - Google Code
This project is my hobby and the last thing I want to do in my spare time was use a language or environment I don't enjoy (I code on Macs during the day, and that's enough pain ^_^). I like C#, and I love Visual Studio. Just about any argument you can create against it can be countered, so don't even try. If you don't like it, you don't have to use it; I know that this is certainly my philosophy with other languages/environments!
Related Questions

How do I migrate my source code from Visual SourceSafe to Team Foundation Server?

Jim Lamb : Team Foundation Server FAQ
The Team Foundation Visual SourceSafe converter tool transfers files, folders, version history, and user information from a Visual SourceSafe database to Team Foundation source control. Read more.
Related Questions

Can I use remote debugging services with Visual Studio .NET?

Business Class Budget Web Hosting on Windows, .NET, & ASP - ...
The environment for all virtual hosting plans at uplinkearth is considered to be "production". We expect that your code has been debugged prior to uploading to your virtual server. While we recognize that matching our server environment to your development environment may not be 100% possible, we do expect that most of your code is already production quality and does not require low level debugging facilities.
Related Questions

Why use MtxVec Library for .NET when Visual Studio already has math functions?

Dew Research
There are two main reasons. Speed and functionality. If your application needs to deliver real time mathematical results, you need speed. If your application needs to implement special, less known mathematical algorithms, not covered in standard math libraries, you need functionality. In either case MtxVec is a good choice.
Related Questions

How do I debug a designer for a control in Visual Studio?

Debugging - Windows Forms FAQs
You need to use a second instance of Visual Studio to debug the one that's running the code. Put your control on a form. Start a second instance of Visual Studio and choose the Debug | Processes menu item. Double-click devenv.exe and choose Common...
Related Questions

Can I use Team Foundation Server alone without buying Visual Studio Team System?

Jim Lamb : Team Foundation Server FAQ
Yes. In order to do this you will need to buy Visual Studio Team Foundation Server and a Client Access License for proper communication with the server. Team Explorer, which is included with Team Foundation Server, is a stand alone client that uses the Visual Studio 2005 shell providing a UI for source control, work item tracking and all the other features. For more information on licensing Visual Studio Team System (including Team Foundation Server) see the Team System Licensing White Paper.
Related Questions

How do I make Visual Studio 2005 Express work with .NET 3.0?

Frequently Asked Questions (FAQ)
You will need to download and install additional components. Please see the Visual Studio Developer Center for more information. No, each release of Visual Studio is tied to a specific version of the .NET Framework. The Express Editions can only be used to create applications that run on the .NET Framework 2.0.
Related Questions

Is Eiffel transparent in Visual Studio .NET?

Eiffel Software - EiffelEnvision FAQ
Yes. Eiffel for .NET can be used in exactly the same way as classic Eiffel and no extra language constructs are required to produce applications. Since there are some elements of the .NET language which have no equivalents in Eiffel, such as the ability to define custom attributes, these have been extended to Eiffel for .NET so that the full features of .NET can be used. Eiffel Software (a division of ISE) is the world leader in Eiffel pure object-oriented programming tools.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact