• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    *Tony Burba

    Migrating to 2010

    276 Views, 4 Replies
    04-06-2009 11:07 AM
    I'm almost embarassed to ask this:

    I've been programming in VB.Net since last fall, using Autocad 2009 and MS
    Visual Studio 2008 Express, translating about 8 years accumulation of VBA
    code. It's going fine, easy to use, more powerful, everthing works, etc.,
    etc.

    One thing has me flummoxed though: Autocad 2010 showed up today and I'm
    trying to move my code over to it, and I just don't know how and can't seem
    to find any information on the migration.

    I copied my project and reset the references to the 2010 versions, but when
    I start debugging, Acad 2009 starts and of course doesn't like the 2010
    versions of acdbmgd.dll and acmgd.dll. I've searched everywhere I can think
    of, but can't figure out or find out how to redirect the project to 2010.

    I'm assuming this is reallly easy, since I can't find any record of anyone
    else's asking this question.

    Anyway, can somebody help me out?

    Thanks in advance . . .
    Please use plain text.
    Active Contributor
    Posts: 42
    Registered: ‎04-02-2007

    Re: Migrating to 2010

    04-06-2009 12:10 PM in reply to: *Tony Burba
    Try this search in the VBA forum:

    "Tutorial for VBA developers to use Visual basic and C# 2008 Express Edition"

    http://www.google.com/search?&q=%22Tutorial+for+VBA+developers+to+use+Visual+basic+and+C%23+2008+Express+Edition%22
    Please use plain text.
    *Tony Tanzillo

    Re: Migrating to 2010

    04-06-2009 12:55 PM in reply to: *Tony Burba
    In your project's properties, you have to tell Visual Studio what executable
    to start. So, you looks like you've not changed that to AutoCAD 2010.

    --
    http://www.caddzone.com

    AcadXTabs: MDI Document Tabs for AutoCAD 2009
    Supporting AutoCAD 2000 through 2009

    http://www.acadxtabs.com

    Introducing AcadXTabs 2010:
    http://www.caddzone.com/acadxtabs/AcadXTabs2010.htm


    "Tony Burba" wrote in message
    news:6156930@discussion.autodesk.com...
    I'm almost embarassed to ask this:

    I've been programming in VB.Net since last fall, using Autocad 2009 and MS
    Visual Studio 2008 Express, translating about 8 years accumulation of VBA
    code. It's going fine, easy to use, more powerful, everthing works, etc.,
    etc.

    One thing has me flummoxed though: Autocad 2010 showed up today and I'm
    trying to move my code over to it, and I just don't know how and can't seem
    to find any information on the migration.

    I copied my project and reset the references to the 2010 versions, but when
    I start debugging, Acad 2009 starts and of course doesn't like the 2010
    versions of acdbmgd.dll and acmgd.dll. I've searched everywhere I can think
    of, but can't figure out or find out how to redirect the project to 2010.

    I'm assuming this is reallly easy, since I can't find any record of anyone
    else's asking this question.

    Anyway, can somebody help me out?

    Thanks in advance . . .
    Please use plain text.
    *Tony Burba

    Re: Migrating to 2010

    04-07-2009 06:46 AM in reply to: *Tony Burba
    "Tony Burba" wrote in message
    news:6156930@discussion.autodesk.com...
    I'm almost embarassed to ask this:

    I've been programming in VB.Net since last fall, using Autocad 2009 and MS
    Visual Studio 2008 Express, translating about 8 years accumulation of VBA
    code. It's going fine, easy to use, more powerful, everthing works, etc.,
    etc.

    One thing has me flummoxed though: Autocad 2010 showed up today and I'm
    trying to move my code over to it, and I just don't know how and can't seem
    to find any information on the migration.

    I copied my project and reset the references to the 2010 versions, but when
    I start debugging, Acad 2009 starts and of course doesn't like the 2010
    versions of acdbmgd.dll and acmgd.dll. I've searched everywhere I can think
    of, but can't figure out or find out how to redirect the project to 2010.

    I'm assuming this is reallly easy, since I can't find any record of anyone
    else's asking this question.

    Anyway, can somebody help me out?

    Thanks in advance . . .
    Please use plain text.
    *Tony Burba

    Re: Migrating to 2010

    04-07-2009 06:57 AM in reply to: *Tony Burba
    Thanks to both of the people who replied so swiftly and helpfully. With
    their guidance and a little extra work on my own, I got going in 2010.

    For anyone else having this issue: As Tony Tanzillo pointed out, I knew I
    had to point the project to a different executable, but I didn't know how to
    do this because VB Express doesn't provide direct access to that setting.

    The tutorial to which DSnodgrass directed me showed how to change the
    executable path by modifying an xml file called appname.vbproj. I made the
    changes but my project still kept opening in 2009 until I figured out that I
    needed to make similar changes in another file called appname.vbproj.user.

    Now my project opens for debugging in 2010. Even better, my code seems to be
    working so far.

    Thanks again for the help. Is this a great newsgroup or what?



    "Tony Burba" wrote in message
    news:6156930@discussion.autodesk.com...
    I'm almost embarassed to ask this:

    I've been programming in VB.Net since last fall, using Autocad 2009 and MS
    Visual Studio 2008 Express, translating about 8 years accumulation of VBA
    code. It's going fine, easy to use, more powerful, everthing works, etc.,
    etc.

    One thing has me flummoxed though: Autocad 2010 showed up today and I'm
    trying to move my code over to it, and I just don't know how and can't seem
    to find any information on the migration.

    I copied my project and reset the references to the 2010 versions, but when
    I start debugging, Acad 2009 starts and of course doesn't like the 2010
    versions of acdbmgd.dll and acmgd.dll. I've searched everywhere I can think
    of, but can't figure out or find out how to redirect the project to 2010.

    I'm assuming this is reallly easy, since I can't find any record of anyone
    else's asking this question.

    Anyway, can somebody help me out?

    Thanks in advance . . .
    Please use plain text.