Hi all,
I have the Silverlight web part on the SharePoint page. I input the parameters in the "other setting" and applied to the web part.
Unfortunately, I got the error message " An unexpected error occurred". The following is the detail of error message.
Thanks for any help!
"Microsoft.Practices.Prism.Modularity.ModuleInitializeException: An exception occurred while initializing module 'Microsoft.Reporting.AdHoc.Shell.Services.InitializationManagement'.
- The exception message was: [net_uri_BadFormat]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See
http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20513.00&File=System.dll&Key=net_uri_BadFormat
- The Assembly that the module was trying to be loaded from was:Microsoft.Reporting.AdHoc.Shell.Services, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ae41e2615877eb90
Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem.
---> System.UriFormatException: [net_uri_BadFormat]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See
http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20513.00&File=System.dll&Key=net_uri_BadFormat
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString, UriKind uriKind)
at Microsoft.Reporting.AdHoc.Shell.Services.InitializationManagement.Internal.InitializationManagementModule.InitializeDataManager(InitialParameterManager initParams)
at Microsoft.Reporting.AdHoc.Shell.Services.InitializationManagement.Internal.InitializationManagementModule.Initialize()
at Microsoft.Practices.Prism.Modularity.ModuleInitializer.Initialize(ModuleInfo moduleInfo)
--- End of inner exception stack trace ---
at Microsoft.Practices.Prism.Modularity.ModuleInitializer.HandleModuleInitializationError(ModuleInfo moduleInfo, String assemblyName, Exception exception)
at Microsoft.Practices.Prism.Modularity.ModuleInitializer.Initialize(ModuleInfo moduleInfo)
at Microsoft.Practices.Prism.Modularity.ModuleManager.LoadModulesThatAreReadyForLoad()
at Microsoft.Practices.Prism.Modularity.ModuleManager.LoadModuleTypes(IEnumerable`1 moduleInfos)
at Microsoft.Practices.Prism.Modularity.ModuleManager.LoadModulesWhenAvailable()
at Microsoft.Practices.Prism.Modularity.ModuleManager.Run()
at Microsoft.Practices.Prism.UnityExtensions.UnityBootstrapper.InitializeModules()
at Microsoft.Practices.Prism.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
at Microsoft.Reporting.AdHoc.Shell.Bootstrapper.Internal.App.Application_Startup(Object sender, StartupEventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)