Hi,
You may need to sign a strong name to that dll, and then, here are two options for you:
1. Add the dll into GAC (using command gacutil /i ).
2. See this link for how to add reference to project template.
Thanks,
Eric
Please remember to mark helpful replies as answers and unmark them if they provide no help.
You may need to sign a strong name to that dll, and then, here are two options for you:
1. Add the dll into GAC (using command gacutil /i ).
2. See this link for how to add reference to project template.
Thanks,
Eric
Please remember to mark helpful replies as answers and unmark them if they provide no help.