Click here to Skip to main content
15,891,621 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello

I have a small ASP.NET project in VS Express for Web that I wish to compile, and I am using the following in the Command Prompt:

C:\Windows\system32>cd/

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


Command Prompt gave 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 have two Framework folders (Framework64 and Framework), so I tried the following:
C:\>Windows\Microsoft.NET\Framework\v4.0. 30319>aspnet_compiler etc


but still got the same error.

What should that command line be, please?

Thanks!
Posted
Comments
ZurdoDev 12-May-15 15:38pm    
The way you have it posted, the path has a space in it after v4.0. That should not be there.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900