VS 2008 Compiling to .NET 2.0 With Errors
Thu, 24 Apr 2008 11:11:04 +0100
Hi there,
I've discovered quite a disturbing attribute of VS 2008. I *had* a
perfectly working 2.0 application compiling under VS 2005, all worked
excellently.
I then upgraded to VS 2008, all went as well as you would expect, with
the exception of C++ libraries that needed updating to be complia ...
|
Smartdevice project for Directshow in Visual Studio 2005 or 2008
Thu, 24 Apr 2008 11:29:11 +0200
Hi all,
I am a newbie in Directshow c++ programming and I would like to create a
Directshow filter for Windows Mobile using Visual Studio 2005 or 2008.
Can someone tell me what type of project to create in VS to be in the best
configuration to develop such filter ??
thanks
...
|
VS2008 Browser Navigation Does Not Display Page
Mon, 21 Apr 2008 14:24:14 -0700
The following C++ code works in VS2005 but not in VS2008. All the return
codes from the called functions are successful under VS2008 and even the
Navigate2 function is successful, but the page does not display on the
screen. Instead only a white background appears.
Here is the code snippet:
HWND hWnd;
D ...
|
VS2005 PGO hotfix availability
Fri, 18 Apr 2008 16:38:34 +0200
I'm referring to http://support.microsoft.com/kb/933096/ which might
likely fix the issue we're experiencing on VS 2005 with PGO. Why isn't
this fix generally available, seeing the seriousness of the bug should
warrant it? Can someone in the VS team please contact me, if possible.
Thanks.
--
Pet ...
|
Is it possible to include a vsprops in another vsprops file?
Thu, 17 Apr 2008 23:08:01 -0700
It would suilt me to be able to create a heirarchy of property sheets, is
this possible? This would be more managable than having projects inherit from
a number of property sheets. ...
|
InstallShield's IsSABld.exe fails if the VS 2008 IDE is open
Thu, 17 Apr 2008 21:33:01 -0700
If the VS 2005 or VS 2008 IDE is open IsSABld.exe fails with
ISDEV : error -5081: Could not write to setup.ini
If I close the IDE IsSABld.exe builds the msi fine.
Im using InstallShield 10.5 and IsSABLD.exe is used to build the MSI from
the command line.
If anyone has any idea's that would be apprecia ...
|
UML modeling tool for VS 2005/2008?
Thu, 17 Apr 2008 14:23:31 -0400
Given the fact that Visio for Enterprise Architects seems to have been
discontinued with VS 2003, I'm curious to find out what others are using for
UML modeling in VS 2005 and VS 2008. I'm evaluating Visual Paradigm, and it
appears suitable (and has the distinct advantage over Visio 2007 of actually
generati ...
|
|
|
SQL and VS2008 debug stored procedure
Thu, 17 Apr 2008 11:22:58 +0200
Hi at all,
one week ago, I tried to resolve vs2008 debugging problem; this is my
scenario:
Windows Vista x64, VS2008 Team Suite, SQL2005. I tried to debug a local CLR
stored procedure from VS2008; I'm not Local Administrator; I' m in local
user group.
In SQL2005 I'm sysadmin. But whe I try to lunch "Step Into ...
|
VS 2005 Team, Performance profiling, ASP.Net
Wed, 16 Apr 2008 14:46:00 -0700
Hi...
Having run through the evaluation periods of Purify, DevPartner Studio,
ANTS, dotTrace, and ProfileSharp, I thought I'd kick the tires on the
profiler that comes with VS 2005 Team.
I was going to try and profile an ASP.Net app, but was unclear how to go
about it. First, it seems that you can only ...
|
Changing Caption in Title Bar
Tue, 15 Apr 2008 09:42:00 -0700
I'm trying to change the caption in an MDI Main Window title bar. I've been
able to change the resource (<name.rc> IDR_MAINFRAME) string but I can't seem
to find the magic to do it programmatically. I've tried 'SetWindowText' in
'<APP>::InitInstance' and verified it with 'GetWindowText' but the caption
doesn ...
|