SQL 2000 : Database 'msdb' cannot be opened OR 'msdb' database is marked as suspect
Thu, 8 May 2008 15:55:03 +0200
Hi ALL,
I got the following error in some servers and I want to share the
problem with you.
1- Screen shot to show the error
2- My msdb database is marked as suspect. This means that my maintenance
plan doesn't work, The msdb database is the database that holds information
abo ...
|
names of debug registers
Thu, 8 May 2008 05:07:01 -0700
MASM - ml64.exe reports error:
".\HWBkpts.asm(66) : error A2006: undefined symbol : kdr0"
on this line:
mov rax, kdr0
What is right name for debug register kdr0 in MASM ?
Peter ...
|
Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_
Tue, 6 May 2008 16:07:00 -0700
My current code ran in VS2003 on a XPpro machine. I transferred it to a Vista
machine and had to purchase VS2005 (VS2003 not supported). I made the
necessary changes and the code ran. I made additions to the code over several
weks and the code still compiiled successfully . I did not run the code a
gain for ...
|
Setting a dialog size in pixels at runtime.
Tue, 6 May 2008 07:44:48 -0700 (PDT)
Hi All,
I'm sure the solution to this problem is really simple, however I just
can't seem to figure it out!
All I want to do is create a dialog at design time that is 640x480
pixels big. I have an application that must fit onto a VGA display
and so want to make the dialog 640x480 at design time.
I could ...
|
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 ...
|