PC Review


Reply
Thread Tools Rate Thread

setting the VS.Net IDE to new Framework

 
 
Sharon Gorev
Guest
Posts: n/a
 
      24th Feb 2005
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


 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      24th Feb 2005
You can only use the 2.0 framework with VS.NET 2005 (which is in beta right
now).


"Sharon Gorev" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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
>
>



 
Reply With Quote
 
Sharon Gorev
Guest
Posts: n/a
 
      24th Feb 2005
bummer !!!
is there any manual way to make the IDE use the new IPC class ?
maybe DLL replacing ?

Thank you
Sharon


"Scott M." <s-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You can only use the 2.0 framework with VS.NET 2005 (which is in beta
> right now).
>
>
> "Sharon Gorev" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> 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
>>
>>

>
>



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      24th Feb 2005
No.

"Sharon Gorev" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> bummer !!!
> is there any manual way to make the IDE use the new IPC class ?
> maybe DLL replacing ?
>
> Thank you
> Sharon
>
>
> "Scott M." <s-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> You can only use the 2.0 framework with VS.NET 2005 (which is in beta
>> right now).
>>
>>
>> "Sharon Gorev" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> 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
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Carlos J. Quintero [.NET MVP]
Guest
Posts: n/a
 
      25th Feb 2005
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


"Sharon Gorev" <(E-Mail Removed)> escribió en el mensaje
news:%(E-Mail Removed)...
> bummer !!!
> is there any manual way to make the IDE use the new IPC class ?
> maybe DLL replacing ?
>
> Thank you
> Sharon



 
Reply With Quote
 
Sharon Gorev
Guest
Posts: n/a
 
      25th Feb 2005
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





"Carlos J. Quintero [.NET MVP]" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> 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
>
>
> "Sharon Gorev" <(E-Mail Removed)> escribió en el mensaje
> news:%(E-Mail Removed)...
>> bummer !!!
>> is there any manual way to make the IDE use the new IPC class ?
>> maybe DLL replacing ?
>>
>> Thank you
>> Sharon

>
>



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      26th Feb 2005
No, you won't.

"Sharon Gorev" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>
>
>
>
>
> "Carlos J. Quintero [.NET MVP]" <(E-Mail Removed)> wrote in
> message news:(E-Mail Removed)...
>> 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
>>
>>
>> "Sharon Gorev" <(E-Mail Removed)> escribió en el mensaje
>> news:%(E-Mail Removed)...
>>> bummer !!!
>>> is there any manual way to make the IDE use the new IPC class ?
>>> maybe DLL replacing ?
>>>
>>> Thank you
>>> Sharon

>>
>>

>
>



 
Reply With Quote
 
Sharon Gorev
Guest
Posts: n/a
 
      26th Feb 2005
Any other idea will be welcomed

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

Thank you

Sharon






"Scott M." <s-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> No, you won't.
>
> "Sharon Gorev" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 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
>>
>>
>>
>>
>>
>> "Carlos J. Quintero [.NET MVP]" <(E-Mail Removed)> wrote in
>> message news:(E-Mail Removed)...
>>> 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
>>>
>>>
>>> "Sharon Gorev" <(E-Mail Removed)> escribió en el mensaje
>>> news:%(E-Mail Removed)...
>>>> bummer !!!
>>>> is there any manual way to make the IDE use the new IPC class ?
>>>> maybe DLL replacing ?
>>>>
>>>> Thank you
>>>> Sharon
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      26th Feb 2005
You must work with VS 05. That's the only choice right now.

"Sharon Gorev" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Any other idea will be welcomed
>
> I'm trying to avoid inserting heavy IPC implementation into my code
>
> Thank you
>
> Sharon
>
>
>
>
>
>
> "Scott M." <s-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> No, you won't.
>>
>> "Sharon Gorev" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> 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
>>>
>>>
>>>
>>>
>>>
>>> "Carlos J. Quintero [.NET MVP]" <(E-Mail Removed)> wrote in
>>> message news:(E-Mail Removed)...
>>>> 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
>>>>
>>>>
>>>> "Sharon Gorev" <(E-Mail Removed)> escribió en el mensaje
>>>> news:%(E-Mail Removed)...
>>>>> bummer !!!
>>>>> is there any manual way to make the IDE use the new IPC class ?
>>>>> maybe DLL replacing ?
>>>>>
>>>>> Thank you
>>>>> Sharon
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Sharon Gorev
Guest
Posts: n/a
 
      26th Feb 2005
I ment any other Idea for simple IPC ...


"Scott M." <s-(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> You must work with VS 05. That's the only choice right now.
>
> "Sharon Gorev" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Any other idea will be welcomed
>>
>> I'm trying to avoid inserting heavy IPC implementation into my code
>>
>> Thank you
>>
>> Sharon
>>
>>
>>
>>
>>
>>
>> "Scott M." <s-(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> No, you won't.
>>>
>>> "Sharon Gorev" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> 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
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> "Carlos J. Quintero [.NET MVP]" <(E-Mail Removed)> wrote in
>>>> message news:(E-Mail Removed)...
>>>>> 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
>>>>>
>>>>>
>>>>> "Sharon Gorev" <(E-Mail Removed)> escribió en el mensaje
>>>>> news:%(E-Mail Removed)...
>>>>>> bummer !!!
>>>>>> is there any manual way to make the IDE use the new IPC class ?
>>>>>> maybe DLL replacing ?
>>>>>>
>>>>>> Thank you
>>>>>> Sharon
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting the Framework version on Deployment segdae22@gmail.com Microsoft ASP .NET 2 9th Oct 2007 05:15 PM
Setting required framework version QDL Microsoft Dot NET Framework Forms 2 4th May 2007 08:36 AM
machinekey setting in .net framework 2.0 =?Utf-8?B?Y3RrNzA=?= Microsoft Dot NET Framework 0 5th Sep 2006 09:35 PM
Setting NTFS permissions using 2.0 framework DavidMGorman@gmail.com Microsoft C# .NET 3 27th Jun 2006 09:56 PM
.NET framework bug in setting z-order =?Utf-8?B?SmltIE1pbWxpdHo=?= Microsoft Dot NET Framework Forms 0 11th Feb 2004 05:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:57 PM.