473,569 Members | 3,063 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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="carsal es/controls/CarSalesGraph.d ll#CarSales.Gra phing">
</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 1237
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="carsal es/controls/CarSalesGraph.d ll#CarSales.Gra phing">
</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="carsal es/controls/CarSalesGraph.d ll#CarSales.Gra phing">
</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*@discussion s.microsoft.com > wrote in message
news:CA******** *************** ***********@mic rosoft.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="carsal es/controls/CarSalesGraph.d ll#CarSales.Gra phing">
> </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*@discussion s.microsoft.com > wrote in message
news:CA******** *************** ***********@mic rosoft.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="carsal es/controls/CarSalesGraph.d ll#CarSales.Gra phing">
> </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*@discussion s.microsoft.com > wrote in message
news:CA******** *************** ***********@mic rosoft.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="carsal es/controls/CarSalesGraph.d ll#CarSales.Gra phing">
> > </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
5211
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 includes the following columns: DocID (INTEGER, PRIMARY KEY, CLUSTERED) IsRecord (INTEGER, NONCLUSTERED)
7
3286
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 access denied using resizeTo. I am having the same issue but the explanations in this article don't seem to apply here. I am not trying to resize a...
2
2454
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 workstation it is normally run from has been upgraded to WinXP from WinNT 5.0. The issue is that the graphs will either display the data within the...
0
3537
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 host is on a Unix server. I'm using the FtpWebRequest and FtpWebResponse classes to do the file uploading. I have tested it without any errors at all...
2
2809
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 intermittantly get the following exception - EXCEPTION MESSAGE: The viewstate is invalid for this page and might be corrupted. STACK TRACE:
5
2507
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 applications. I am testing an upgrade of all of the sites and have converted the main root site...although not necessarily fixed any issues. I move on...
0
2215
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". There are no other statements to indicate what object cannot be created. Otherwise, everything on the test Windows Server 2003 works fine—all...
4
3211
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 the page can carry on rendering whilst the call is taking place and also returning the ASP.NET worker thread to service another page request (for...
13
3485
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 allowing the user to make a selection from the popup window. I have enabled AJAX extensions and have a working sample outside of a gridview. However,...
0
7703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7619
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7930
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. ...
0
8138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7983
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...
1
5514
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...
0
5228
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...
1
1229
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
950
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...

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.