Jump to content
Software FX Community

System.Security.SecurityException after installing .NET 2.0 (KB829019)


User (Legacy)

Recommended Posts

We are using ChartFX for .NET 6.2 with OLAP Extension.

We have charts that display on ASP.NET 1.1 pages in our local intranet.

It's running at Full Trust and has been working fine.

After installing KB829019 (which I belive is simply the .NET 2.0 Framework),

the charts stop working. The "Please Wait .. Downloading Chart" graphic

appears and then it throws it into the JIT debugger, with the message "An

exception 'System.Security.SecurityException' has occurred in

xyz.ourdomain.com' where "xyz.ourdomain.com" is the system hosting the

asp.net pages.

KB829019 has been installed ONLY on the end user PC's, not the web server.

If we uninstall KB829019 from the client PC's, the charts work again.

Any ideas? It's odd because (1) we do not use .NET 2.0 and (2) .NET 2.0 is

not "supposed" to affect .NET 1.1 apps.

Link to comment
Share on other sites

> Any ideas?  It's odd because (1) we do not use .NET 2.0 and (2) .NET 2.0 

> is not "supposed" to affect .NET 1.1 apps.

This will be the case for a regular .NET App, but since Internet Explorer is

NOT a .NET app, it loads the latest version of the framework that is

installed.

I think what's happening here is that the security settings for your .NET

Framework 2.0 are different than those for .NET 1.1 (they are controlled

independently).

Check the .NET Security settings for .NET Framework 2.0 in the client

computer for the appropriate zone using the control panel and compare to

those in .NET 1.1.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Thanks, that was it.

The KB829019 does not install the Control Panel applet for setting security,

so I gave the local intranet full trust using the 2.0 caspol.exe and that

made it work. Unfortunately, the .NET 2.0 install apparently does not move

over the trust settings from 1.1.

c:

cd \WINDOWS\Microsoft.NET\Framework\v2.0.50727

caspol -pp off -machine -chggroup 1.2 FullTrust

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:jNHROXdJGHA.472@webserver3.softwarefx.com...

>> Any ideas? It's odd because (1) we do not use .NET 2.0 and (2) .NET 2.0

>> is not "supposed" to affect .NET 1.1 apps.

>

> This will be the case for a regular .NET App, but since Internet Explorer

> is NOT a .NET app, it loads the latest version of the framework that is

> installed.

>

> I think what's happening here is that the security settings for your .NET

> Framework 2.0 are different than those for .NET 1.1 (they are controlled

> independently).

>

> Check the .NET Security settings for .NET Framework 2.0 in the client

> computer for the appropriate zone using the control panel and compare to

> those in .NET 1.1.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...