Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: exited with code 9009

c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: exited with code 9009

Scheduled Pinned Locked Moved ASP.NET
csharpvisual-studiosharepointhelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    leoiser
    wrote on last edited by
    #1

    Hi all, I converted one web application(Vb.Net) created in VS2005 Framework 2.0 to VS2008 framework 3.5. (This application is using Reportviewer8.0) After convertion I cant build the application,always getting the below error.I use MSBuild to build the application,got the same result.The details of the versions I am using is given below Visual Studio 2008 Version 9.0.30729.1 SP MS Dotnet Framework version 3.5 SP1 OS windows XP cd ..\..\..\..\ DeployMyProj.bat 'DeployMyProj.bat' is not recognized as an internal or external command, operable program or batch file. c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: The command "cd ..\..\..\..\ c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: DeployMyProj.bat" exited with code 9009. Done building project "MyProj.vbproj" -- FAILED. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== If you have any queries please let me know.thanks

    L A 2 Replies Last reply
    0
    • L leoiser

      Hi all, I converted one web application(Vb.Net) created in VS2005 Framework 2.0 to VS2008 framework 3.5. (This application is using Reportviewer8.0) After convertion I cant build the application,always getting the below error.I use MSBuild to build the application,got the same result.The details of the versions I am using is given below Visual Studio 2008 Version 9.0.30729.1 SP MS Dotnet Framework version 3.5 SP1 OS windows XP cd ..\..\..\..\ DeployMyProj.bat 'DeployMyProj.bat' is not recognized as an internal or external command, operable program or batch file. c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: The command "cd ..\..\..\..\ c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: DeployMyProj.bat" exited with code 9009. Done building project "MyProj.vbproj" -- FAILED. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== If you have any queries please let me know.thanks

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      ebin roy wrote:

      'DeployMyProj.bat' is not recognized as an internal or external command, operable program or batch file.

      Does this message suggest anything to you? Obviously this file cannot be found in the directory that you have just moved to; I would check your build commands.

      1 Reply Last reply
      0
      • L leoiser

        Hi all, I converted one web application(Vb.Net) created in VS2005 Framework 2.0 to VS2008 framework 3.5. (This application is using Reportviewer8.0) After convertion I cant build the application,always getting the below error.I use MSBuild to build the application,got the same result.The details of the versions I am using is given below Visual Studio 2008 Version 9.0.30729.1 SP MS Dotnet Framework version 3.5 SP1 OS windows XP cd ..\..\..\..\ DeployMyProj.bat 'DeployMyProj.bat' is not recognized as an internal or external command, operable program or batch file. c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: The command "cd ..\..\..\..\ c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: DeployMyProj.bat" exited with code 9009. Done building project "MyProj.vbproj" -- FAILED. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== If you have any queries please let me know.thanks

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        Path is not perfect. Check the current directory where you are in. cd ..\..\..\..\ should be relative to your bin directory. :)

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->** Simplify Code Using NDepend
        Basics of Bing Search API using .NET
        Microsoft Bing MAP using Javascript

        L 1 Reply Last reply
        0
        • A Abhishek Sur

          Path is not perfect. Check the current directory where you are in. cd ..\..\..\..\ should be relative to your bin directory. :)

          Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


          My Latest Articles-->** Simplify Code Using NDepend
          Basics of Bing Search API using .NET
          Microsoft Bing MAP using Javascript

          L Offline
          L Offline
          leoiser
          wrote on last edited by
          #4

          Thank you guys! The problem was due to change of the folder.So I deleted the current solution file and created new the solution it works fine. Thanks :laugh:

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups