Unrecognized tag prefix or device filter 'asp' / Child nodes
Wed, 28 Nov 2007 08:14:00 -0800
VS2008 on Vista. <asp:content> tags show an error "Unrecognized tag prefix or
device filter 'asp'" on the source page. Also, the Page directive indicates
"Child nodes not allowed".
Existing FW2.0/vs2005 app, still runs fine. I created a new web site, just
the default.aspx and default web.config files, FW3. ...
|
Visual Studio Installation
Wed, 28 Nov 2007 10:02:43 -0600
I posted this to another VS forum but no replies, so I am posting here as
well:
I have VS Express 2005 w/latest updates installed on my PC which has, among
other things: Win XP Pro SP2, MS O2K, VB6, VC+ 6, FP 2K. I now want to
install Visual Studio 2005, the full version. Can I install this without
removi ...
|
Copy Local not copying reference
Wed, 28 Nov 2007 17:24:57 +1000
We have added a new reference to our application, which was a 3rd party dll.
In the references I have selected "copy local" and made it true, then did a
rebuild all.
In the output directory however, this DLL is NOT being copied to the output
directory! What gives? Where might I start looking for help or ...
|
Debugging Issue
Wed, 28 Nov 2007 11:48:52 +1000
We have a horrendously horrendously horrible bug.
We have a component (lakeofsoft VCProX library) which we use in our
solution. When the debugger is attached (2005) the application will run
perfectly.
The same application, INITIALLY run without a debugger attached (i.e. run
from shell or launch without debu ...
|
Re: Ancestor load event fires in designer
Tue, 27 Nov 2007 22:53:11 +0000
In that case, you can use the this.Site.DesignMode to determine if the
form is being designed or not.
--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Microsoft MVP - Client Application Development
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
"Ryan Claeys" <rclaeys@c ...
|
Re: Subproject dependencies not included in build?
Mon, 26 Nov 2007 21:16:08 +0000
I would call it a bug, but usually I can't wait for a fix so I work
around it.
--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Microsoft MVP - Client Application Development
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
"joshrivers" <joshrivers@discussions.microsoft. ...
|
VS 2008 compilation/running over a network
Mon, 26 Nov 2007 15:20:29 -0500
Hello everyone!
We're trying to compile/run an application in Visual Studio 2008 for Windows
Vista Business. The code of the application is located in a network drive
and we're getting the following error:
Failed to queue test run 'user@machine 2007-11-26 11:56:57': Test Run
deployment issue: The location ...
|
|
|
How I would do that Start Page...
Mon, 26 Nov 2007 17:01:43 GMT
Hi, guys,
I have published short article about VS2008 Start Page view:
http://www.terrainformatica.com/?p=68
All this is applicable to VS2005 too.
Hope it will be useful for someone.
Andrew Fedoniouk.
http://terrainformatica.com
...
|
Subproject dependencies not included in build?
Fri, 23 Nov 2007 10:00:01 -0800
I have a .net solution with several projects. The simplest case is as follows:
Project A is a Windows Forms application.
Project B is an implementation class library.
I have a reference in Project A to Project B. Project B has references to a
number of third party dlls that it needs in order to perform it's wor ...
|
Access violation in malloc when not using debug runtime libraries
Tue, 20 Nov 2007 22:15:00 -0500
I have a weird case. I hope someone can help or direct me to a more
appropriate news group.
I have an exe and several DLLs. If I build them all with the -MDd compiler
option to turn on use of the debug runtime libraries, everything works fine.
Indeed, even if I put in calls to the debug memory allocation ...
|