Re: System.Web.Mail problem
Quote:
Originally Posted by pompom
I added refeence to system.web.dll in a VS project, and put "using namespace System::Web::Mail;" in StdAfx.h, but when I buiild solution , it gave me error says "system is not a class or namespace name" and " Mail a namespace with this name does not exist". I change the project properties, I changed "Use managed Extensions" from No to Yes, it says Command line error D2016:'/RTC1' and '/clr' command-line options are incompatible.
Well, first of all: Is this supposed to be a managed C++ app, using the .NET framework, or native C++?
Re: System.Web.Mail problem