473,324 Members | 2,501 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

IEXPLORE.EXE.config

Hello,

I have an HTML page that contains an <OBJECT> tag:

<OBJECT id='XfdContainer'
classid='http://localhost/XfdRuntime/StarLIMS.Web.XfdRuntime.dll#StarLIMS.Web.XfdRuntim e.XfdViewer.XfdContainer'
VIEWASTEXT>
</OBJECT>

The StarLIMS.Web.XfdRuntime.dll assembly and the other statically
linked assemblies (at compile time) are downloaded successfully. The
problem appears when I try to load an assembly dynamically. The
loading fails because the AppBase is http://localhost/ and not my
virtual directory that contains all binary assemblies:
http://localhost/XfdRuntime/

To fix this problem I've create an IEXPLORE.EXE.config file under
http://localhost with this content:

<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="XfdRuntime"/>
</assemblyBinding>
</runtime>
</configuration>

I don't like this solution too much, so I'm wondering if there is any
other method to solve the problem of location assemblies. I don't want
to install them in GAC.

Thank you,
Jul 21 '05 #1
0 1478

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Vilmar Brazão de Oliveira | last post by:
HI people, what is wrong in the code bellow to kill iexplore.exe process after processing my page?? '»»Before comes routines to access data base and to send email. Set objWshell =...
0
by: Ronen | last post by:
Hi All, I am running a client against a web application installed on a remote server written in C# which involve infragistics for GUI . The .NET framework I use is from version 1.1.4322 and we...
3
by: Ronny Sigo | last post by:
Hello all, I have made a button in access which opens iexplore and directs it to a certain website. I have use a piece of code written by Dev Ashish. So far so good. But now I need to know how I...
0
by: Marian Veteanu | last post by:
Hello, I have an HTML page that contains an <OBJECT> tag: <OBJECT id='XfdContainer'...
4
by: Srinivas | last post by:
Hi, In my application I started a Process using ProcessStartInfo supplying it parameters iexplore.exe and a URL. I am trying to reuse the same process by supplying it with a different URL. After...
5
by: Nadav Popplewell | last post by:
Hi everybody, I've got a web application where I need to join several strings, some of which are read from a dbase and display then IN the order they are joined. I.E. I want to display "Hello...
1
by: =?Utf-8?B?W0pvZV0=?= | last post by:
Hi, I build an application that get a command from user and send it to server, but I'm using Internet Explorer for that as following : psi = new...
0
by: =?Utf-8?B?bm9yZm9sa2c=?= | last post by:
I hope someone can help and tell me if I have a trojan or not. I have a one year old computer and am careful with virus etc, always running Norton, but for the past couple of weeks especially on a...
0
by: AAaron123 | last post by:
V2008 recent projects shows 2 iexplore If I click on either of them it shows iexplore.exe in the solutions window. Properties show the file to be C:\Program Files\Internet Explorer\iexplore.exe...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.