Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Internet Explorer Caches my Video Control

Reply
Thread Tools

Internet Explorer Caches my Video Control

 
 
Blackie
Guest
Posts: n/a
 
      11-28-2007
Everyone,

I'm desperate here. I've created a .NET 2005 DirectX dll Windows
control to run on Internet Explorer 7 to capture a picture from a web
camcorder to place onto a card printer as part of a IE wizard setup to
work with CRM 3.0.

When I place the control in a Microsoft .NET 2005 application, the
control works PERFECTLY ie. the video is displayed and unloaded on
every run.

However, when I place the control to run on Internet Explorer 7, the
control I believe is cached and unless I close EVERY Internet Explorer
window down each time I run the wizard, I get the following error
(except on the first run obviously):

"Insufficient resources exist to complete the requested service.
0x800705AA."

That means that the control is NOT being unloaded. I've read that
there is a Garbage Collection issue with IE 7 and that caching DOES
happen. I've even tried to place the following tag in the .NET page
that implements the control:

<%@ OutputCache Location="None" VaryByParam="None" %>

Makes no diff! Here is how I instantiate the control:

<object id="oCapture" name="oCapture" classid="CLSID:
5d592695-5013-4de4-89fd-7f9ffbf31c50" codebase="CCACardWriter.dll"
width="178" height="200" border=2></object><br>

PLEASE, any assistance would be appreciated. Somebody MUST HAVE come
across this IE behaviour before. I've tried everything including
GC.Collect(), special disposing of the control, etc. but the caching
does not seem to be unloading the control for me.

PLEASE HELP!!

Thankyou. JB
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer 8: C:\Program Files\Internet Explorer\iexplore.exe vs C:\Program Files (x86)\Internet Explorer\iexplore.exe Nathan Sokalski Windows 64bit 16 02-22-2010 08:31 AM
internet explorer 7 - Internet Explorer cannot display the webpag sandy j Windows 64bit 0 05-02-2009 02:12 AM
alt.video.dvd, alt.video.dvd.software, alt.video.dvd.tech, rec.video.dvd.tech winterheat@gmail.com DVD Video 1 06-04-2006 12:43 PM
ASP.net caches aspx Pages Thorsten Tarrach ASP .Net 8 04-08-2004 10:00 AM
IFrame caches content on local machine. Ken Dopierala Jr. ASP .Net 0 01-05-2004 07:27 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57