Hello people
Ineed to Compiler ASP .NET , its possible to use a command , but i dont want use AspNetCompiler. :confused:
thnks
Printable View
Hello people
Ineed to Compiler ASP .NET , its possible to use a command , but i dont want use AspNetCompiler. :confused:
thnks
From dos, the vcc command usually does the trick.
whats vcc?
It's me on too much caffeine.
The correct commands (my apologies) are:
csc
vbc
They take parameters, but if you type them in a dos window by themselves, they will tell you the parameters they take.
You need to add the location of these files to your PATH system environment setting.
So, let's assume you are running ASP.NET v1.1.
The location of the install for that version is:
C:\Windows\Microsoft.Net\Framework\v1.1.4322\
(Windows might be WINNT on some systems)
So, what you do is open the SYSTEM control panel item (shortcut to get there is the WINDOWS key and the PAUSE/BREAK key)
Go to the Advanced tab
Click ENVIRONMENT VARIABLES (button)
Find the PATH variable under SYSTEM VARIABLES
Double click to edit it.
In the VALUE section of the resulting screen, add to the end of that line, a semicolon and the path to the install, or using my example, that would be:
;C:\WINDOWS\Microsoft.Net\Framework\v1.1.4322
Then, the next time you start in to a DOS Shell, the csc and vbc compilers should run for you.
Why not? :confused:Quote:
Originally Posted by mlhsoft
WOka
I want use FXCOP with ASP Ptoject (ASPNET2.0), if i use the ASPNETCOMPILER i dont Know whats the correct DLL
Know know what's the correct DLL...I still don't understand?
I can't really help you with yopurt question, I am just trying to find out why u can't use the ASPNET compiler...
Woka
IF YOU USE ASPNETCOMPILER GENERATES DIFFERENT dllS ,THEN I DON'T KNOW WHATS THE DLL OF PROJECT ASP.NET(2.0) FOR EXAMPLE: THE NAME OF MY PROJECT ASP IS COUNT.WEB THEN WHATS THE NAME OF MY DLL COUNT.WEB.DLL OR APP_CODE.DLL