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
 

Microsoft Vstudio Development
 Ask A New Question    

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
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
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
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
Resources on Classes
Hi, I d'like to use a resource file to a class is not a usercontrol. If I edit the main .resx of the project, I can found that resource by the command: Dim WantedResource As Object = My.Resources.M... on 13-Nov-09
How to open VisualStudio.DTE.9.0 with a solution ?
string solutionFileName = @"D:\Dev\App\MuSolution.sln"; System.Type vsType = System.Type.GetTypeFromProgID("VisualStudio.DTE.9.0", true); // this one works woks fine. object obj = System.Activator.Cr... on 12-Nov-09
Checking-Out a VSS file via EnvDTE
I want to change some project properties. But the project is under source control (VSS). I am using VS2008 pro. So I am doing: EnvDTE80.DTE2 dte = (EnvDTE80.DTE2)Marshal.GetActiveObject("VisualStud... on 12-Nov-09