Ask a Question related to ASP.NET General, Design and Development.
-
Riken #1
IE WebControls
Hi,
Downloaded IEWebControls.exe application & run on local machine
O/S: Win Advance Server 2000
Framework: 1.1
Notes:
* During installation its Creating folder on C: i.e C:\Program Files\IE Web Controls
* I search My Computer for 'Microsoft.Web.UI.WebControls' assembly but it's not there
Now when i am giving reference of Webcontrols in mine ..aspx file & while compiling it gives compilation error as follows. If anyone know how to solve please let me know.
Compilation Error
Namespace or type 'WebControls' for the Imports 'Microsoft.Web.UI.WebControls' cannot be found.
Do i require 'Microsoft.Web.UI.WebControls' assembly if yest then from where?
Thanks
Riken
Riken Guest
-
Refering to <asp:> webcontrols
Hey, Question, how can i create client-side javascript that refers to a asp.net webcontrol. For example set the focus of a textbox lik this. ... -
Serious issues with webcontrols...
Hi, First of all, sorry for cross-posting, but some groups look more active than others, and I sure need to find an answer to this. I recently... -
IE Webcontrols - Tabstrip
So has anyone worked with the IE webcontrols much? I've found that they've come in very handy for Internet Explorer clients ... ON A WINDOWS... -
WebControls enumeration
Is there enumeration for the WebControls? Thanks. -
WebControls Button
I have 2 HTML buttons and 1 WebControls Button on my page. I have set the 'CausesValidation' attribute of my WebControls button to False in the... -
Alvin Bruney #2
Re: IE WebControls
you have to build the source code into a dll then import it into your
applicaiton
regards
"Riken" <riken@infinixcorp.com> wrote in message
news:OhkboZNUDHA.2188@TK2MSFTNGP10.phx.gbl...
Hi,
Downloaded IEWebControls.exe application & run on local machine
O/S: Win Advance Server 2000
Framework: 1.1
Notes:
* During installation its Creating folder on C: i.e C:\Program Files\IE Web
Controls
* I search My Computer for 'Microsoft.Web.UI.WebControls' assembly but it's
not there
Now when i am giving reference of Webcontrols in mine .aspx
file & while compiling it gives compilation error as follows. If anyone know
how to solve please let me know.
Compilation Error
Namespace or type 'WebControls' for the Imports
'Microsoft.Web.UI.WebControls' cannot be found.
Do i require 'Microsoft.Web.UI.WebControls' assembly if yest then from
where?
Thanks
Riken
Alvin Bruney Guest
-
Natty Gur #3
Re: IE WebControls
do you look for
Microsoft.Web.UI.WebControls.dll ?
---
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
John Saunders #4
Re: IE WebControls
There's a build.bat in the install directory, along with a readme.
--
John Saunders
Internet Engineer
[email]john.saunders@surfcontrol.com[/email]
"Riken" <riken@infinixcorp.com> wrote in message
news:e%230kB3NUDHA.3708@tk2msftngp13.phx.gbl...as> Hi Alvin
>
> Thanks for your quick response. Do you have any link or example so I takemachine> a reference or base line.
>
> Riken
>
> "Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
> message news:O4PIdsNUDHA.3188@tk2msftngp13.phx.gbl...> > you have to build the source code into a dll then import it into your
> > applicaiton
> > regards
> >
> > "Riken" <riken@infinixcorp.com> wrote in message
> > news:OhkboZNUDHA.2188@TK2MSFTNGP10.phx.gbl...
> > Hi,
> > Downloaded IEWebControls.exe application & run on local> Web> >
> > O/S: Win Advance Server 2000
> > Framework: 1.1
> >
> > Notes:
> > * During installation its Creating folder on C: i.e C:\Program Files\IE> it's> > Controls
> > * I search My Computer for 'Microsoft.Web.UI.WebControls' assembly but> .aspx> > not there
> >
> > Now when i am giving reference of Webcontrols in mine> know> > file & while compiling it gives compilation error as follows. If anyone>> > how to solve please let me know.
> >
> > Compilation Error
> > Namespace or type 'WebControls' for the Imports
> > 'Microsoft.Web.UI.WebControls' cannot be found.
> >
> > Do i require 'Microsoft.Web.UI.WebControls' assembly if yest then from
> > where?
> >
> >
> >
> >
> > Thanks
> >
> > Riken
> >
> >
>
John Saunders Guest
-
WildHare #5
Re: IE WebControls
The problem is that the build.bat file references the program csc.exe to
compile and build the .dll. csc.exe is in your
\Winnt\Microsoft.NET\Framwork\v1.0xxxx {whatever your version is} directory.
You either have to modify the build.bat to give a fully qualified name to
csc.exe OR add a path to this directory in PATH environment variable OR you
can launch the "Visual Studio .NET Command Prompt" in your programs/visual
studio/etc menu and it will set up the environment variables for you...then
run build.bat in that command window.
THEN, you will have the .dll and the build directory correctly built.
Good luck
"John Saunders" <john.saunders@surfcontrol.com> wrote in message
news:ept2pdQUDHA.3324@tk2msftngp13.phx.gbl...take> There's a build.bat in the install directory, along with a readme.
>
> --
> John Saunders
> Internet Engineer
> [email]john.saunders@surfcontrol.com[/email]
>
>
> "Riken" <riken@infinixcorp.com> wrote in message
> news:e%230kB3NUDHA.3708@tk2msftngp13.phx.gbl...> > Hi Alvin
> >
> > Thanks for your quick response. Do you have any link or example so Iin> as> > a reference or base line.
> >
> > Riken
> >
> > "Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wroteFiles\IE> machine> > message news:O4PIdsNUDHA.3188@tk2msftngp13.phx.gbl...> > > you have to build the source code into a dll then import it into your
> > > applicaiton
> > > regards
> > >
> > > "Riken" <riken@infinixcorp.com> wrote in message
> > > news:OhkboZNUDHA.2188@TK2MSFTNGP10.phx.gbl...
> > > Hi,
> > > Downloaded IEWebControls.exe application & run on local> > >
> > > O/S: Win Advance Server 2000
> > > Framework: 1.1
> > >
> > > Notes:
> > > * During installation its Creating folder on C: i.e C:\Programbut> > Web> > > Controls
> > > * I search My Computer for 'Microsoft.Web.UI.WebControls' assemblyanyone> > it's> > .aspx> > > not there
> > >
> > > Now when i am giving reference of Webcontrols in mine> > > file & while compiling it gives compilation error as follows. Iffrom> > know> > > how to solve please let me know.
> > >
> > > Compilation Error
> > > Namespace or type 'WebControls' for the Imports
> > > 'Microsoft.Web.UI.WebControls' cannot be found.
> > >
> > > Do i require 'Microsoft.Web.UI.WebControls' assembly if yest then>> >> > > where?
> > >
> > >
> > >
> > >
> > > Thanks
> > >
> > > Riken
> > >
> > >
> >
>
WildHare Guest



Reply With Quote

