My project/solution compiles successfully. However, when I deploy it to IIS, I get an error “BC2017 could not find library “, (which I created). Let’s call it “mystuff.dll”. The error messages shows a forward slash in the path, i.e. “c:\webapp\bin/mystuff.dll”.
Is this why it can’t find the DLL (which is indeed in that folder). If so, how can I change the path?
Thanks for the reply. I figured it out. Seems there is a configuration file the site (third party) uses to source in the DLL's. I had to add mine in that file.
None
0 Points
2 Posts
Can't find DLL - Error BC2017/BC2000
Jul 01, 2013 12:15 PM|Mike311|LINK
My project/solution compiles successfully. However, when I deploy it to IIS, I get an error “BC2017 could not find library “, (which I created). Let’s call it “mystuff.dll”. The error messages shows a forward slash in the path, i.e. “c:\webapp\bin/mystuff.dll”. Is this why it can’t find the DLL (which is indeed in that folder). If so, how can I change the path?
Contributor
2560 Points
926 Posts
Re: Can't find DLL - Error BC2017/BC2000
Jul 02, 2013 03:58 AM|Topspy|LINK
You need to check if it's uploaded to your website bin folder.
None
0 Points
2 Posts
Re: Can't find DLL - Error BC2017/BC2000
Jul 02, 2013 10:59 AM|Mike311|LINK
Thanks for the reply. I figured it out. Seems there is a configuration file the site (third party) uses to source in the DLL's. I had to add mine in that file.