Results 1 to 9 of 9

Thread: What's happened to Embedded Visual Studio ?

  1. #1

    Thread Starter
    Addicted Member arunb's Avatar
    Join Date
    Jul 2005
    Posts
    131

    What's happened to Embedded Visual Studio ?

    Hi,

    I had some years ago ordered for a free copy of embedded visual studio 2002,

    I wanted to publish a few articles regarding Windows mobile development, now I find that there is no mention of eVS in microsoft's site.

    Does this mean that eVS has become obsolete ?? how can one download a copy if required...??

    thanks
    ar

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: What's happened to Embedded Visual Studio ?

    Everything is rolled into Visual Studio .... the .NET Compact Framework (.NET CF) is available as part of the Professional edition of VS, which would need to be purchased.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: What's happened to Embedded Visual Studio ?

    I didn't even know there WAS an eVS, only an eVB, which was a pile of dung. The language was built on VBScript rather than true VB, which had several severe limitations. The .NET Compact Framework thoroughly replaced eVB with a true implementation of VB.NET, albeit a stripped down version of it. The reduced set of options in the CF were nowhere near a sufficient limitation to offset the many improvements that came standard, such as SQL Server CE for database work, and most of the features of the full desktop VB.

    It is my understanding that newer OS's may not even run eVB apps, and good riddance, in my opinion.
    My usual boring signature: Nothing

  4. #4
    Hyperactive Member Max Peck's Avatar
    Join Date
    Oct 2007
    Posts
    384

    Re: What's happened to Embedded Visual Studio ?

    Quote Originally Posted by Shaggy Hiker
    It is my understanding that newer OS's may not even run eVB apps, and good riddance, in my opinion.
    Yeah, eVB was a hack of the VB6 IDE but the fact that it produced only VBScript made it really tough to know if what you were coding was going to work. The IDE did not enforce the limitations of the VBScript, you had to find out at runtime that the function you called was not available in VBScript. Better than nothing, I guess, but barely.

    OTOH, VS2005 works really well when writing for a device. I haven't written a ton of things for my PPC with it but in my tinkering with it I'm finding that everything seems to work. It deploys easily to the device and the program runs fine on it.

    -Max
    Last edited by Max Peck; Dec 9th, 2008 at 09:57 AM.
    The name's "Peck" .... "Max Peck"

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair

  5. #5

    Thread Starter
    Addicted Member arunb's Avatar
    Join Date
    Jul 2005
    Posts
    131

    Re: What's happened to Embedded Visual Studio ?

    I have Visual Studio 2008 Express Edition, will this work ??

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: What's happened to Embedded Visual Studio ?

    I don't think it has the support for Mobile programming. You can find out quickly be starting a new project. If you have an option for Smart Devices, then the answer is yes, if not, then no.
    My usual boring signature: Nothing

  7. #7

    Thread Starter
    Addicted Member arunb's Avatar
    Join Date
    Jul 2005
    Posts
    131

    Re: What's happened to Embedded Visual Studio ?

    there is no option...

    thanks anyway..

    arunb

  8. #8
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: What's happened to Embedded Visual Studio ?


  9. #9
    Hyperactive Member Max Peck's Avatar
    Join Date
    Oct 2007
    Posts
    384

    Re: What's happened to Embedded Visual Studio ?

    Quote Originally Posted by arunb
    there is no option...

    thanks anyway..

    arunb
    You might want to consider buying a copy of VS2008 Standard ... it's probably worth the bucks if you want to do some serious development on your device. A full version of the product is about $260 ($170 for an upgrade) at Programmer's Paradise.

    -Max
    The name's "Peck" .... "Max Peck"

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair

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