Error loading service
I get the following error while loading a service. Everything seems to work correctly anyway, but I'd like to get rid of the error. Any suggestions on what might be causing this?
*** System.TypeInitializationException: The type initializer for 'Dss.Transforms.TransformFuturaPendulumPrioperceptiveEntity.Transforms' threw an exception. > System.TypeLoadException: Could not load type 'Oursland.Robotics.Services.FuturaPendulum.PrioperceptiveEntity.Proxy.FuturaPendulumPrioperceptiveEntityState' from assembly 'FuturaPendulumPrioperceptiveEntity.Y2007.M08.Proxy, Version=0.0.0.0, Culture=neutral, PublicKeyToken=95cf150ab757a788'.
at Dss.Transforms.TransformFuturaPendulumPrioperceptiveEntity.Transforms..cctor()
End of inner exception stack trace
at System.Runtime.CompilerServices.RuntimeHelpers._RunClassConstructor(IntPtr type)
at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(RuntimeTypeHandle type)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Dss.Services.Serializer.DataCache.LoadServiceTransform(AssemblyLocations locations)
at Microsoft.Dss.Services.ContractDirectory.ContractDirectory.FinishUp(QueryServiceContract query, ContractResults results, Port`1 directoryResultsPort)

