This question is outside the scope of this site and needs to be asked either on Technet or MSDN
Command Prompt - Aspnet_compiler
Hello
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.
Windows for home | Previous Windows versions | Files, folders, and storage
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
1 additional answer
Sort by: Most helpful
-
Anonymous
2015-05-12T19:26:15+00:00 Thanks for letting me know!