KB912812 issue

G

Guest

OK, I have a asp.net web page that is using a .NET windows Form user control
and is referencing the control by the DLL name. like this:

<object id="carSales"
classid="carsales/controls/CarSalesGraph.dll#CarSales.Graphing">
</object>
and when the security patch KB912812 was installed its now preventing me to
view my web page with this user control. So, how can I get my code to work
with this patch installed? One some machines I have the patch to allow
activex controls to work with this but i need a permanent fix.
 
G

Guest

Verify that the .Net Configuration settings are correct still to allow it to
download and show in the page.

Control Panel --> .Net 1.x *AND* 2.0 Configuration --> Click on Runtime
Security Policy --> Click on Adjust Zone Security.

On the Wizard:
1. Make changes to this computer.
2. Select Local Intranet.
3. Slide the slider all the way up to Full Trust.
4. Click next and then click finish.

Clear your browser's cache.
 
G

Guest

doesn't work.
I tried that on my local pc and no luck.
and some of our pcs have the framework installed but do not have the .net
configuration manager
 
D

dlcf123

Jon - did you ever find a fix for this problem? I am also having a
problem with this patch, and though it is different (I get "Object
doesn't support this property or method:" error, even though the object
gets created and is registered and all, and it DOES support the
method), I figure that something you tried might just help.
Dianne
 

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

Top