Visualbasic.targets

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?dmljdG9yc20=?=

    Visualbasic.targets

    I am trying to open an existing VB project that was sent to me from another
    site. I am using Visual Studio 5. When I try to open the project I get the
    message C:\Microsoft. visualbasic.tar gets not found. What does this mean and
    what can I do about it.

  • Gillard

    #2
    Re: Visualbasic.tar gets

    Visual Studio 5??
    and wich version of vb project??

    "victorsm" <victorsm@discu ssions.microsof t.comwrote in message
    news:36F7CF04-9D27-4D99-8532-270087E98C5E@mi crosoft.com...
    I am trying to open an existing VB project that was sent to me from
    another
    site. I am using Visual Studio 5. When I try to open the project I get
    the
    message C:\Microsoft. visualbasic.tar gets not found. What does this mean
    and
    what can I do about it.
    >

    Comment

    • =?Utf-8?B?dmljdG9yc20=?=

      #3
      Re: Visualbasic.tar gets

      I am using Visual Studio 2005. I do not know what the programmer who sent me
      the project is using.

      "Gillard" wrote:
      Visual Studio 5??
      and wich version of vb project??
      >
      "victorsm" <victorsm@discu ssions.microsof t.comwrote in message
      news:36F7CF04-9D27-4D99-8532-270087E98C5E@mi crosoft.com...
      I am trying to open an existing VB project that was sent to me from
      another
      site. I am using Visual Studio 5. When I try to open the project I get
      the
      message C:\Microsoft. visualbasic.tar gets not found. What does this mean
      and
      what can I do about it.
      >

      Comment

      • Family Tree Mike

        #4
        Re: Visualbasic.tar gets

        It is probably built with 2008, which lets you target various versions of
        ..Net. VS 2005 did not allow targeting a particular version. The .vbproj
        file in the project is an xml file that should contain an element near the
        top, /Project/PropertyGroup/TargetFramework Version. This will tell you what
        the developer was building towards as far as .Net version.

        "victorsm" <victorsm@discu ssions.microsof t.comwrote in message
        news:4D51EA34-B3BF-428A-9290-44A33BBA5520@mi crosoft.com...
        >I am using Visual Studio 2005. I do not know what the programmer who sent
        >me
        the project is using.
        >
        "Gillard" wrote:
        >
        >Visual Studio 5??
        >and wich version of vb project??
        >>
        >"victorsm" <victorsm@discu ssions.microsof t.comwrote in message
        >news:36F7CF0 4-9D27-4D99-8532-270087E98C5E@mi crosoft.com...
        I am trying to open an existing VB project that was sent to me from
        another
        site. I am using Visual Studio 5. When I try to open the project I get
        the
        message C:\Microsoft. visualbasic.tar gets not found. What does this
        mean
        and
        what can I do about it.
        >
        >>

        Comment

        Working...