Posted
on Oct 12, 2006
(permalink)
Hello,
I'm having difficulty with the Microsoft.mshtml.dll assembly being required in my web.config in an ASP.NET program.
I have done a number of searches for the problem, but basically the issue exists because I have the dll on my client and it's not available on the server.
But it would appear the telerik controls (from Q3 2006) are requiring the Microsoft.mshtml.dll assembly, as it will readd it to the web.config even if I remove it.
This is a primary Interop assembly and has to do with Microsoft rendering HTML in Internet Explorer... so how come this file is required for a web application?
For the immediate timeframe, I will copy my DLL so that my program will work, but I was wondering if this is supposed to exist like this, and if it is, why?
When I comment out the Assembly line in the web.config on the server, my program runs fine, but the all of my telerik components have lost their skinning ability.
Thanks for any insight you can provide.
- Andre