473,320 Members | 2,145 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Controls don't render

I'm an intermediate/novice (I've probably developed a half dozen ASP.NET apps
at this point) ASP.NET C# developer at this point and am totally strumped by
a client's setup.

I am developing this for a client's intrnet. On my client's server (Windows
2000 Terminal Server with ASP.NET v1.14322) I can't get any of the WebForm
controls to render except for Label and (Web Form TextBox, RadioButtonList,
Button, LinkButton all don't render)

The bin directory w/dll has been copied over. I tried copying over several
apps that I know work on multiple servers over all have the same behavior.

Does anyone have any idea on what can be causing this and/or what I can do
to make this work?

Thanks in advance.

Abe Rosner
Jul 21 '05 #1
6 1558
It is quite possible that the antivirus app running on your client's machine
prevented the .Net Framework installation from happening correctly. Can you
connect to that machine as administrator, turn off anti-virus, and reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
I'm an intermediate/novice (I've probably developed a half dozen ASP.NET
apps
at this point) ASP.NET C# developer at this point and am totally strumped
by
a client's setup.

I am developing this for a client's intrnet. On my client's server
(Windows
2000 Terminal Server with ASP.NET v1.14322) I can't get any of the WebForm
controls to render except for Label and (Web Form TextBox,
RadioButtonList,
Button, LinkButton all don't render)

The bin directory w/dll has been copied over. I tried copying over several
apps that I know work on multiple servers over all have the same behavior.

Does anyone have any idea on what can be causing this and/or what I can do
to make this work?

Thanks in advance.

Abe Rosner

Jul 21 '05 #2
Hi Nick,

Thanks so much for the response. Your recommendation sounded very reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative rights
to this virtual server. My test application has been reduced to one form with
one button and two labels, one as a static title and one "message" container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting IIS
that prohibits dotnet from running? There is no software firewall, so that's
not an issue because I'm testing from the server. I can run static web pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's machine
prevented the .Net Framework installation from happening correctly. Can you
connect to that machine as administrator, turn off anti-virus, and reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
I'm an intermediate/novice (I've probably developed a half dozen ASP.NET
apps
at this point) ASP.NET C# developer at this point and am totally strumped
by
a client's setup.

I am developing this for a client's intrnet. On my client's server
(Windows
2000 Terminal Server with ASP.NET v1.14322) I can't get any of the WebForm
controls to render except for Label and (Web Form TextBox,
RadioButtonList,
Button, LinkButton all don't render)

The bin directory w/dll has been copied over. I tried copying over several
apps that I know work on multiple servers over all have the same behavior.

Does anyone have any idea on what can be causing this and/or what I can do
to make this work?

Thanks in advance.

Abe Rosner


Jul 21 '05 #3
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while ago.
I was under the impression that this issue was fixed in the current drops of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
Hi Nick,

Thanks so much for the response. Your recommendation sounded very
reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative
rights
to this virtual server. My test application has been reduced to one form
with
one button and two labels, one as a static title and one "message"
container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser
only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting
IIS
that prohibits dotnet from running? There is no software firewall, so
that's
not an issue because I'm testing from the server. I can run static web
pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's
machine
prevented the .Net Framework installation from happening correctly. Can
you
connect to that machine as administrator, turn off anti-virus, and
reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
> I'm an intermediate/novice (I've probably developed a half dozen
> ASP.NET
> apps
> at this point) ASP.NET C# developer at this point and am totally
> strumped
> by
> a client's setup.
>
> I am developing this for a client's intrnet. On my client's server
> (Windows
> 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
> WebForm
> controls to render except for Label and (Web Form TextBox,
> RadioButtonList,
> Button, LinkButton all don't render)
>
> The bin directory w/dll has been copied over. I tried copying over
> several
> apps that I know work on multiple servers over all have the same
> behavior.
>
> Does anyone have any idea on what can be causing this and/or what I can
> do
> to make this work?
>
> Thanks in advance.
>
> Abe Rosner


Jul 21 '05 #4
Thanks for trying! Since I'm not allowed in the data center I'm only allowed
in using T/S. You're right, antivirus is still probably running on the box
despite virtual server session showing that I disabled it. The environment is
a bit weird which is definately complicating things. I'll find a solution and
post for others (tenacity counts ;) )
Best,
- Abe

"Nick Malik [Microsoft]" wrote:
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while ago.
I was under the impression that this issue was fixed in the current drops of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
Hi Nick,

Thanks so much for the response. Your recommendation sounded very
reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative
rights
to this virtual server. My test application has been reduced to one form
with
one button and two labels, one as a static title and one "message"
container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser
only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting
IIS
that prohibits dotnet from running? There is no software firewall, so
that's
not an issue because I'm testing from the server. I can run static web
pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's
machine
prevented the .Net Framework installation from happening correctly. Can
you
connect to that machine as administrator, turn off anti-virus, and
reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
> I'm an intermediate/novice (I've probably developed a half dozen
> ASP.NET
> apps
> at this point) ASP.NET C# developer at this point and am totally
> strumped
> by
> a client's setup.
>
> I am developing this for a client's intrnet. On my client's server
> (Windows
> 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
> WebForm
> controls to render except for Label and (Web Form TextBox,
> RadioButtonList,
> Button, LinkButton all don't render)
>
> The bin directory w/dll has been copied over. I tried copying over
> several
> apps that I know work on multiple servers over all have the same
> behavior.
>
> Does anyone have any idea on what can be causing this and/or what I can
> do
> to make this work?
>
> Thanks in advance.
>
> Abe Rosner


Jul 21 '05 #5
As promised I'm posting the solution...

After a bit of digging around I found that IIS has to be mapped to ASP.NET.
ASPNET_WP.EXE (or in the case of Server 2003 w3wp.exe) may well be running
as a service on the box and IIS might still not see it. This happens if IIS
is deleted and then reinstalled after the .NET framework is installed.

The symptoms are that none of the server-side controls don't render. To
resolve this, either:
1) go to the IIS console go to the root default web site
2) select properties
3) home directory tab
4) configuration button
5) Add button (add extension .aspx this path of
(%winpath%\Framework\v1.1.4322\aspnet_isapi.dll) where %winpath% is the
location of windows (usually c:\windows or c:\winnt)

Restart IIS for good measure and everything should work.

I also found a msdn article that solves to problem slightly differently:
http://support.microsoft.com/default...b;en-us;306005

Hope this helps!

- Abe
-----------------------------------------

"Nick Malik [Microsoft]" wrote:
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while ago.
I was under the impression that this issue was fixed in the current drops of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
Hi Nick,

Thanks so much for the response. Your recommendation sounded very
reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative
rights
to this virtual server. My test application has been reduced to one form
with
one button and two labels, one as a static title and one "message"
container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser
only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting
IIS
that prohibits dotnet from running? There is no software firewall, so
that's
not an issue because I'm testing from the server. I can run static web
pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's
machine
prevented the .Net Framework installation from happening correctly. Can
you
connect to that machine as administrator, turn off anti-virus, and
reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
> I'm an intermediate/novice (I've probably developed a half dozen
> ASP.NET
> apps
> at this point) ASP.NET C# developer at this point and am totally
> strumped
> by
> a client's setup.
>
> I am developing this for a client's intrnet. On my client's server
> (Windows
> 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
> WebForm
> controls to render except for Label and (Web Form TextBox,
> RadioButtonList,
> Button, LinkButton all don't render)
>
> The bin directory w/dll has been copied over. I tried copying over
> several
> apps that I know work on multiple servers over all have the same
> behavior.
>
> Does anyone have any idea on what can be causing this and/or what I can
> do
> to make this work?
>
> Thanks in advance.
>
> Abe Rosner


Jul 21 '05 #6
That's it then... running aspnet_regiis does the trick for this one too?

Fascinating. I'll keep that in my back pocket.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:F5**********************************@microsof t.com...
As promised I'm posting the solution...

After a bit of digging around I found that IIS has to be mapped to
ASP.NET.
ASPNET_WP.EXE (or in the case of Server 2003 w3wp.exe) may well be running
as a service on the box and IIS might still not see it. This happens if
IIS
is deleted and then reinstalled after the .NET framework is installed.

The symptoms are that none of the server-side controls don't render. To
resolve this, either:
1) go to the IIS console go to the root default web site
2) select properties
3) home directory tab
4) configuration button
5) Add button (add extension .aspx this path of
(%winpath%\Framework\v1.1.4322\aspnet_isapi.dll) where %winpath% is the
location of windows (usually c:\windows or c:\winnt)

Restart IIS for good measure and everything should work.

I also found a msdn article that solves to problem slightly differently:
http://support.microsoft.com/default...b;en-us;306005

Hope this helps!

- Abe
-----------------------------------------

"Nick Malik [Microsoft]" wrote:
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while
ago.
I was under the impression that this issue was fixed in the current drops
of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used
T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
> Hi Nick,
>
> Thanks so much for the response. Your recommendation sounded very
> reasonable
> and I tried it out. Unfortunately I got the same response. The Server
> is a
> Windows 2000 terminal server. The IT staff has given me administrative
> rights
> to this virtual server. My test application has been reduced to one
> form
> with
> one button and two labels, one as a static title and one "message"
> container,
> and one on_click event to print text
> to the message. I copy the files over (I know enough to copy the aspx,
> config files, and bin directory...) and when I run the "app" in browser
> only
> the static label renders (no button). Now it makes perfect sense that
> .NET
> framework did not install properly, so I turned off Mcaffee antiVirus
> and
> reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it
> was
> successful (I have user {domain}/ASPNET ... seems like no problem,
> right?
> Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no
> results,
> I'm an external consultant, so IT is not paying much attention to me.
>
> Could they (net administrator) have a setting or group policy affecting
> IIS
> that prohibits dotnet from running? There is no software firewall, so
> that's
> not an issue because I'm testing from the server. I can run static web
> pages
> fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
> despirate here :( . Any direction or leads would be really helpful.
>
> -- Abe
>
>
> "Nick Malik [Microsoft]" wrote:
>
>> It is quite possible that the antivirus app running on your client's
>> machine
>> prevented the .Net Framework installation from happening correctly.
>> Can
>> you
>> connect to that machine as administrator, turn off anti-virus, and
>> reinstall
>> the framework? You are free to turn the anti-virus back on after
>> that.
>>
>> --
>> --- Nick Malik [Microsoft]
>> MCSD, CFPS, Certified Scrummaster
>> http://blogs.msdn.com/nickmalik
>>
>> Disclaimer: Opinions expressed in this forum are my own, and not
>> representative of my employer.
>> I do not answer questions on behalf of my employer. I'm just a
>> programmer helping programmers.
>> --
>> "AbeR" <Ab**@discussions.microsoft.com> wrote in message
>> news:E6**********************************@microsof t.com...
>> > I'm an intermediate/novice (I've probably developed a half dozen
>> > ASP.NET
>> > apps
>> > at this point) ASP.NET C# developer at this point and am totally
>> > strumped
>> > by
>> > a client's setup.
>> >
>> > I am developing this for a client's intrnet. On my client's server
>> > (Windows
>> > 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
>> > WebForm
>> > controls to render except for Label and (Web Form TextBox,
>> > RadioButtonList,
>> > Button, LinkButton all don't render)
>> >
>> > The bin directory w/dll has been copied over. I tried copying over
>> > several
>> > apps that I know work on multiple servers over all have the same
>> > behavior.
>> >
>> > Does anyone have any idea on what can be causing this and/or what I
>> > can
>> > do
>> > to make this work?
>> >
>> > Thanks in advance.
>> >
>> > Abe Rosner
>>
>>
>>


Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Steve Drake | last post by:
All, I have a CONTROL that contains 1 control (Control ONE), the 1 control that it can contain 1 or 2 control (Control A and B). Control A, raises and event and Control ONE receives this event...
4
by: Alexandre Soares | last post by:
Hi, If I make a control that derives from panel, how can I persist the state of the controls that are inside the panel when it is not rendered (visible = false)? The reason for this is that...
8
by: mark.norgate | last post by:
I've run into a few problems trying to use generics for user controls (classes derived from UserControl). I'm using the Web Application model rather than the Web Site model. The first problem...
4
by: Ken Fine | last post by:
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I...
3
by: edurazee | last post by:
I am from C# Winforms background and recently switched to ASP.NET in c#. After working with Winforms applications along with BusinessObjects, O/R Mapping frameworks, and logical layering...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.