webcontrols

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I download IE webControls
and i run it and i run batch file
but there is no dll in the built folder and none of author folder
 
Sara,

Do the following
1) Start >> Programs >> Visual Studio.net 2003
inside you will find visual studio command prompt

2) now that you are on command prompt (the reason you need to use this is
that the correct paths are set to enable comiplation)
browse to the directory where you installed files

3) open the readme and execute the ReadMe file

4) first step is to execute Build.bat (i think you are opening it from
explorer)

5) copy the files to inetpub (you have xcopy syntax you need to use in the
Readme file)

hope this help

--

Regards,

Hermit Dave (D'way)
http://hdave.blogspot.com
 
but i have .net 2002 what can i do


Hermit Dave said:
Sara,

Do the following
1) Start >> Programs >> Visual Studio.net 2003
inside you will find visual studio command prompt

2) now that you are on command prompt (the reason you need to use this is
that the correct paths are set to enable comiplation)
browse to the directory where you installed files

3) open the readme and execute the ReadMe file

4) first step is to execute Build.bat (i think you are opening it from
explorer)

5) copy the files to inetpub (you have xcopy syntax you need to use in the
Readme file)

hope this help

--

Regards,

Hermit Dave (D'way)
http://hdave.blogspot.com
 
dont you have command prompt in vs.net 2002 ?

if you dont have one then use normal command prompt and add
%windir%\microsoft.net\framework\%your frameworkversion%> to the path..

--

Regards,

Hermit Dave (D'way)
http://hdave.blogspot.com
 
Back
Top