CreateObject accessing internet!

N

Nick Pateman

Hi there,

The following line, is VS.NET 2005,

Dim pObjPowerPoint As Object = CreateObject("PowerPoint.Application")

will cause the system to access,

131.107.115.28 on port 80.

Any ideas why???

Thanks in advance for any help, VS.NET 2003 certainly doesnt do this!

Nick Pateman.
 
N

Nick Pateman

Nope, just a standard desktop pc. Ive just been informed it can be disabled
through IE's security settings, and it did indeed work, but still, its a bit
of a thing to impose upon an application every time CreateObject is called
isnt it?
 
T

Tim (altaVENTE)

This is the Microsoft Certification Revocation List which IE is invoking
to check to see if this app's digital signature has been revoked.

You can stop this appearing by changing your IE settings

select TOOLS/INTERNET OPTIONS
- select ADVANCED from the new window
- scroll down to SECURITY
- uncheck "check for publishers certificate revocation"

tim
 

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