Link to home
Start Free TrialLog in
Avatar of Peter Nordberg
Peter NordbergFlag for Sweden

asked on

Reference error on added service

Hi,

I have installed a service reference on my asp.net forms website. But when I'v e done so I get this error:

 Reference.svcmap: Could not load file or assembly 'ServiceStack.ServiceInterface, Version=3.9.70.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Open in new window

I can't figure out what reference I'm missing. Can someone help me understand how to fix this I'm very grateful.

Peter
ASKER CERTIFIED SOLUTION
Avatar of Dirk Strauss
Dirk Strauss
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Peter Nordberg

ASKER

Hi and thatnks for answer,

I followed your advice, but still det a reference error:

Reference.svcmap: Could not load file or assembly 'System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.		App_WebReferences/bbfi/		

Open in new window


Peter
If you expand the References node in Solution Explorer, do you see any with a yellow exclamation mark next to it? Also, check that the file version you have referenced is indeed ServiceStack.ServiceInterface Version 3.9.70.0
Hi, I managed to solve it! I started to look at the references from third party providers and found out that one didn't work together with the service so I've updated it. Thanks!