|
Home > Archive > BizTalk Server General > September 2005 > Adapter Design-Time assembly not found
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Adapter Design-Time assembly not found
|
|
|
| Hi,
I created a file adadpter using the File-New-BizTalk Server Adapter
Framework Wizard inside VS.NET released by Boudewijn van der Zwan. After
installing the adapter to the registry, when i create a new adapter of its
type i receive the following error when trying to view its properties pages.
"File or assembly name C:\MyPath\AdapterManagement.dll was not found". I made
sure the path is correct and that all the assemblies that
AdapterManagement.dll is referencing exists and installed to the GAC. Some of
my tests were actually successfull and I've noticed that there is no need to
install the the AdapterManagement.dll and the Run-Time dll of the adapter to
the GAC, but still I tried that too.
I keep on receiving this error on different development computers and on my
QA computer it works. I'm guessing it has something to do with permissions,
or the fact that on the development computers I installed and Uninstalled the
Design-Time and Run-Time dll's few times allready because of repeated
attempts to make it work.
If anyone has any idea it will be appriciated...
Elad
| |
| BvdZwan 2005-09-23, 7:04 am |
| Elad,
Did you check the registry (under HKEY_CLASSES_ROOT\CLSID\{class id which is in your registry file})? You can find the paths to your assembly here. Check these paths from your run command line (using notepad as a dummy editor or something).
If these are correct you might want to check if the design time assembly has a reference to another assembly which is missing. Please use filemon from sysinternals.com to check which file is missing.
Kind regards,
Boudewijn van der Zwan |
|
|
|
|