|
|
| 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 |
| |
|
|
|