Locate Link Browser message

G

Guest

Hi,

I built a vb.Net application that creates ICS calendar files dynamically and
then sends them to the client browser as a downloadable file. Works perfectly
except in the following situation.

If the URL link to the web page is mailed to someone and they click on the
link in Outlook and there are no web browsers already opened on their system,
IE Starts, the open/save Dialog displays and then 1-2 seconds later the IE
window closes and the Locate Link browser Message appears over the top of the
Open Dialog.

If at least one IE window is open when the link is clicked on the locate
link browser dialog does not display and everything works as it should..

As I saw the IE Window flash briefly and then dissappear I am assuming the
locate link browser pops up because IE has not stayed in memory long enough??
Is there a way from a "Server side Application" I can change this behavor??

Telling 1000's of employees to keep at least one browser open before they
click on these links is not going to work for long..

Thanks
jason
 
L

Luke Zhang [MSFT]

Hello jason,

The "Locate Link browser" Message may occur when your computer has
different browser installed other than IE. You may first check following
registry entry to see if IE is set as default browser:

HKLM\SOftware\Microsoft\Exchange\Client\Options\Browser

And the DDE setting:

http://support.microsoft.com/kb/821692/en-us?spid=2488&sid=313

Addtionally, as I understand, your email in outlook is in HTML format, and
you use a "<A> element point to the download url, have you set the targer
attibute as blank? like

target =_blank

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
G

Guest

Luke,

Thanks for your email...My System is a "Standard" Company load and it has
not had another browser installed as the standard is IE. I have checked the
registry setting you mentioned..There is no browser setting. Options is as
deep as it gets and the only variables inside Options are ExcludeCustomKeys
and FullAddressInText.

Selecting IE does not seem to be the problem. The fact that IE opens and
then closes once the open/save dialog appears seems to be the problem?? This
does not happen if IE is already open..

The Support page you reference is not on the Microsoft site so I cannot
reference the content for a solution..

And, yes the email is HTML. I do not set the target tag as the content the
asp.net page returns is a download file. I also don't have control of the
page/email content that is referencing my asp.net page.

Have any more ideas??
 
L

Luke Zhang [MSFT]

Hello,

Have you tried this on multiple clients, and they were all same with the
problem? Also, you may put a real file on your web server instead generated
by code, and put the url in the email, will it will generate the error?

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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