Anyone know if SQLserver database source control is possible with Visual Studio 2008 Professional edition and Team Foundation server 2008? or is this *only* available in the visual studio data...
how can iset it show datagride after I click bottom1
My System:
Vista
Visual Studio 2008
Steps I took:
1 - create a new project > outlook 2003 Add-in
2 - add a MessageBox.Show("test") in the Add-in
3 - Save and install the Add-in --- su...
I am building a msi installation. I need the .NET 3.5 runtime to be present (dependency). How do detect whether it is on the target machine using Windows Installer?
i have developed web application i need to deploy it on remote server.i am using asp.net 3.5 ,c# 3.0 and visual studio 2008,sql server 2005.using visual studio 2008 how i can make msi file to ...
I'm using VB.NET 2008.
I have a DataGrid on a Windows Form and it is displaying data ok. Behind it I set an Event that should intercept a user's Double Click, but when I Double Click anywher...
I remember at some point my Visual Studio 2005 was behaving in this manner, but something changed and I've never been able to get it to act like this again.
Using Visual Studio 2008 to deve...
I have a Contacts table and a Transaction table,
What I want to do is to put a list of contacts on the form, and also the transaction but it should only display the transactions that match t...
I deleted a TFS project using TFSDeleteProject.exe, it did not delete the source code root folder (maybe because some files were checked out). Is there a way to delete the source code root fol...
I am trying to get the screen resolution and screendepth of users screens uisng .net c# as writing directly to SQL database with the traffic information collected. Using Javascript to obtain ...
I have written a Visual Basic .Net program that updates a recordset via a SqlDataAdapter. The code systemically change the value of one field from one value to another, iterating through the ...
VS2008 - Could not find assembly error ... after upgrading to VS2008 I get this error:
<add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKey...
Sorry about the cryptic title. I want to use Profile properties in a new web applicaiton. I have it up and running without any significant trouble. However, I have two instances of SQL Server ...
I have a program that I just converted from VB6 to VB 2008 Express.
Now I want to distribute it to my clients (only about 25 desks). I did a publish and it builds a setup.exe for me on t...
How can I disable Autosave in VB 2008?
I went to Tools->Options->Projects and Solutions->Build and Run
I set Before Building to Don't save any changes but I keep getting this error if I ...
I'm currently using Visual Studio Professional 2005 on Windows XP SP2.
We've ordered and received Visual Studio 2008 Professional and I'm eager to upgrade but haven't been able to find anythi...
I am publishing an application for the first time (I have never published an app before). How can I specify what directory it will create on the machine when installed? My current published ap...
HI Experts
We have a .NET application (VS 2008) that uses the Factory and Command Patterns to generate & invoke commands. Commands are logged, may have or not have timer support and are cla...
Hi
When I create a new project in VS 2008, I select .NET Framework 2.0.
But when I compile it I see that it is compiled to .NET Framework 3.5 ! I have checked the Project Properties and it ...
I'm trying to simply add an control (Image, TextBox, Label) to a Window1.xaml in a WPF application under Visual Studio 2008. I thought it would be the same as Windows Form application where I...
Hello Experts,
My Visual Studio has an issue since this morning. When I create a new WebApplication, and click Debug->Start debugging (F5) it says: The operation could not be completed. The...
I am sure this is an easy thing once you know what your doing, which I do not.
I want to open a text file and write the data to a sql server table.
I have watched the forms over data videos ...
I need to give an object an unique id, when its created, and the same unique id every time.
I wan't a Guid and i know that it's possible in Eclipse to generate a Guid directly in the editor. ...
I need the ability to upload a file from a client, using IE.
Is it possible, for the client to initiate (possible through a script), something like:
http://xyz.domain.com/uploadpage.aspx?fil...
ASP.NET AJAX is built-into ASP.NET 3.5.
So I would expect to find the controls in the toolbox on Visual Studio 2008.Net
I am working through the Microsoft book ASP.NET 3.5 Step by Step and i...