Office 2003
Tue, 15 Jul 2008 00:17:00 -0700
We have an application that used to reference the Word 2003 library but since
installing Office 2007 on our machines the properties of the reference say
Microsoft Word 11.0 Object Library but the file path points to the Word 12 in
the GAC? This causes the compiled app to fail when rolled out to users
running ...
|
ASP.NET, Events, and C#
Mon, 14 Jul 2008 20:56:42 -0400
I am an ASP.NET developer and am trying to learn more about C# as a
codebehind language. When writing the code to handle an event, is there an
easy way to have Visual Studio 2005 automatically place the eventhandler's
signature in the code (including the parameters)? When using VB.NET, all you
had to do was ...
|
Properties are not displaying
Mon, 14 Jul 2008 19:17:37 -0400
I am writing an ASP.NET application, and when I am editing the *.aspx file
(source or design view), the control's properties are not being shown in the
Properties window (which is open). Does anybody have any idea why this might
be happening (or not happening)? Thanks.
--
Nathan Sokalski
njsokalski@hotmail ...
|
Virtual Folders
Mon, 14 Jul 2008 15:28:57 -0400
In Visual Studio I have a web project. Instead of retaining a local copy
of my image folder i'd like to access my image folder(located on another
server) with a virtual folder during debuging. Is there a way to do this so
that when I hit run, it sets up the virtual folder ready to use while
debugging?
...
|
Compiling for Production: Release vs. Debug
Mon, 14 Jul 2008 12:07:00 -0700
We have developed a number of different applications (ASP.NET web site,
Windows services, DLLs, Windows forms, etc.) in C# 2.0. We have developed
and unit tested all these applications/components using Debug mode. Now we
are ready to compile everything for release to production. However, we donĂ¢??t
know w ...
|
VS 2008 Designer | Codebehind Controls collectiotion empty
Mon, 14 Jul 2008 11:21:19 -0700
I have been battling this issue lately where there is a disconnect between
the codebehind of a page and the designer / html editor where the controls
for the page have been created. My designer file appears to contain the
instantiation code for all my controls, however if I were to reference that
control in ...
|
VS.NET 2008 Crashes With Web Application Projects
Mon, 14 Jul 2008 09:49:05 -0700
I am using VS.NET 2008 on Vista Business 64. We use TFS 2005 SP1 running on
Win2003 Server. When I attempt to add a Web Application Project to source
control, Visual Studio crashes. Here is the event log:
Faulting application devenv.exe, version 9.0.21022.8, time stamp 0x47317b3d,
faulting module kernel32. ...
|
|
|
Using MSTEST / VSINSTR for code coverage - Error VSP1039
Mon, 14 Jul 2008 08:43:02 -0700
I have
"Error VSP1039 : VSInstr does not support instrumenting binaries built with
prevous version of the compiler."
When trying to use MSTEST on a set of tests.
It is trying to instrument a 3rd party DLL, which is indeed compiled in VS6.0.
I don't want it to instrument that DLL, only "my" code, but I d ...
|
MyExtensions. All the sudden, my project had one!
Mon, 14 Jul 2008 06:00:00 -0700
I have an application, GroupCategoryManager (with default namespaces).
So, now I have a MyExtensions! I don't know how it got created. There's a
new file, MyWPFExtension.vb in a hidden MyExtensions folder. It doesn't seem
to create any errors however it does generate a warning:
Implicit conversion from 'S ...
|
Viruses in Vista (under .net Framework)?
Sat, 12 Jul 2008 12:27:00 -0700
If Vista was built under .net Framework (at least it's what I've learned), I
know that .net framework won't allow any thread to go beyond the limits of
the appdomain it belongs to, then, how come that a virus can travel beyond
the limits of a given appdomain?
--
Rafael Soteldo ...
|