Project Server Event Handling -- TargetInvocationException

Y

Yakov Silin

Hi All,

I am configuring Project Server Event Handling.

I've got an error:
Exception System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. --->
System.Security.SecurityException: Failed to create platform context at
Microsoft.Office.Project.Server.Base.PlatformContext.FailInitialize() at
Microsoft.Office.Project.Server.Base.PlatformContext..ctor(Boolean
isWindowsUser, String username, Guid userId, Guid trackingId, Guid siteId,
SPUrlZone urlZone, String lcid) at
Microsoft.Office.Project.Server.Base.PlatformContext..ctor(IPSContextInfo
psContextInfo) The Zone of the assembly that failed was: MyComputer ---
End of inner exception stack trace --- at
System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct&
signature, IntPtr declaringType) at
System.RuntimeMethodHandle.InvokeConstruc...
Exception ...tor(Object[] args, SignatureStruct signature,
RuntimeTypeHandle declaringType) at
System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,
Binder binder, Object[] parameters, CultureInfo culture) at

All config and development have been done according to "How to... Writing
and Debugging Event Handlers for Project Server 2007"
(http://msdn.microsoft.com/en-us/library/bb802729.aspx). I've checked all
cofiguration for several times, but could't find the reason of the issue.

How the issue can be resolved?

Thanks,
Yakov
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top