473,748 Members | 10,737 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Failure on Windows 2000 when trying to run a .NET user control in

Hi everybody!

I am experiencing a problem when trying to run a C# .NET user control in
MSIE on Windows 2000.
On Windows XP SP2, the same code runs without problems.
The .NET security settings have been set to full trust, the IE security to
low, but still the component does not run.

Does anybody know if or what difference is there between Windows XP and 2000
in terms of running .NET user controls in IE?
--
Do not eat yellow snow.
Jul 18 '07 #1
3 1406

Maybe a library file that your component replies on did not install
properly? What version of MSIE did you test in on in XP? Is it the same
version of MSIE that you have on your Windows 2000 machine?

Adrian.
--
[Please mark my answer if it was helpful to you]


"Gunnar" wrote:
Hi everybody!

I am experiencing a problem when trying to run a C# .NET user control in
MSIE on Windows 2000.
On Windows XP SP2, the same code runs without problems.
The .NET security settings have been set to full trust, the IE security to
low, but still the component does not run.

Does anybody know if or what difference is there between Windows XP and 2000
in terms of running .NET user controls in IE?
--
Do not eat yellow snow.
Jul 18 '07 #2
Hi Adrian,

Thank you for your answer.
The library files, in our case .NET assemblies, are all copied correctly in
the download cache. The problem is that the files are not initialized on
Windows 2000.

I tested this with IE6 and 7 on XP and with IE6 on Windows 2000.
--
Do not eat yellow snow.
"Adrian Voicu" wrote:
>
Maybe a library file that your component replies on did not install
properly? What version of MSIE did you test in on in XP? Is it the same
version of MSIE that you have on your Windows 2000 machine?

Adrian.
--
[Please mark my answer if it was helpful to you]


"Gunnar" wrote:
Hi everybody!

I am experiencing a problem when trying to run a C# .NET user control in
MSIE on Windows 2000.
On Windows XP SP2, the same code runs without problems.
The .NET security settings have been set to full trust, the IE security to
low, but still the component does not run.

Does anybody know if or what difference is there between Windows XP and 2000
in terms of running .NET user controls in IE?
--
Do not eat yellow snow.
Jul 19 '07 #3

Hmmm..... I'm not sure if you can do this but you could try debugging the
control remotely and attach the instance of IE to Visual Studio? You could
also add some entries to write info to the event logs, maybe something at the
beginning is failing and you can get some info on it. Here is a website about
IE controls that I found which could help you further:

http://www.15seconds.com/Issue/030610.htm

Adrian.
--
[Please mark my answer if it was helpful to you]


"Gunnar" wrote:
Hi Adrian,

Thank you for your answer.
The library files, in our case .NET assemblies, are all copied correctly in
the download cache. The problem is that the files are not initialized on
Windows 2000.

I tested this with IE6 and 7 on XP and with IE6 on Windows 2000.
--
Do not eat yellow snow.
"Adrian Voicu" wrote:

Maybe a library file that your component replies on did not install
properly? What version of MSIE did you test in on in XP? Is it the same
version of MSIE that you have on your Windows 2000 machine?

Adrian.
--
[Please mark my answer if it was helpful to you]


"Gunnar" wrote:
Hi everybody!
>
I am experiencing a problem when trying to run a C# .NET user control in
MSIE on Windows 2000.
On Windows XP SP2, the same code runs without problems.
The .NET security settings have been set to full trust, the IE security to
low, but still the component does not run.
>
Does anybody know if or what difference is there between Windows XP and 2000
in terms of running .NET user controls in IE?
--
Do not eat yellow snow.
Jul 19 '07 #4

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

Similar topics

3
3752
by: Damaji Jambhale | last post by:
COMException: Catostrphic failure When I added a "dll" reference in the web project. I was able to instantiate the class OK. But when I tried to set the properties, it failed with "COMException: Catostrphic failure". Any idea? Thanks.
18
2031
by: middletree | last post by:
Sorry for the crosspost (I posted this on the asp.db group last night). But since I had no answer there, I'm hoping for better luck here. I'm pretty much tried everything I know. Here's the problem: I have an Intranet-based app at work, and I have it in two places there: a dev machine and a production box. In both cases, the ASP files and SQL Server 2000 database are on the same box. I have it running smoothly in both places at work. ...
11
1591
by: John Eskie | last post by:
Lately I've seen alot of C and C++ code (not my own) which doesn't do any checking if memory obtained by new or malloc is valid or if they return NULL pointers. Why does most people not care about doing this kind of error checking? When I used to learn the language I was told always to check "if (p != NULL)" and return a error otherwise. I still do that always but sometimes it's annoying the hell out of me if I want to allocate memory...
5
2698
by: pberna | last post by:
Dear all, I built a Web Form application to start and stop a Windows Service remotely. I successful tested the application on Windows 2000 server + IIS. I must include the ASPNET user to the Administration group (on server side) to have the necessary authorization to start a Windows Service (I don't understand why "Power User" rights are not enough to do the same thing) Although I'm able to start a service using windows 2000 server...
5
1275
by: DEWright_CA | last post by:
I have a app that I built for a client. I was able to deploy it to a test server without any real issue. I copied the bin folder to my server, copied over the aspx pages and made the virtual directory under IIS/5 executable. Everything worked great! Now I am trying to deploy the same app on a Windows 2003 server using the same methodology and I can't get it to function. I followed the same steps above and the basic pages load fine, but...
1
650
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
2
6255
by: Frav | last post by:
The Reps team have been experiencing that Access 2002 unexpectedly quits while working and also lots of Corruption Failures and "Record lock can not update" messages since the upgrade from Windows 2000 and Access 200 to Windows XP and Access 2002 (XP) was done. Now, they are working and at anytime in anywhere of the application access unexpectedly quits with no error messages and the info that was being entered
0
2005
by: aboutjav.com | last post by:
Hi, I need some help. I am getting this error after I complete the asp.net register control and click on the continue button. It crashed when it tries to get it calls this Profile property ((string)(this.GetPropertyValue("Address1")));
0
9541
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9247
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8242
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6074
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4602
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4874
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2782
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.