Ich arbeite mit einer ziemlich komplizierten Umgebung:
Es gibt zwei Hauptdarsteller: .exe und .Desktop.exe , eine Serveranwendung und eine Clientanwendung. Beide Anwendungen dürfen nicht geändert werden. < /p>
Letzte Woche hatte ich eine Client -Anwendung gestartet, und jetzt scheint dies nicht mehr zu funktionieren. Dies wäre auf das Fehlen des Telerik.openaccess.35.Extensions.dll zurückzuführen, aber dies macht nicht sinnvoll: Letzte Woche hatte ich diese Datei auch nicht in meinem Laufzeitverzeichnis und immer noch alles funktionierte gut. < /p>
Können Sie herausfinden, wo ich suchen sollte, um zu verstehen, warum meine Bewerbung jetzt auf diese Telerik < /code> verwandte Datei fragt? Ist mein Nlog -basierte Ausgabedatei:
Ich arbeite mit einer ziemlich komplizierten Umgebung: Es gibt zwei Hauptdarsteller: .exe und .Desktop.exe , eine Serveranwendung und eine Clientanwendung. Beide Anwendungen dürfen nicht geändert werden. < /p> Letzte Woche hatte ich eine Client -Anwendung gestartet, und jetzt scheint dies nicht mehr zu funktionieren. Dies wäre auf das Fehlen des Telerik.openaccess.35.Extensions.dll zurückzuführen, aber dies macht nicht sinnvoll: Letzte Woche hatte ich diese Datei auch nicht in meinem Laufzeitverzeichnis und immer noch alles funktionierte gut. < /p> Können Sie herausfinden, wo ich suchen sollte, um zu verstehen, warum meine Bewerbung jetzt auf diese Telerik < /code> verwandte Datei fragt? Ist mein Nlog -basierte Ausgabedatei: [code]2022-06-13 09:13:22.0707 | Application_Client.Desktop.App | Uncaught exception in MainWindow. --- System.IO.FileNotFoundException: Could not load file or assembly 'Telerik.OpenAccess.35.Extensions, Version=2016.2.822.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342' or one of its dependencies. The system cannot find the file specified. File name: 'Telerik.OpenAccess.35.Extensions, Version=2016.2.822.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342' ---> System.IO.FileNotFoundException: Could not load file or assembly 'Telerik.OpenAccess.35.Extensions, Version=2016.2.822.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342' or one of its dependencies. The system cannot find the file specified. File name: 'Telerik.OpenAccess.35.Extensions, Version=2016.2.822.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.ReflectionOnlyLoad(String assemblyString) at Prism.Modularity.DirectoryModuleCatalog.InnerModuleInfoLoader.OnReflectionOnlyResolve(ResolveEventArgs args, DirectoryInfo directory) at System.AppDomain.OnReflectionOnlyAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll Running under executable C:\\Application_Desktop.exe --- A detailed error log follows.
=== Pre-bind state information === LOG: DisplayName = Telerik.OpenAccess.35.Extensions, Version=2016.2.822.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342 (Fully-specified) LOG: Appbase = file:///C:// LOG: Initial PrivatePath = NULL Calling assembly : (Unknown). === LOG: This is an inspection only bind. LOG: Using application configuration file: C:\\Application_Desktop.exe.Config LOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config. LOG: Attempting download of new URL file:///C://Telerik.OpenAccess.35.Extensions.DLL. LOG: Attempting download of new URL file:///C://Telerik.OpenAccess.35.Extensions/Telerik.OpenAccess.35.Extensions.DLL. LOG: Attempting download of new URL file:///C://Modules/Telerik.OpenAccess.35.Extensions.DLL. LOG: Attempting download of new URL file:///C://Modules/Telerik.OpenAccess.35.Extensions/Telerik.OpenAccess.35.Extensions.DLL. LOG: Attempting download of new URL file:///C://Telerik.OpenAccess.35.Extensions.EXE. LOG: Attempting download of new URL file:///C://Telerik.OpenAccess.35.Extensions/Telerik.OpenAccess.35.Extensions.EXE. LOG: Attempting download of new URL file:///C://Modules/Telerik.OpenAccess.35.Extensions.EXE. LOG: Attempting download of new URL file:///C://Modules/Telerik.OpenAccess.35.Extensions/Telerik.OpenAccess.35.Extensions.EXE.
at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes) at System.Reflection.RuntimeAssembly.GetExportedTypes() at Prism.Modularity.DirectoryModuleCatalog.InnerModuleInfoLoader.c__DisplayClass1_0.b__2(FileInfo file) at System.Linq.Enumerable.d__17`2.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Prism.Modularity.DirectoryModuleCatalog.InnerModuleInfoLoader.GetModuleInfos(String path) at Prism.Modularity.DirectoryModuleCatalog.InnerModuleInfoLoader.GetModuleInfos(String path) at Prism.Modularity.DirectoryModuleCatalog.InnerLoad() at Prism.Modularity.ModuleCatalog.Initialize() at Prism.Modularity.ModuleManager.Run() at Application_Client.Desktop.Bootstrapper.InitializeModules() in D:\a\1\s\Application_Client.Desktop\Bootstrapper.cs:line 73 at Prism.Unity.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration) at Application_Client.Desktop.App.StartUp(Object sender, StartupEventArgs e) in D:\a\1\s\Application_Client.Desktop\App.xaml.cs:line 46 at System.Windows.Application.OnStartup(StartupEventArgs e) at System.Windows.Application.b__1_0(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at Application_Client.Desktop.App.Main() < /code> Bearbeiten: CallStack < /strong>
Chrome Mobile JQuery AJAX -Beitrag scheint nicht zu funktionieren = scheint das gleiche Problem zu sein, aber nach dem Veröffentlichen des Remote -Servers konnte Asker anscheinend...
Chrome Mobile JQuery AJAX -Beitrag scheint nicht zu funktionieren = scheint das gleiche Problem zu sein, aber nach dem Veröffentlichen des Remote -Servers konnte Asker anscheinend...
Wir haben eine reag-native App (mit Expo, jedoch nicht aus Expo-Go), wobei unter bestimmten Bedingungen die folgende Ausnahme angezeigt wird und die App abstürzt.
Ich weiß, at In irgendeinem Punkt...
Ich habe ArrayList, die 4 Elemente enthält. Jedes Element ist von Typliste . Ich versuche, das erste Element von ArrayList mit dem folgenden Code zu erhalten. Es führt jedoch Fehler
In meiner Datenbank habe ich für jeden Eintrag einen URI zu einem Bild auf meinem Handy. Um es auf dem Telefon anzuzeigen, gibt es einen benutzerdefiniertenadapter für die ListView. Jetzt möchte ich...