Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
Visual Studio GroupsView
Vsnet General
Vsnet Ide
Vsnet Setup
Vstudio Development
Vstudio Extensibility
Vstudio General
Vsnet Vstools Office

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

Visual Studio
  
Porting code from Linux to Windows
Hi all, I am using Visual Studio .NET 2003, and I am trying to port code I have written and compiled/run successfully in Linux GCC to Windows. I am a newbie when using VS. I have created a new proj... on 20-Nov-09
Porting code from Linux to Windows
Hi all, I am using Visual Studio .NET 2003, and I am trying to port code I have written and compiled/run successfully in Linux GCC to Windows. I am a newbie when using VS. I have created a new proj... on 20-Nov-09
Zero length literal string is not zero length
I have a program that does this: HWND Edit = CreateWindow("Edit","",WS_VISIBLE,0,0,100,100,Parent,0,Instance,0) ; When the window appears, it is not empty. Instead, it contains the numeric digit 0... on 19-Nov-09
Port to Win7 from XP build fails with message: "side-by-side" configuration is incorrect
I have moved an app from XP to Win7 and try and rebuild it with VS2008. The build fails with a message: ... 1>LuaLib - 0 error(s), 1 warning(s) 2>------ Build started: Project: Race, Configuration:... on 19-Nov-09
Break Points Not Hit in VS 2008
Hi. I have an ASP.NET application written in C# running under IIS 7. I have tried to debug it using VS 2008 w/ SP1 first under Vista Home Premium, then under XP Pro. Each time, the first break point... on 19-Nov-09
VS2010-B1 Uninstallation Issue
Hi there, I have been trying to uninstall VS2010-B1 from my Vista machine. I found an article which talks about the Steps to be followed for successful unistallation, the aricle is at http://social.m... on 19-Nov-09
Cannot run debugger - VS .net version 2003
Hi all, I am new to programming using MS Visual Studio. I have installed VS .net (version 2003) on my PC running Windows Vista. I know there are "known compatibility issues", but I need to test the ... on 18-Nov-09
Connect to SQL Server 2005
Firstly I hope I have the correct group. It seems this is the area where there are some references to Visual Web Developer 2008. If a different group is more appropriate, please tell me. I have not... on 18-Nov-09
Cannot run debugger - VS .net version 2003
Hi all, I am new to programming using MS Visual Studio. I have installed VS .net (version 2003) on my PC running Windows Vista. I know there are "known compatibility issues", but I need to test the ... on 18-Nov-09
Auto indent on new line isnt working in 2008
Previously in 2005 I would create a method block starting like this: if(true) { As soon as I typed the closing brace( } ) it would auto format to this: if(true) { } Then I hit enter and it would co... on 18-Nov-09
vb.net & Winsock
I am converting some apps from vb6 to vb.net and I need to implement the functionality of a winsock. I am finding out that .Net does not support a classic winsock control, but now expects you to use... on 18-Nov-09
Cannot run debugger - VS .net version 2003
Hi all, I am new to programming using MS Visual Studio. I have installed VS .net (version 2003) on my PC running Windows Vista. I know there are "known compatibility issues", but I need to test the ... on 18-Nov-09
TFSBuild.Proj and MSSQL Deploy and Custom Script and Test?
Using the VS 2008 GDR update, I have created a database project. I have created a MSSQL deployment package. I have created a database unit test. Using some wizards, the stuff got into my tfsbuild.pr... on 17-Nov-09
NUnitForVS
Is anyone using NUnitForVS ? VS2008 + NUnitForVS I am new to NUnitForVS , and I am not finding the product intuitive to use -- at least not for anything beyond the obvious toolbar commands. 1.... on 17-Nov-09
VSTO Word Addin Default Document
I am developing a Visual Studio 2008 VSTO Word 2007 addin task pane. For each build (F5), I would like it to open a specific document, not the generic empty one it does by default. How is that done? on 17-Nov-09
sample code
I have been asked to convert a VB6 app into a web-based client. It will be accessing a MS SQL database and make calls to store procedures. Does anyone have a basic template I could use for a generi... on 16-Nov-09
Upgrade visual studio 2003 to visual studio 2008
Hi, I wish to migrate my system from visual studio 2003 straight to visual studio 2008, is not possible i can do that without go through visual studio 2005? Thanks Yue on 16-Nov-09
Port to Win7 from XP build fails with message: "side-by-side" configuration is incorrect
I have moved an app from XP to Win7 and try and rebuild it with VS2008. The build fails with a message: ... 1>LuaLib - 0 error(s), 1 warning(s) 2>------ Build started: Project: Race, Configuration:... on 15-Nov-09
mailmerge hide code
Hi! Firts of all, sorry for my poor english, i am spanish speaker only ... ;) I have an aplication in VB.net. This application calls the word and creates 2 files, one with one table with the data am... on 15-Nov-09
SqlCommand Parameterized query problems
such as the following code : ... string insertsql="INSERT INTO table (id,name) VALUES (@id,@name)"; SqlCommand cmd=new SqlCommand(insertsql,connection); cmd.Parameters.Add(@id,1); cmd.Parameters.Add(... on 14-Nov-09