473,418 Members | 1,965 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,418 software developers and data experts.

User Control in Internet Explorer - Loading Time

Hi

We have just re-written a majour asp.net project to use a user control embedded in a web page. The main dll references 3 other custom controls and so to deploy the project I copy the 4 dll's to the server and the web page loads the control via the <object> tag.

I have also added a iexplore.exe.config file (because of another thread) where I specify that .net v1.1 should be used. (The controls have been developed in VS2003) I have also added the following line to the project (also because of another thread)
<Assembly: System.Resources.NeutralResourcesLanguage("en-US")>

The problem is the loading time...

Machine 1 - Windows Vista .Net v1.1 and v2.0
1st time loading the page - will be a delay as control is downloaded
Refreshing page - no delay (FINE)
Close browser and open a new one - Delay! Why?

Machine 2 - Win XP .NEt v1.1
1st time loading the page - will be a delay as control is downloaded
Refreshing page - Delay! Why?
Close browser and open a new one - Delay! Why?

By using the GACUtil /ldl -
machine 1 lists the dll's fine although they are in .net V2.0 (I expected them in v1.1
machine 2 lists the dll's fine in v1.1


PLEASE CAN ANYONE HELP - I AM AT A LOSS AND I NEED THERE TO BE NO DELAY EXCEPT FOR THE FIRST EVER LOAD. (I THINK IT IS SOMETHING TO DO WITH WHAT IS SHOWN IN THE IIS LOGS BELOW)


The IIS logs show the following whenever there is a delay (logs have been abreviated):-


2007-04-27 11:19:30 W3SVC377511058 XX.XX.XX.XX GET /sysax/nesn_jobeditview.aspx uniqueid=1492915 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 200 0 0
2007-04-27 11:19:30 W3SVC377511058 XX.XX.XX.XX GET /sysax/ajax/common.ashx - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 200 0 0
2007-04-27 11:19:30 W3SVC377511058 XX.XX.XX.XX GET /sysax/ajax/djhsys.nesn_job,djhsys.ashx - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 200 0 0
2007-04-27 11:19:31 W3SVC377511058 XX.XX.XX.XX GET /sysax/inc/behaviour.js - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 304 0 0
2007-04-27 11:19:31 W3SVC377511058 XX.XX.XX.XX GET /sysax/ajax/djhsys.nesn_job,djhsys.ashx - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 200 0 0
2007-04-27 11:19:31 W3SVC377511058 XX.XX.XX.XX GET /sysax/njev_uc.dll - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 304 0 0
2007-04-27 11:19:32 W3SVC377511058 XX.XX.XX.XX GET /iexplore.exe.config - 443 - XX.XX.XX.XX - 200 0 0
2007-04-27 11:19:32 W3SVC377511058 XX.XX.XX.XX GET /njev_uc.XmlSerializers.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 126
2007-04-27 11:19:32 W3SVC377511058 XX.XX.XX.XX GET /njev_uc.XmlSerializers/njev_uc.XmlSerializers.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 3
2007-04-27 11:19:32 W3SVC377511058 XX.XX.XX.XX GET /bin/njev_uc.XmlSerializers.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 3
2007-04-27 11:19:32 W3SVC377511058 XX.XX.XX.XX GET /bin/njev_uc.XmlSerializers/njev_uc.XmlSerializers.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 3
2007-04-27 11:19:33 W3SVC377511058 XX.XX.XX.XX GET /njev_uc.XmlSerializers.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:33 W3SVC377511058 XX.XX.XX.XX GET /njev_uc.XmlSerializers/njev_uc.XmlSerializers.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:34 W3SVC377511058 XX.XX.XX.XX GET /bin/njev_uc.XmlSerializers.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:38 W3SVC377511058 XX.XX.XX.XX GET /bin/njev_uc.XmlSerializers/njev_uc.XmlSerializers.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:38 W3SVC377511058 XX.XX.XX.XX GET /njev_uc.XmlSerializers.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 126
2007-04-27 11:19:38 W3SVC377511058 XX.XX.XX.XX GET /njev_uc.XmlSerializers/njev_uc.XmlSerializers.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 3
2007-04-27 11:19:38 W3SVC377511058 XX.XX.XX.XX GET /bin/njev_uc.XmlSerializers.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 3
2007-04-27 11:19:38 W3SVC377511058 XX.XX.XX.XX GET /bin/njev_uc.XmlSerializers/njev_uc.XmlSerializers.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 3
2007-04-27 11:19:38 W3SVC377511058 XX.XX.XX.XX GET /njev_uc.XmlSerializers.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:38 W3SVC377511058 XX.XX.XX.XX GET /njev_uc.XmlSerializers/njev_uc.XmlSerializers.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:39 W3SVC377511058 XX.XX.XX.XX GET /bin/njev_uc.XmlSerializers.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:39 W3SVC377511058 XX.XX.XX.XX GET /bin/njev_uc.XmlSerializers/njev_uc.XmlSerializers.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:40 W3SVC377511058 XX.XX.XX.XX GET /Class_NESN.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 126
2007-04-27 11:19:40 W3SVC377511058 XX.XX.XX.XX GET /Class_NESN/Class_NESN.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 3
2007-04-27 11:19:40 W3SVC377511058 XX.XX.XX.XX GET /bin/Class_NESN.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 3
2007-04-27 11:19:40 W3SVC377511058 XX.XX.XX.XX GET /bin/Class_NESN/Class_NESN.DLL - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 500 0 3
2007-04-27 11:19:40 W3SVC377511058 XX.XX.XX.XX GET /Class_NESN.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:40 W3SVC377511058 XX.XX.XX.XX GET /Class_NESN/Class_NESN.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:40 W3SVC377511058 XX.XX.XX.XX GET /bin/Class_NESN.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
2007-04-27 11:19:41 W3SVC377511058 XX.XX.XX.XX GET /bin/Class_NESN/Class_NESN.EXE - 443 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+.NET+CLR+3.0.04506;+InfoPath.2 ;+.NET+CLR+1.1.4322) 404 2 1260
Apr 27 '07 #1
0 1690

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Wayne Gibson | last post by:
Hi, Was wondering if anybody could point me in the right direction. I'm looking at developing a Windows User Control using Visual Studio .NET 2005 in C#. The user control is to be used on a web...
4
by: oneeye | last post by:
Hello All, I have designed and built a web control that loads a user control at run time. The question I have is, can I Load the user control in design view? Any Ideas or code snippets would be...
5
by: Norsoft | last post by:
I have a .Net 1.1 application which is downloaded into an aspx page. It is a dll which inherits from System.Windows.Forms.UserControl. It works fine on a PC with only the 1.1 Framework. However,...
2
by: j. | last post by:
I am interested in timing the page loading process for Internet Explorer. I know how to initiate an instance of IE and I know how to navigate from page to page. What I need to be able to do is...
0
by: jonathan.beckett | last post by:
I have been working on a client project recently that is using winforms ..NET user controls within web pages in Internet Explorer, and need to find out how to make the user control communicate back...
1
by: Bob Rock | last post by:
Hello, I'm new to ASP.NET and I've been looking into the topic of dynamically loading (typically accomplished with a LoadControl followed by a MyControl.Controls.Add()) both user controls and...
1
by: rmgalante | last post by:
I was wondering if anyone knows whether MS has a fix for the Menu Control. If the page is loading while you mouse over a menu control with child menus that pop out, you can generate the following...
4
by: David | last post by:
I'm using the AxSHDocVw.WebBrowser control to download data from a webpage at work (it's an internal page on my company's intranet). The page produces a runtime error after a while and the...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.