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

KB912812 issue

Jon
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.

May 23 '06 #1
5 1232
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.
--
-Demetri
"Jon" wrote:
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.

May 23 '06 #2
Jon
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

"Demetri" wrote:
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.
--
-Demetri
"Jon" wrote:
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.

May 23 '06 #3
due to MS losing a patent lawsuit, using the <object> tag to host an winform
control will no longer work.
see the following article for work arounds.

http://msdn.microsoft.com/library/de...ng_activex.asp

-- bruce (sqlwork.com)
"Jon" <Jo*@discussions.microsoft.com> wrote in message
news:CA**********************************@microsof t.com...
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

"Demetri" wrote:
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.
--
-Demetri
"Jon" wrote:
> 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.
>

May 23 '06 #4
Jon
none of those solutions work for me, I just get an emtpy box on my web form.

"bruce barker (sqlwork.com)" wrote:
due to MS losing a patent lawsuit, using the <object> tag to host an winform
control will no longer work.
see the following article for work arounds.

http://msdn.microsoft.com/library/de...ng_activex.asp

-- bruce (sqlwork.com)
"Jon" <Jo*@discussions.microsoft.com> wrote in message
news:CA**********************************@microsof t.com...
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

"Demetri" wrote:
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.
--
-Demetri
"Jon" wrote:

> 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.
>


May 23 '06 #5
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

Jon wrote:
none of those solutions work for me, I just get an emtpy box on my web form.

"bruce barker (sqlwork.com)" wrote:
due to MS losing a patent lawsuit, using the <object> tag to host an winform
control will no longer work.
see the following article for work arounds.

http://msdn.microsoft.com/library/de...ng_activex.asp

-- bruce (sqlwork.com)
"Jon" <Jo*@discussions.microsoft.com> wrote in message
news:CA**********************************@microsof t.com...
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

"Demetri" wrote:

> 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.
> --
> -Demetri
>
>
> "Jon" wrote:
>
> > 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.
> >



Jun 2 '06 #6

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

Similar topics

3
by: Paul Mateer | last post by:
Hi, I have been running some queries against a table in a my database and have noted an odd (at least it seems odd to me) performance issue. The table has approximately 5 million rows and...
7
by: George Hester | last post by:
Please take a look at this google artcle: http://groups.google.com/groups?hl=en&lr=&frame=right&th=55d6f4b50f5f9382&seekm=411f370d%241%40olaf.komtel.net#link9 The op was having trouble with...
2
by: Anthony Cuttitta Jr. | last post by:
We have an application that outputs several different graphs from data downloaded from our AS400. The application has worked without (this) issue for several months now, but just recently, the...
0
by: Kevin Spencer | last post by:
Hi all, I am working on a service that uploads METAR weather information to the National Weather Service FTP site. The service I'm authoring is hosted on a Windows 200 server, and the NWS FTP...
2
by: Ben Rush | last post by:
Hello World, Okay, I have spent the day browsing the newsgroups and reading up on article after article concerning ViewState corruption and so forth, and I have a couple questions. We...
5
by: Robert | last post by:
I have a series of web applications (configured as separate applications) on a server. There is a main application at the root and then several virtual directories that are independant...
0
by: Charles Leonard | last post by:
I am having yet another issue with Windows Server 2003. This time, the web service (a file import web service) appears to run except for one odd message: "ActiveX component can't create object". ...
4
by: Paul | last post by:
Hi, I've been struggling with this today, I'm developing a DotNet2.0 website in C# that needs to call a long running data query. Obviously this is a good candidate for an Asynchronous call, so...
13
by: SAL | last post by:
Hello, I'm trying to include a popup in the ItemTemplate of a gridview row. The ItemTemplate for the field contains a textbox and when the user clicks in the textbox I want a popup panel to show...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.