VS2008 SP1 - toolbar changes not saved!
Fri, 15 Aug 2008 10:04:11 +0100
I recently installed SP1 to VS 2008 Professional Edition, and also the
free Axialis icon editor (possibly irrelevant).
Now I find that changes I make to toolbar buttons (adding/removing
etc.) do not persist between sessions. The Axialis add-in toolbar
insists on displaying at all times and deselecting it d ...
|
For those who have OutOfMemoryException in VS2008...
Thu, 14 Aug 2008 22:32:10 +0200
... just delete .SUO solution file.
Mine was about 49Mb, and it caused VS to use 3Gb+ of virtual memory, very
long times opening and closing the solution, along with many
OutOfMemoryException errors.
Hope this post is useful
--CJ
...
|
Creating a new project -> Use Web Site or Project->Web Site
Thu, 14 Aug 2008 12:05:50 -0400
What's the difference in VS2005 between choosing File->New->Web Site->AJAX
Enabled Web Application and File->New->Project->Visual C#->AJAX Enabled Web
Application?
TIA - Jeff.
...
|
VS2003 problems after installing VS2008
Thu, 14 Aug 2008 07:46:03 -0700
I have a solution in VS2003 that has a ton of dependency errors since
installing VS2008 on my pc this week. This was not a problem before
installing VS2008.
The dependency 'xyz' could not be found.
I have reviewed all the references in my solution and all seems to be correct.
Any ideas?
Is anyone else ...
|
Framework Targeting
Wed, 13 Aug 2008 15:51:24 -0500
You would think the web.config file would include an element written right
under the prolog that identifies the current target. But that would make too
much sense seeing as how Visual Studio automates the process and could write
a target element with ease if intelligent people were at work on this.
So to so ...
|
Made a copy of project to make changes but it's still looking at the old project files.
Wed, 13 Aug 2008 14:37:39 -0400
I have a web site done in .Net 1.1. I made a copy of it and started
converting the copy to 2.0. I later went back to the 1.1 version and it
couldn't open it. Visual Studio was saying the Visual Studio file wasn't in
the correct format. It looks like even though the 2.0 files are in a
different directory, som ...
|
calling command-line preprocessor in code?
Wed, 13 Aug 2008 10:50:59 -0700 (PDT)
I have a program that uses flex and yacc to interpret a C-like
scripting language. The first step is a system call to the command-
line compiler for preprocessing. For example:
FILE * yyin ;
yyin = _popen ("cl.exe /nologo /E myScript.c", "r") ;
and then the flex/yacc magic takes over.
This of cours ...
|
|
|
SharePoint
Wed, 13 Aug 2008 08:48:07 -0700
Can I use Visual Studio 2005 to work on sites built in Windows SharePoint
Server?
Thanks,
Joel ...
|
Thread suspend count
Wed, 13 Aug 2008 15:12:51 +0100
Hi,
If I create a thread in the non-suspended state and then call:
SuspendThread(hThread);
how do I know that the thread isn't already suspended when I call this?
Ideally, I'd like something like this:
if (GetThreadSuspendCount(hThread) == 0)
SuspendThread(hThread);
but the MSDN documentation i ...
|
VS 2008 sp1 crashes
Wed, 13 Aug 2008 06:52:38 -0700
I cannot install vs2008 sp1 (VS90sp1-KB945140-ENU.exe) on Win XP.
The problem seems to be related to .NET framework 3.5 sp1 (which is included
in vs2008 sp1). -I get the same error when I install sp1 for .Net framework
3.5. Heres what's in dd_dotnetfx35error.txt:
[08/13/08,13:48:01] XPSEPSC Installer: [2] Er ...
|