Results 1 to 2 of 2

Thread: .NET 2.0 and IceBox

  1. #1
    kovacm is offline Registered User
    Name: Michal Kovac
    Organization: Charles University in Prague
    Project: Ferda Data Mining
    Join Date
    Jan 2005
    Posts
    60

    .NET 2.0 and IceBox

    Hi

    I know, that you do not support .NET 2.0, but I don't know why, because I use Ice with C# 2.0 for long time and I didn't find any .NET 2.0 specific problem till now. I've find there one "problem" with IceBox. When you have on computer installed .NET Framework 2.0 only, there is no problem. When you have installed both .NET 1.1 and .NET 2.0 on computer and you have IceBox service written for .NET 2.0, there is problem, that iceboxnet will be executed with .NET 1.1 and will have problems to load .NET 2.0 libraries (your services). The way how to how to go around is to compile iceboxnet with .NET 2.0 (because than it will not be possible to execute iceboxnet on .NET 1.1). Please, can you create next version of Ice also with IceBoxNet compiled in .NET 2.0?

    Thank you

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    The only reason you were able to compile Ice with .NET 2.0 is that you linked it against .NET 1.1.

    Unfortunately, the current code does not compile with .NET 2.0 because Microsoft have added the Capacity property to CollectionBase This conflicts with the code that is generated by slice2cs for sequences. The next major release of Ice will provide some way to target the generated code for either .NET 1.1 or .NET 2.0.

    For IceBox, I'm not surprised that you are getting conflicts. I suspect that it will be impossible to have a single IceBox that can support both .NET 1.1 and .NET 2.0 services concurrently. We'll look into this for the next release.

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Icebox for .NET 4.0?
    By Gravitas in forum Help Center
    Replies: 4
    Last Post: 03-07-2011, 06:51 PM
  2. Using ICE in .NET 1.1 && .NET 2.0
    By dmitry.medvedev in forum Help Center
    Replies: 8
    Last Post: 01-27-2006, 03:48 AM
  3. IceSSL for C#/.NET
    By kwaclaw in forum Comments
    Replies: 2
    Last Post: 09-27-2005, 10:49 AM
  4. .net
    By bolidecaster in forum Comments
    Replies: 9
    Last Post: 07-22-2003, 09:39 AM
  5. .net
    By matthias in forum Comments
    Replies: 2
    Last Post: 02-19-2003, 05:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •