Problem installing IE WebControls on server

R

Richard Salit

I have an app that I installed the IE Web controls on my development machine
and it worked just fine. However, when I try to install on the server the
Build.bat fails because it can't find the file csc.exe. I know that file is
in the framework directory. How can I easily resolve this without changing
the server path statements?

Richard Salit
 
E

Ezra Epstein

This is actually a much more general .Net question.

..Net ships with a bunch of path configuration scripts these are usually
stored in the Microsoft SDK install directory. You can reference/include
these in the build.bat file.

You can always just change the path -- or hard-write the exact location of
csc.exe -- in the build.bat file itself. That preserves the server's path
and solves the particular problem.

Hope that helps,

Ezra E.
 
R

Richard Salit

I was able to modify the path statement and run build.bat. However it failed
on some reference to Treeview suggesting parameters were incorrect in the
Transform statement. The IE Web Controls still do not work.

Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,077
Messages
2,570,568
Members
47,204
Latest member
abhinav72673

Latest Threads

Top