Question

I am using sharepoint based plugin that has an SDK, the SDK is installed as part of the plugin on the Sharepoint server, the SDK documentation mentions the assembly sharepoint.eplugin.dll, I couldn't find this file anywhere but I've been told everything I need is in the c:\windows\assembly folder, I've not come across this before and the files in here can't be copied out but I can see sharepoint.eplug in this folder, so my question is how do I reference these files from my desktop machine?

Many thanks

Steve

Was it helpful?

Solution

When you click add reference in your project in VS you will see .Net tab which should list your assemblies from GAC (c:\windows\assembly)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top