| R Childers BTS 2002 2004-06-29, 5:52 pm |
| I did as you asked. I still didn't get a comile error, so played with the statement until I did just to see one.
I still got the same msgbox from the Receive function......
So I rebooted the server....BAM
All good. Showed up in the dropdown!
That is the last most important step. Why....should the server have to be rebooted?
Isn't there a dynamic setting for BTS somewhere?
Thank you for you help, I'll be posting more ..
"Jeff Lynch" wrote:
> Try changing
> <Assembly:
> AssemblyKeyFile(" D:\BTSCustomPreprocessor\MyBTSPreProcess
or\MyBTSPreProcesso
> r.snk")>
> to
> <Assembly: AssemblyKeyFile("..\\..\\MyBTSPreProcessor.snk")>
>
> Your strong name .snk file may not be "found" by the compiler. See below.
>
> // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name)
> utility.
> // When specifying the KeyFile, the location of the KeyFile should be
> // relative to the project output directory which is
> // %Project Directory%\obj\<configuration>. For example, if your KeyFile is
> // located in the project directory, you would specify the AssemblyKeyFile
> // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
>
> J. Lynch
> "A BizTalk Enthusiast"
>
>
> "R Childers BTS 2002 < Year" <R Childers BTS 2002 <
> Year@discussions.microsoft.com> wrote in message
> news:BEF7EB77-B00D-4032-9CEC-5301655D0466@microsoft.com...
> function dropdown.
> AssemblyKeyFile(" D:\BTSCustomPreprocessor\MyBTSPreProcess
or\MyBTSPreProcesso
> r.snk")>
> [HKEY_CLASSES_ROOT\CLSID\{C8391A26-63A7-4484-B622-CF88615CBBD2}\Implemented
> Categories\{20E8080F-F624-4401-A203-9D99CF18A6D9}]
> the componts.
> MyBTSPreProcessor.dll
> component, My Componet is not in the list.
>
>
>
|