G
Gary Nastrasio
I have a .NET 1.1 project that I'd like to compile on Visual Studio 2005
Pro. In VS2003 I created a form and dragged the WebBrowser control onto
it. This created the following code:
private: AxInterop::SHDocVw::AxWebBrowser * axWebBrowser;
Now, when I compile in VS2005, with the /clrldSyntax switch this error
is coming up:
FrmWebBrowser.h(39) : error C2653: 'AxInterop' : is not a class or
namespace name
Is there a simple way to get this working again? I can't convert the
whole project to .NET 2.0 right now because it's used in a production
environment and it's a large project... I just don't have the time to do
it.
Thanks!
Gary
Pro. In VS2003 I created a form and dragged the WebBrowser control onto
it. This created the following code:
private: AxInterop::SHDocVw::AxWebBrowser * axWebBrowser;
Now, when I compile in VS2005, with the /clrldSyntax switch this error
is coming up:
FrmWebBrowser.h(39) : error C2653: 'AxInterop' : is not a class or
namespace name
Is there a simple way to get this working again? I can't convert the
whole project to .NET 2.0 right now because it's used in a production
environment and it's a large project... I just don't have the time to do
it.
Thanks!
Gary