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

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

Guest

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?
 
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.
 
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 said:
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 said:
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?
 
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 said:
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 said:
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 said:
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top