Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Al Baker #1
CreateObject of 'APServer.Object' hangs
I am trying to use ActivePDF instead of CFDocument to convert a web page to
PDF. To do so, two com objects must be invoked. Instead of getting any error
message or any other warning, I get the slow and unending march of the little
green boxes in the status bar at the bottom of the screen. (Actually after
about 5 of those little boxes shows up, more don't appear, but those five boxes
end up sitting there 'forever' if a long timeout is specified.) Here are the
two lines of code I used to test the 'hang':
<cfset SV=CreateObject('COM','APServer.Object')>
<cfabort>
If I place the cfabort first, I quickly get a blank page, as expected.
In the above configuration, I get infinite page loading status.
Al Baker Guest
-
I use Server.CreateObject() create a com object ,but return Empty,Why ?? ,the component has been registered!
I want to use Server.CreateObject() create a com object ,but return Empty,Why ?? ,the component has been registered -
IIS hangs - asp calling vbcom object
when loading a page on the client browser the page only contains half the html. it still looks like it is loading. If I limit the number of loops... -
ASP page hangs on opening connection object to mdb database
I have a number of websites running against several Access databases. Every once in a while (under relatively heavy load, but rarely more than 1... -
Shockwave object hangs PC
Hi, Whenever the page I am surfing to tries to play some specific Shockwave animations (e.g. the Discover Card advertising in Yahoo Mail), it hangs... -
create Shell Object hangs
I try to execute a shell command from ASP with: response.write("start") Set wshShell = CreateObject("WScript.Shell") wshShell.Run "notepad" Set...



Reply With Quote

