I try to compile with VS 2008 old C# Service project based on WSE where DIME attachments are used:
The compiler does not find:
using Microsoft.Web.Services.Dime
I just installed WSE 3.0. Even that does not help to find Microsoft.Web.
What is the replacement for DimeAttachment class?
thanks Arman
EDIT
Well the answer what I marked as a answer is not really related to my problem but the comments were putting me in to right way.
I just learn from http://msdn.microsoft.com/en-us/library/aa529283.aspx that WSE3 handles attachments differ and I just migrated few lines to WSE3 and code is running.
Is the required DLL physically present on your disk? If so, remove the reference and re-add it by selecting the DLL that you know is there. If that works, sounds like the original referenced version just could not be located and your ReferencePath needs fixing.