BV Commerce Forum
»
BV Commerce Support
»
How Do I? Questions
»
Error after adding new web service: 'BVSoftware.Bvc5.Core'
Rank: Member
Joined: 11/21/2014(UTC) Posts: 66
|
I created an ASP.NET web service (C#) that connects to BVC's WebSerices3 through the WSDL generated class. We are attempting to deploy the service to the live server. After adding the service as an application in IIS, an error is displayed when attempting to access the web service: "Could not load file or assembly 'BVSoftware.Bvc5.Core'". I don't use 'BVSoftware.Bvc5.Core' and a search of my project doesn't return any results. Would the WSDL generated class cause this issue? Any other suggestions? File Attachment(s): serverError.png (479kb) downloaded 2 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Based on your screenshot it looks like your application is in the same IIS website as the BVC website, so it's a sub-application. If that's the case you might be getting some Web.config inheritance; you should be able to address this through your application's Web.config file. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 11/21/2014(UTC) Posts: 66
|
I added <clear /> tags to the web service's web.config wherever the parent's web.config was referencing BVC. I'll let you know if that worked once the host updates it.
Thanks.
|
|
|
|
Rank: Member
Joined: 11/21/2014(UTC) Posts: 66
|
Thanks, Aaron. We got it working by using a combination of clear tags and removes in the web.config.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.