Page MenuHomePhabricator

InvalidOperationException in UserPrefs.LoadPrefs
Open, Needs TriagePublicBUG REPORT

Description

description:

workaround:

Exception:InvalidOperationException
Message:`Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\windows\TEMP\ffs1vmas.0.cs' could not be found
error CS2008: No inputs specified
`
Call stack:<pre> at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer..ctor(Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer..ctor(Type type, Type[] extraTypes)
at WikiFunctions.AWBSettings.UserPrefs.LoadPrefs(String file)
at AutoWikiBrowser.MainForm.LoadPrefs(String path)</pre>

OS: Microsoft Windows NT 6.1.7601 Service Pack 1
version: AutoWikiBrowser (5.10.0.0), WikiFunctions (5.10.0.0), revision 12218 (2018-08-17 02:56:38)
net: 2.0.50727.8798
duplicate:
site: https://en.wikipedia.org

AWBPlugins

AWBBasePlugins
- No Limits Plugin

ListMakerPlugins
- CategoryNoLimitsForAdminAndBotsPlugin
- CategoryRecursiveNoLimitsForAdminAndBotsPlugin
- CategoryRecursiveNoLimitUserDefinedLevelListProvider
- ImageFileLinksNoLimitsListProvider
- WhatTranscludesPageNoLimitsForAdminAndBotsPlugin
- WhatTranscludesPageAllNSNoLimitsForAdminAndBotsPagePlugin
- UserContribsNoLimitsForAdminAndBotsPlugin
- UserContribsUserDefinedNumberForAdminAndBotsPlugin
- AllPageInAllNSNLForAdminAndBotsPlugin

Event Timeline

Aklapper changed the subtype of this task from "Task" to "Bug Report".Dec 14 2022, 1:14 PM