WebDev.WebServer.Exe System.Runtime.InteropServices.SEHException
Thu, 10 Jul 2008 03:39:02 -0700
An ASP.NET web project has recently began crashing WebDev.WebServer.exe with
a System.Runtime.InteropServices.SEHException. The EventLog for the crash
looks like this:
Application ID: WebDev.WebServer.EXE
Process ID: 1552
Exception: System.Runtime.InteropServices.SEHException
Message: External compon ...
|
collapse all projects
Wed, 9 Jul 2008 12:44:43 -0700
In VS05 Solution Explorer, how to collapse all projects at once ?
...
|
.sln .csproj in same folder
Mon, 7 Jul 2008 10:34:41 -0700
I like to create solutions to go with my projects, and I like the .sln to be
in the same folder as the .csproj
It's possible to do this in vs05 when you start from scratch ( just go to a
top level folder and create a project ).
But if you have existing projects it's a bit tricky to get a .sln in the
same ...
|
ClassCleanup timeout?
Sun, 6 Jul 2008 10:02:01 -0700
I've created a method marked with [ClassCleanup] to clean up after Vs2008
(Pro) has run a set of unit tests. The method stops some services that have
been started in the [ClassInitialize] method. The method itself works fine -
I can call it from within a unit test and it will execute as expected.
However, i ...
|
Custom Build Step
Tue, 1 Jul 2008 11:18:03 -0700
VS .Net Version: 2005
Windows OS: Vista Ultimate
I inherited an application which I am trying to convert to VS 2005; Vista
compatibility. A Custom Build Step is set up to register the one of the EXE's
during the SLN build -- $(TargetPath) /RegServer" -- but the build step fails
(program.exe has stopped wo ...
|
Re: Comment Outline Blocks
Fri, 27 Jun 2008 07:37:15 -0700 (PDT)
Thanks all.
I didn't mean to start a VB.Net IDE bashing thread, but I do
appreciate your time in responding.
J
On Jun 26, 11:56 am, "Jan Hyde (VB MVP)"
<StellaDrin...@REMOVE.ME.uboot.com> wrote:
> "Jeff Johnson" <i....@enough.spam>'s wild thoughts were
> released on Thu, 26 Jun 2008 11:23:48 -0400 bearing t ...
|
Comment Outline Blocks
Thu, 26 Jun 2008 05:47:40 -0700 (PDT)
I went looking to see how to make comments react as an outline block
(similar to #Region) inside a method, as I saw it happen at the top of
my module (even before the 'Option Strict On'). A quick search of the
NGs and MSDN didn't turn anything up so i experimented for a few
moments and found that it happens an ...
|
|
|
One small way Visual Studio could prevent me from doing something
Wed, 25 Jun 2008 09:36:00 -0700
My code recently had a near-death experience so I thought I would share with
the community how it (OK, how I...) saw the light :-)
It began simply enough: I created a WinForm application, dragged a control
onto the designer, executed the project... and VS reported a null reference
exception indicating the c ...
|
VS 2005 - Only 'Build' and 'Publish' appear in Build Menu
Tue, 24 Jun 2008 14:07:00 -0700
Hi. I recently moved to a new workstation. When developing Web Applications
in VS 2005, the Build Menu in Visual Studio only contains the 'Build' and
'Publish' options. Normally there's also 'Clean', 'Rebuild', etc showing on
this menu. I can right-click the project in the solution explorer and
'Clean' o ...
|
DropdownList behvaiour question
Mon, 23 Jun 2008 15:48:02 -0700
Hi everyone,
I am using MS Visual Studio 2005.
On a webspage I have a dropdownlist box with a SQLDatasource, that has a
"SELECT" statement, that returns 2 columns of data, Columns A and B.
On the page when I
--> right-click the dropdownlist box control
--> select "Show SmartTag"
--> Select "Choose data ...
|