Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. can i use a Forum which is developed in 1.1 Framework.

can i use a Forum which is developed in 1.1 Framework.

Scheduled Pinned Locked Moved C#
help
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kumar Arun
    wrote on last edited by
    #1

    I have a project developed in 2.0 Framework, can i use a Forum which is developed in 1.1 Framework. Please suggest is there any problem to integrate the forum. Thanks in advance Arun Kr.

    Arun Kr

    D 1 Reply Last reply
    0
    • K Kumar Arun

      I have a project developed in 2.0 Framework, can i use a Forum which is developed in 1.1 Framework. Please suggest is there any problem to integrate the forum. Thanks in advance Arun Kr.

      Arun Kr

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Kumar Arun wrote:

      I have a project developed in 2.0 Framework, can i use a Forum which is developed in 1.1 Framework.

      Can you use source code from a .NET 1.1 project? Sure. Most of the .NET 2.0 BCL is backwards compatible, but there are breaking changes. Can you use a .NET 1.1 compiled assembly in your .NET 2.0 project?? Most likely not, but only if the .NET 1.1 assembly MUST use the .NET 1.1 CLR. If this is the case, then no, you can't use the assembly because you cannot load two different versions of the .NET CLR into the same process. If the .NET 1.1 assembly will work fine running under the .NET 2.0 CLR, then yes, you can use it. But, like I said, there ARE breaking changes between .NET 1.1 and .NET 2.0 and above.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups