| Thread | Last Post | Replies |
|
| VS2008: Formating of variable declarations | 15 May 2008 20:05 GMT | 3 |
how can I force VS2008 to format my variable declarations private String openQueryID = ""; private bool openQueryMoreRows; like this:
|
| Dynamic controls and accessing them by TabOrder | 15 May 2008 13:54 GMT | 13 |
I have built an app that creates 1-n tabs on Tab Control, and each tab has a panel, and each panel has 1-n columns of checkboces and 1-n rows. I build the controls left to right (by column) and then row by row (top down). I assign a TabIndex to each such that column 1 boxes are ...
|
| Problem connecting to SQL Server 2000 (only at runtime!) | 15 May 2008 09:55 GMT | 4 |
I have VS 2005 with SQL Server Express in the same machine, but need to connect to a remote SQL Server 2000. I'm getting this error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the
|
| Linker Function Packing | 15 May 2008 01:47 GMT | 1 |
I've been trying to locate a reason/documentation for the way the Visual Studio linker packs functions. It Release builds, it appears functions are placed on 16 byte boundaries in the .text section. Functions which require padding are then supplemented with 0xCC in
|
| Sending email | 13 May 2008 15:40 GMT | 1 |
I am using the code below in on my own machine to send email and it works just fine. VB console application. When i tried to run the same program from one of our servers it doesnt. There isnt even an error message generated.
|
| How to filter with LINQ? | 13 May 2008 08:52 GMT | 3 |
I have a bunch of textboxes which might contain a value to filter, but may be also empty. I have a LINQ like so: ----
|
| Unable to add Web Reference in Visual Studio 2008 on Win 2003 Serv | 13 May 2008 08:40 GMT | 6 |
C:\Program Files\Microsoft Visual Studio 9.0\VC>wsdl.exe http://localhost/_vti_b in/ReportServer/ReportService2006.asmx?WSDL Microsoft (R) Web Services Description Language Utility
|
| cannot open or create setup projects , web or normal | 13 May 2008 04:06 GMT | 2 |
i installed vs 2008 on a fresh xp pro install and it will not open or create setup projects. i have reaired and reinstalled and it still will not open them. any suggestions?
|
| Visual Studio 2008, ASP.NET website and App_Code directory | 13 May 2008 01:10 GMT | 1 |
When I create a ASP.NET website in Visual Studio 2008, why does Visual Studio not create an App_Code directory or give the option to create one when you right click the solution and go to Add => Add ASP.NET folder?
|
| gmail, Vista, and Norton 360 problems? | 12 May 2008 14:25 GMT | 2 |
Having trouble getting into gmail, with newly installed Norton 360 on a Vista operated computer. Is there a connection between these three programs? Google allows me to get to the login page, but once user name and password are entered, it either reports "error" at the bottom ...
|
| How to play a sound from a VC++ .NET window form program? | 11 May 2008 05:09 GMT | 2 |
I want to play a sound to alert the user when some event occurs. How do I do it from my VC++ .NET window form program?
|
| Advice need to purchase vs 2008 and sql server | 11 May 2008 02:55 GMT | 1 |
I've just gotten a new computer and will be purchasing vs studio 2008. My first question is what the latest stable version/service pack is. I'm a programmer and I haven't had to deal with buying and using
|
| Visual Studio not loading | 09 May 2008 20:42 GMT | 2 |
I've been trying everything. I try to run Visual Studio and just get the splash screen. I've tried running it in safe mode, I've tried another profile, I've uninstalled and reinstalled it, I've checked the event logs... nothing.
|
| How can I prevent VS 2008 from saving files in UTF-8 encoding? | 09 May 2008 16:31 GMT | 2 |
When I add a new file to a VS 2008 project, it saves it to disk using UTF-8 encoding. I can change this by using the Advanced Save As File menu item, but I would prefer to configure my VS 2008 to save files in Western Europe (Windows) encoding (code page 1252) by default. I could ...
|
| Visual Studio 2008 Setup and Deployment Project | 09 May 2008 15:01 GMT | 2 |
Calling on all you VS 2008 experts! Just started using VS2008. Created a windows service to deploy on my remotes to automate some tasks. I created a solution and added a windows service project using v2.0 of the framework. Once done I added a setup and deployment
|