nmake woes
Tue, 20 Nov 2007 10:07:59 -0000
Hello all,
It seems that nmake has changed between VS 2003 and VS 2005. I have the
following snippets in my makefile:
CFLAGS= /Fd$(OBJDIR)\$(*B).pdb /Fo$(OBJDIR)\$(*B).obj // other stuff
deleted for clarity
.c{$(OBJDIR)}.obj:
@$(COMPILER) $(CFLAGS)
The 2003 nmake handles this fine. When I try this ...
|
Build vs. publish - do I have it right?
Thu, 15 Nov 2007 16:45:16 -0500
It would seem that the difference between build and publish is
basically the difference between test/development and production
environments, is that correct?
That is to say if I'm working on my dev machine deploying to localhost
I can just use build, but when I'm ready to promote the code to
production I'd ...
|
WPF Button Layout & Microsoft UI Guidelines
Thu, 15 Nov 2007 07:03:01 -0800
Salutations All,
While playing around with the WPF bits for VS 2005, and Beta 2 of VS2008,
one thing I've yet to find is the (in my opinion) very handy spacing
guidelines that existed in the Windows Forms designer for VS2005. For
instance, according to the UI guidelines, buttons should have a 4 dialog unit ...
|
Ancestor load event fires in designer
Wed, 14 Nov 2007 13:42:28 -0600
I have two forms. lets call them Form1 and Form2. Form 1 is inherited
from Form2.
In the load event of Form1, we do a DialogForm1.ShowDialog()
This all works fine, except when we open Form2 in the design view, this
causes DialogForm to pop up. Is there anyway we can prevent this?
Form1.cs
namespac ...
|
Ignoring build event errors
Wed, 14 Nov 2007 09:04:00 -0800
I have a C# project which uses custom build events. Sometimes the build
event run program returns -1 which stops the build process. I don't want the
build process to stop in that event. Is there a way to tell the build
process to proceed regardless of the returned value of an executed program? ...
|
VS Web Server relative hyperlink problem
Wed, 14 Nov 2007 07:03:17 -0800
I have 2 projects, in the same Visual Studio solution, with hyperlinks
between them. These are file system projects that use the Visual
Studio Web Server, not my local IIS. When the Visual Studio Web
Server starts the projects are running on a port, and each project has
a different port.
For example, website1 ...
|
Faulting Module htmed.dll
Wed, 14 Nov 2007 04:25:01 -0800
I get the following error during developemt and visual studio restarts
becuase of it :
Faulting application devenv.exe, version 7.10.3077.0, faulting module
htmed.dll, version 7.10.3077.0, fault address 0x000222c6.
Can any one please help :
...
|
|
|
installation of workflow starter kit
Wed, 14 Nov 2007 11:45:00 +0100
i install workflow starter kit fwith cvisual studio after having installed
successfully workflow sdk for vs2005. during the installation, the installer
says:
error 1001 you are not admin or something like this (of course i am logged
as admin)
i am french and use a french version of VS2005 express
...
|
Strange debugging problem
Tue, 13 Nov 2007 13:33:00 -0800
In a nutshell I created a project in VS 2005 using C#. The other developers
at my company all use VB.NET. I believe they all installed Visual Studio
selecting the VB preferences and of course I installed as a C# developer.
When the other guys in my company open my C# solution they don't have the
option to s ...
|
Send Mail sample
Tue, 13 Nov 2007 08:24:00 -0800
Hi,
I am using the SendMail sample that is provided with VS.NET 2005 and it
refuses to send a message. I get the error: "Failure sending message."
I installed IIS as requested and the service is active (at least, I think).
What can be the problem?
Here is the code stripped of most comments:
Priva ...
|