VS2008: Project property tabs missing
Thu, 28 Aug 2008 13:26:46 -0400
On a brand new project created in VS2008 Team System - Development Edition,
I just noticed the "Compile" and "Code Analysis" tabs are missing on the
project's property page. This is on a WinXP SP2 computer that has had
previous versions of Visual Studio installed (VS2003 - since uninstalled,
VS2005 - still ...
|
New Domain Controller
Thu, 28 Aug 2008 06:34:01 -0700
I have implemented a new domain controller in our environment. I already
transferred all the fsmo roles. I powered down the old dc. My plan is to
leave the old dc down for about 4-5 days to vaildate the new domain
controller is functioning properly. Then, I will power up the old dc and
demote it.
Is t ...
|
VC++ 2008 Express: watch managed expressions
Thu, 28 Aug 2008 05:15:10 +0200
Hi,
according to this page
http://msdn.microsoft.com/en-us/library/ms164906.aspx
even in the Express version it should be possible to watch managed
expressions when debugging a managed application that has been compiled with
full debug information. Is this really true? I wasn't successful. Symbol
informatio ...
|
Web.UI.Webcontrols.Table
Wed, 27 Aug 2008 19:23:59 -0400
Hi
I have a form with a Web.UI.Webcontrols.Table control. the form also has a
button to send an email.
Is there a way to "capture" the HTML contents of the table control so that
the html source code can be inserted into the body of the email ?
Thanks
...
|
autoexp.dat: pointer to pointer (CWnd**) [VS2008]
Wed, 27 Aug 2008 21:22:05 +0200
Hello,
I am having a problem dereferencing a pointer-to-a-pointer in
autoexp.dat. Consider the following example:
struct Test
{
CWnd** wnd;
};
How would an entry in autoexp.dat have to look like to display the
window handle?
Test =handle=<wnd->m_hWnd>
I tried:
Test =handle=<(*wnd)->m_hWnd>
...
|
How can I turn off javascript "auto-formatting"?
Wed, 27 Aug 2008 10:38:44 -0700 (PDT)
Hello All,
I've recently made the switch from VS2005 to VS2008 ... I've noticed
that if I copy/paste a javascript function such as
function foo ()
{
}
... it ends up "mangling" (in my opinion) this function to look
like ...
function foo () {
}
... notice the opening brace has moved. This same be ...
|
Default items to "Embedded resource"
Wed, 27 Aug 2008 09:45:12 -0700
In Visual Studio 2005, in one particular project, I need all of the items
in the solution explorer to be marked as Embedded Resource.
Since I'm doing a lot of testing, and I'm generating these items from an
external program, I end up deleting them and re-adding them pretty often.
So I have the fun task of ...
|
|
|
c++ exe refuses to execute
Mon, 25 Aug 2008 13:51:18 +0200
I made a "hello world" win32 c++ console app in VS2008SP1, I get an error if
I try to run it on a other computers.
"This application has failed to start because the application configuration
is incorrect. Reinstalling the application may fix this problem."
1. Why?
2. How do I compile the same kind of exe as ...
|
Microsoft.VC90.DebugCRT not found
Sat, 23 Aug 2008 16:39:15 -0700 (PDT)
Hi,
I'm trying to run a Debug version of my program on a
machine that doesn't have VC++. But I'm getting this error:
Activation context generation failed for "C:\Program Files\MYPROG
\myprog.exe". Dependent Assembly
Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1ff8bee9ffe18e44",type=" ...
|
VS2008 lost the project-property window
Sat, 23 Aug 2008 11:35:11 +0200
I have lost the project-property window in VS. I have repaired and even
reinstalled VS2008 without success.
Any hints how to get it back?
regards,
Erik
...
|