Advertisement
Guest User

Untitled

a guest
Oct 27th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. [ArgumentNullException: Значение не может быть неопределенным.
  2. Имя параметра: Directory of the 'path' does not exist]
  3. MapSurfer.Web.Services.MappingService..ctor(String name) +2302
  4.  
  5. [TargetInvocationException: Адресат вызова создал исключение.]
  6. System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
  7. System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +281
  8. System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) +14259449
  9. System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +200
  10. System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +93
  11. MSNMapService.MapServiceWrapper.Load(HttpApplication application) +321
  12. MSNMapService.Global.CreateMapService() +65
  13.  
  14. [HttpException (0x80004005): Адресат вызова создал исключение.]
  15. System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12962661
  16. System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +175
  17. System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
  18. System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
  19. System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475
  20.  
  21. [HttpException (0x80004005): Адресат вызова создал исключение.]
  22. System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12979668
  23. System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
  24. System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12819261
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement