| Author |
Unable to make reference to COMPATEHTML
|
|
|
| I found this DLL in the MCMS\bin directoty. I want to use this to compare
postings. When I try and add a reference to it, I am get a COM error.
How do I use this DLL?
Thanks
Tom
PS I am developing in VS.NET 2005.
| |
|
| Here is the error I get when I try and make a project reference to
CompareHTML.dll
A reference to ..mcms\Server\bin\CompareHtml.dll could not be added. Please
make sure the fiel is accessible, and that itisi a valid assemb;y or COM
component.
And here is the reference in my Posting Compare Class that fails.
using COMPAREHTMLLib;
Compare postingCompare = new CompareClass();
"Tom" wrote:
> I found this DLL in the MCMS\bin directoty. I want to use this to compare
> postings. When I try and add a reference to it, I am get a COM error.
>
> How do I use this DLL?
>
> Thanks
>
> Tom
>
> PS I am developing in VS.NET 2005.
| |
| Stefan [MSFT] 2006-08-28, 1:36 pm |
| Hi Tom,
this is an MCMS internal DLL.
Please only use documented interfaces.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Tom" <Tom@discussions.microsoft.com> wrote in message
news:D8B71F09-1300-4280-BB2F-4C28E69D4093@microsoft.com...
>I found this DLL in the MCMS\bin directoty. I want to use this to compare
> postings. When I try and add a reference to it, I am get a COM error.
>
> How do I use this DLL?
>
> Thanks
>
> Tom
>
> PS I am developing in VS.NET 2005.
| |
|
| Are you saying I can't use this dll?
"Stefan [MSFT]" wrote:
> Hi Tom,
>
> this is an MCMS internal DLL.
> Please only use documented interfaces.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Tom" <Tom@discussions.microsoft.com> wrote in message
> news:D8B71F09-1300-4280-BB2F-4C28E69D4093@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2006-08-28, 1:36 pm |
| Correct.
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Tom" <Tom@discussions.microsoft.com> wrote in message
news:080BD09D-3EF9-42B4-AB10-39951E4C690F@microsoft.com...[vbcol=seagreen]
> Are you saying I can't use this dll?
>
> "Stefan [MSFT]" wrote:
>
| |
|
| Stefan:
Which documented interfaces should I use and why is thin not available?
Tom
"Stefan [MSFT]" wrote:
> Correct.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Tom" <Tom@discussions.microsoft.com> wrote in message
> news:080BD09D-3EF9-42B4-AB10-39951E4C690F@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2006-08-29, 1:34 am |
| Hi Tom,
all products ship with DLLs which are not intended to be used by customers.
These DLLs are internal to the product.
Only documented APIs are allowed to be used. See the MCMS documentation for
a complete reference of the documented API.
See here for reasons why you should not use internal interfaces:
http://blogs.technet.com/stefan_gos..._API_Part1.aspx
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Tom" <Tom@discussions.microsoft.com> wrote in message
news:9DBDB6AA-8FFD-44AE-832C-00439045C8E7@microsoft.com...[vbcol=seagreen]
> Stefan:
>
> Which documented interfaces should I use and why is thin not available?
>
> Tom
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|