Results 1 to 4 of 4

Thread: Possible to open multi-platform solution with VB2005 EE?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    211

    Possible to open multi-platform solution with VB2005 EE?

    I have a project created in VS 2003 that has a solution file that has VB.net, VC.net and VCSharp.net projects all-in-one.

    I am trying to convert them to .net 2005 but it seems that the stand alone Express Editions of VB, VC, and VCSharp don't have that "bond" that the Visual Studio Suite would have so if I open the solution it asks which program to use to open it:
    VB
    VC
    VCSharp.

    No matter which one I pick, the parts of the group that belong to the other 2 platforms throw errors.

    Is there a way for them to act like they are integrated so that all the pieces will properly load their respective parts?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Possible to open multi-platform solution with VB2005 EE?

    As it states on MSDN, each Express Edition supports only one language, except VWD that supports ASP.NET in VB or C#. You can open a solution that contains multiple languages but only those in the language supported by the IDE will be loaded. I think that you can still run the application but I'm not sure. You certainly can't edit or rebuild the projects that weren't loaded.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Possible to open multi-platform solution with VB2005 EE?

    You can isolate your 'methods' into a class library built in C# and reference that DLL from a VB.NET project. That's as good as it gets. If it was supposed to be as multi-platform as you're imagining, there wouldn't be different languages in the framework.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    211

    Re: Possible to open multi-platform solution with VB2005 EE?

    Quote Originally Posted by mendhak
    You can isolate your 'methods' into a class library built in C# and reference that DLL from a VB.NET project. That's as good as it gets. If it was supposed to be as multi-platform as you're imagining, there wouldn't be different languages in the framework.
    Well thats the point. What i was referring to was the ability to have a multi-project solution file. I got the full VS2005 version now and it does what I wanted with the full multi-project/multi-platform support. So I can have a solution that has a VC++ project dependency with a VB dependency and a VC# dependency, and all the right parts of the solution will open up in their correct languages automatically.

    Thanks.

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