VS2008 crashes windows Vista only when debugging app
Mon, 5 May 2008 13:58:00 -0700
I have a C# form application which calls through interop a C++ dll I created.
I can run the application standalone and it runs fine. I can set up a
project for the DLL and debug it fine through the native mode debugger using
my application to initiate the call. However, if I run the application using
the ...
|
Wrong help being loaded
Mon, 05 May 2008 11:05:39 -0400
When running VS 2005, the Document Explorer opens up the Help for SQL
Server 2005. (Studio Manager is not running.)
How do I fix this (without reinstalling anything)?
See attached. Clearly VISUAL STUDIO Help yet only SQL server items to
filter on.
TIA
Karl
...
|
Good resources for learning LINQ?
Sun, 04 May 2008 18:02:36 +0200
Can someone please suggest some good resources for learning LINQ? ...
|
Bug in compiler ?
Fri, 2 May 2008 10:54:02 -0700
Hi,
I met buggy compiled C code.
There is declaration of called function:
typedef time_t TIME;
void
ack_lease (
struct packet *,
struct lease *,
unsigned int,
TIME,
char *,
int,
struct host_decl *
);
When this function was called by this way:
ack_lease (packet, lease, DHCPAC ...
|
Elementary problem
Sat, 26 Apr 2008 14:27:32 -0400
Using visual studio 2008 on Vista I set up a dialog box to gather parameters
for a graphical display application and then put up the display on the same
form.
I really want the display in a separate window so as to conceal the dialog
box. How should I do that?
Ray Reeves
...
|
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. ...
|