1
Vote

resolved: SSM crashes after configuration.

description

I downloaded the latest source and built it. I am able to configure but then I press ok and SSM crashes.
 
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: 2WPCKY1JIBAAFDOFZLDT0DOWTEMW3KZC
Problem Signature 02: 1.0.0.0
Problem Signature 03: 4d41f001
Problem Signature 04: mscorlib
Problem Signature 05: 4.0.0.0
Problem Signature 06: 4ba22001
Problem Signature 07: 2431
Problem Signature 08: 9c
Problem Signature 09: System.IO.FileLoadException
OS Version: 6.1.7600.2.0.0.256.4
Locale ID: 1033
Additional Information 1: 2f6c
Additional Information 2: 2f6cbd6c36bd390599729afdf9887192
Additional Information 3: ec28
Additional Information 4: ec28260660fc68a973b6f9c84d1f8891
 
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
 
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
 
 
 
 
 
2011-01-27 16:40:14,391 [1] FATAL ScrumSprintMonitor.Wpf.Application.App [(null)] - Unhandled exception from System.Windows.Threading.Dispatcher
System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Users\cmisztur\Desktop\ssm\main\build\AnyCPU\Debug\Microsoft.Practices.Composite.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
File name: 'file:///C:\Users\cmisztur\Desktop\ssm\main\build\AnyCPU\Debug\Microsoft.Practices.Composite.dll' ---> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
 
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFrom(String assemblyFile, Evidence securityEvidence)
at System.Activator.CreateInstanceFromInternal(String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo)
at System.AppDomain.CreateInstanceFrom(String assemblyFile, String typeName)
at System.AppDomain.CreateInstanceFrom(String assemblyFile, String typeName)
at Microsoft.Practices.Composite.Modularity.DirectoryModuleCatalog.InnerLoad()
at Microsoft.Practices.Composite.Modularity.ModuleCatalog.Initialize()
at Microsoft.Practices.Composite.Modularity.ModuleManager.Run()
at Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.InitializeModules()
at ScrumSprintMonitor.Wpf.Application.Bootstrapper.InitializeModules() in C:\Users\cmisztur\Desktop\ssm\main\src\app\ScrumSprintMonitor.Wpf.Application\Bootstrapper.cs:line 713
at Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
at ScrumSprintMonitor.Wpf.Application.App.OnStartup(StartupEventArgs e) in C:\Users\cmisztur\Desktop\ssm\main\src\app\ScrumSprintMonitor.Wpf.Application\App.xaml.cs:line 31
at System.Windows.Application.<.ctor>b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

comments

fixitchris wrote Feb 2, 2011 at 5:13 PM

Had to unblock the downloaded source. (properties -> Unblock)