In a .NET 2.0 Forms application, I want to open a Reporting Services report using the default viewer application for the report content type, e.g. MSExcel.
I start a process using the System.Diagnostics namespace, specifying the report http address as file name. Internet Explorer starts up and shows an Open/Save dialog. Choosing Open usually works and MS Excel, Acrobat Reader or whatever is started but in one customer environment it does not. Nothing happens. Save works fine though.
However, if there already is an instance of either IE or Excel running, that application instance is used and it works fine. It seems that IE processes started from my .NET code are not allowed to in turn launch the correct application given the content type.
Does anyone have an idea of what might be the issue? .NET runtime configuration? IE setting?
Thanks for any help,
Markus
I start a process using the System.Diagnostics namespace, specifying the report http address as file name. Internet Explorer starts up and shows an Open/Save dialog. Choosing Open usually works and MS Excel, Acrobat Reader or whatever is started but in one customer environment it does not. Nothing happens. Save works fine though.
However, if there already is an instance of either IE or Excel running, that application instance is used and it works fine. It seems that IE processes started from my .NET code are not allowed to in turn launch the correct application given the content type.
Does anyone have an idea of what might be the issue? .NET runtime configuration? IE setting?
Thanks for any help,
Markus