Results 1 to 8 of 8

Thread: (VB.NET 2008) .NET 3.5 to Mono

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2008
    Posts
    23

    (VB.NET 2008) .NET 3.5 to Mono

    hi guys,

    i'm working on this 10 week project and i have everything in vb.net 2008 which works off of the .net 3.5 framework...

    then today i got the notice that this program needs to work on Mac leopard...

    i think i need to use mono however i have no idea what i'm doing and i've never ported to a mac before...

    the project is due at the end of the week...

    i'm willing to pull all nighters to get this thing done...

    Help!!!

    Thanks in advance,
    Euka

  2. #2
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: (VB.NET 2008) .NET 3.5 to Mono

    Well you can look in to the mono Cocoa# toolkit. I don't believe that mono supports version 3 of the .NET Framework though so you may need to re-think things a little.

    Honestly, I think you're going to have to ask them for more time. You probably should have asked for which platform you were developing before you started though.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jun 2008
    Posts
    23

    Re: (VB.NET 2008) .NET 3.5 to Mono

    i have researched the Cocoa# tool...

    i need another solution

  4. #4
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: (VB.NET 2008) .NET 3.5 to Mono

    Well then you need to re-write your project in a different language. Mono isn't going to work.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jun 2008
    Posts
    23

    Re: (VB.NET 2008) .NET 3.5 to Mono

    what would you recommend?

    and

    can it be done in a week?

    p.s. Thanks for all of you help with this problem so far

  6. #6
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: (VB.NET 2008) .NET 3.5 to Mono

    There's no way that I can answer your second question. It all depends on how proficient you are in the language you end up going with, and how big the project is.

    I've never developed for OS X. Take a look around developer.apple.com. They have a Getting Started guide.

  7. #7
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: (VB.NET 2008) .NET 3.5 to Mono

    Try loading your app in framework 2.0 instead (you may have to modify it a bit). Than save it as a separate project. That 2.0 version will have a much better chance of being Mono-friendly.

  8. #8
    Fanatic Member Crash893's Avatar
    Join Date
    Dec 2005
    Posts
    930

    Re: (VB.NET 2008) .NET 3.5 to Mono

    one thing ( and they may have fixed it) is that the current version of mono does not work with Textboxes

    this derailed one of my projects earlier

    i think a new version is due out in September.

Posting Permissions

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



Click Here to Expand Forum to Full Width