locked
Correct command to compile a project RRS feed

  • Question

  • What is the correct MSDN forum, please, for the following question:

    I am trying to compile an ASP.NET (VB) project through the Command Prompt and have, again, visited the MSDN advice here:

    https://msdn.microsoft.com/en-us/library/ms227976(v=vs.90).aspx

    In C:\Windows\Microsoft.NET I have two folders: Framework64 and Framework and I thought that I had done this previously (quite a while ago) using the following:

    C:\Windows\system32>cd/

    C:\>Windows\Microsoft.NET\Framework64\v4.0. 30319>aspnet_compiler

    However, Command Prompt gives me the following error: 

    'Windows\Microsoft.NET\Framework64\v4.0.' is not recognized as an internal or ex
    ternal command,
    operable program or batch file.

    I thought maybe I had got it wrong, so I then used the following command:

    C:\>Windows\Microsoft.NET\Framework\v4.0. 30319>aspnet_compiler

    That is, the other Framework folder, but I then got the same error message as for Framework64.

    What am I doing incorrectly, please?

    I have Windows 7 (64-bit). 

    Thank you. 

    Tuesday, May 12, 2015 7:25 PM

Answers

  • Hello,

    This should be asked in Microsoft's ASP.Net Visual basic.net forum:

    http://forums.asp.net/36.aspx/1?Visual+Basic+NET

    As Microsoft's ASP.Net forums are on a different platform, we cannot move the question for you.

    Karl


    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join('6D73646E5F6B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

    • Proposed as answer by Mike Laughlin Tuesday, May 12, 2015 7:58 PM
    • Marked as answer by bluenose_ted Tuesday, May 12, 2015 8:14 PM
    Tuesday, May 12, 2015 7:46 PM