silverlight 4.0 - PRISM exception on not existing method -


I am using PRISM for Silverlight 4.0 in one of my projects where I also use SharePoint 2010 .

The strange thing is that I get an error randomly:

An exception has occurred while starting the module 'SharepointServiceModule'. - The exception message was: Die Method AdGateListSupport SharepointServiceModule.Services.SharepointObjectModelService Der Assemblies SharePointServiceModule, Version = 1.0.0.0, Culture = Neutral, PublicKeyToken = null hat keine Implementierung - The assembly from which the module was trying to load: SharepointServiceModule, version = 1.0.0.0, culture = neutral, public keynote = tap For more information, check the in-house property of the exception if you get an exception when creating an object in a container, Can do it. Gatoroots () can help in detecting the root causes of the problem.

Which is very strange for me because first of all it is randomly and secondly that the method "add_GetListCompleted" is a program that should be implemented because I use it and Does it work.

What is happening to anyone here?

I found a solution to my problem.

First I tried to rename the interface and I came to know that the name of the interface did not change in the error message.

So I removed the affected project from the web project (this can be done in the properties of "name web" project "Silverlight Applications") and added it again. Then I cleaned up the reconstruction and after that the work was completed right now ...


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -