Side by side assemblies and Dependency Walker
Sat, 05 Apr 2008 14:49:40 -0400
With VS2008 I build a DLL with a manifest in order to use side-by-side
assemblies.
In Dependency Walker the DLL is shown to depend on, among other DLLS,
the side-by-side assemblies:
c:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\MSVCR90.DLL
c:\windows\winsxs\x86_micros ...
|
New Course Question
Sat, 5 Apr 2008 10:58:43 -0500
I'm building content for an U/G Intro to programming course meant for a
variety of IT students with different majors.
I intend to use about 8 assignments that are to be coded in two languages -
VB.Net and either VC++.Net or Java.
If Java, then I would tend to use Visual J# .net instead of NetBeans since
th ...
|
Visual Studio Shuts Down Unexpectedly When Loading Project - ASP.NET Web Application running against IIS
Sat, 5 Apr 2008 00:20:28 -0700
I'm running XP Pro/SP2 + patches and updates, with Visual Studio
Professional 2008 (and no prior installation of Visual Studio ever
installed).
When attempting to open an ASP.NET Web application project, Visual Studio
shuts down immediately and with no error message. I can open Visual Studio -
but when su ...
|
VS 2005 Pro and VS 2008 Std
Fri, 4 Apr 2008 21:30:01 -0700
Is there any issues with running both VS 2005 Pro and VS 2008 Standard on the
Same Vista system? I have a full copy of VS 2005 Pro and just received a
Full Copy of VS 2008 Standard. I like some of the Pro features, although I am
a hobbyist. If I install VS 2008 Standard too is there going to be any
gotchas ...
|
Manually created templates are not in new dialog box...
Fri, 4 Apr 2008 15:38:00 -0700
I followed the tutorial here
(http://msdn2.microsoft.com/en-us/magazine/cc188697.aspx) but neither my
multiproject template or the any that I downloaded from msdn magazine shows
up in my New Project dialog.
I can use the export wizard and create the individual project templates and
they are available from ...
|
Visual C# 2008 Express unable to save a project file
Fri, 4 Apr 2008 00:59:14 -0700 (PDT)
Hi,
I just stumbled across a really annoying bug in Visual C# 2008 Express
under XP: I can not save project files. I always get an error message
like "unable to encrypt file". I finally found out that this bug is
caused by my temp directory, which is - like all files in my profile
directory - encrypted via EF ...
|
Error while installing Visual C++ from Visual Studio 2008 ISO image
Thu, 3 Apr 2008 14:50:47 -0700 (PDT)
I am getting the following error when trying to install Visual C++
from the mounted ISO image. I have searched for the error code, but
nothing seems to work. Why is this happening.
---
Microsoft Visual C++ 2008 Express Edition Setup
The Windows Installer package: n:\vcexpress\vs_setup.ms_ could not be
open ...
|
|
|
Getting the "final" XML that is transmitted over the wire for SOAP web service
Thu, 3 Apr 2008 19:26:06 -0000
Hi !
I am consuming a SOAP WebService from my VS2005 VB.NET project.
I need to be able to access the final XML that will be transmitted over the
wire to the web service.
I have build the Webservice proxy class, using the WDSL.EXE program, from
the WDSL retrieved from the webservice.
I can find no inf ...
|
Browse published web site project
Thu, 3 Apr 2008 08:23:06 -0700
I have an 08 Web Site Project, MyWebApp, I've published to the default
folder, ...PreCompiledWeb\MyWebApp. How can I browse this with IE7? Do I
need to configure it in IIS? Thank You in advance.
...
|
Any way to start debugging without compiling?
Thu, 3 Apr 2008 07:43:59 -0700 (PDT)
I frequently want to start my program, and then run it again straight
away. But VS insists on doing a recompile of my code (or at least
checking to see if it needs to, copy the files from project to
project, etc.). Is there any way of saying "Just re-run what's
already there."?
Cheers!
Andy ...
|