Art Bacon
|
| Posted: 05/28/2002, 4:01 PM |
|
win2k server,IIS5, all updates
Well, I got it to work once. I added a page and now it doesn't work for that
page. Just a generic default page.
The path I'm using is C:\\winnt\microsoft.net\framework
This is where I find the csc.exe
Again, this is in c#.
I created a simple default.aspx page with nothing on it.
I get the same old error. But my previous page does still work.
So, the project dll is not changing.
What is the exact path I'm suppose to use for the paths option on Net SDK?
I run makeall in dos and get csc is not a recognized as an internal or
external command.
I have tried the SDK Path in Visual studio net also.
What am I missing here?
Art Bacon
|
|
|
 |
Sanddy
|
| Posted: 05/28/2002, 9:32 PM |
|
Use this path .. this is where the compiler is actually located !!
[ C:\WINNT\Microsoft.NET\Framework\v1.0.3705 ]
--
Regards,
Saurabh Nandu
[ Microsoft MVP ]
www.MasterCSharp.com
Master C#, the easy way...
|
|
|
 |
Art Bacon
|
| Posted: 05/29/2002, 6:16 AM |
|
Thankyou so much for your answer.
I finally figured it out in the wee hours last night.
Now I'm kicking out the pages.
Art
"Sanddy" <e_sanddy@yahoo.com> wrote in message
news:ad1ljv$gap$1@news.codecharge.com...
> Use this path .. this is where the compiler is actually located !!
>
> [ C:\WINNT\Microsoft.NET\Framework\v1.0.3705 ]
>
> --
> Regards,
> Saurabh Nandu
> [ Microsoft MVP ]
> www.MasterCSharp.com
> Master C#, the easy way...
>
>
|
|
|
 |
|