I'm using the microsoft "Walkthrough: Creating a Custom Web Service"
white paper to test out this scenario and I have come across a snag.
When I try and run disco.exe to create the .disco and .wsdl files I
get the error:
Could not load the file or assembly 'SharepointCustomLibrary, Version
1.0.0.0, Culture=neutral, PublicKeyToken=986c3ed4d8aaa298 or one of
its dependencies. the system cannot find the file specified.
I run disco.exe locally and the site is hosted on the sharepoint
server. The server displays the Microsoft .net framework 1.1
configuration admin tool but not the 2.0 config tool. When I try to
add my assembly to the GAC through the 1.1 admin tool it says it can't
because it does not have a strong name (even though it really does).
I can add it however if I just drop it into the %windows%\assembly
directory.
Does anyone know what the problem might be here?
Thanks.