All,
I am trying to build a webPart for a Sharepoint Server in VS 2010 using C#. I have included the OSISoft.PITimeServer.dll file found in the Library directory of the PIPC folder as a reference in my program. Unfortunately, as I attempt to change my .NET DateTime variable to a PITime variable I get the following error message:
Could not load file or assembly 'OSIsoft.PITimeServer, Version=1.3.0.0, Culture=neutral, PublicKeyToken=c3309f0734ba2805' or one of its dependencies. The system cannot find the file specified.
I have made sure that I have the Copy Local property set to true, and can't figurte out why it can't find the file. Has anyone had a similar issue?
Thanks,
Ed