setting the VS.Net IDE to new Framework

S

Sharon Gorev

Hi all

I just downloaded the new Beta dot Net Framework 2.0 from MS web site

After installing it , how to I set the VS.Net IDE to recognize the new
classes of the new Framework ?



The reason I'm asking is because my current project fail to compile because
it wont find the new classes (System.Runtime.Remoting.Channels.Ipc)



Thank you

Sharon
 
S

Sharon Gorev

bummer !!!
is there any manual way to make the IDE use the new IPC class ?
maybe DLL replacing ?

Thank you
Sharon
 
C

Carlos J. Quintero [.NET MVP]

No, but you can either download VS 2005 beta or use the .NET Framework 2.0
SDK beta to compile the code.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
S

Sharon Gorev

If there is a way to configure 2003 IDE to use external compiler, I will be
able to use the 2.0 beta classes,

Thank you Carlos

Sharon
 
S

Scott M.

No, you won't.

Sharon Gorev said:
If there is a way to configure 2003 IDE to use external compiler, I will
be able to use the 2.0 beta classes,

Thank you Carlos

Sharon
 
S

Sharon Gorev

Any other idea will be welcomed

I’m trying to avoid inserting heavy IPC implementation into my code

Thank you

Sharon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top