Page MenuHomePhabricator

[Migrated] AWB does not start on Windows XP with .NET Framework 2.0 or 3.0 (Custom Module error System.Collections.Generic)
Closed, DeclinedPublic

Description

Smile4ever (talk) 07:53, 13 April 2015 (UTC) wrote:

Exception

MissingMethodException

Message

Method not found: 'Void Microsoft.CSharp.CSharpCodeProvider..ctor(System.Collections.Generic.IDictionary`2<System.String,System.String>)'.

Call stack

at WikiFunctions.CustomModules.CSharpCustomModule..ctor()
at WikiFunctions.CustomModules.CustomModuleCompiler.GetList()
at AutoWikiBrowser.CustomModule..ctor()
at AutoWikiBrowser.MainForm..ctor()
at AutoWikiBrowser.Program.Main(String[] args)

OS Microsoft Windows NT 5.1.2600 Service Pack 3
Version AutoWikiBrowser (5.5.6.0), WikiFunctions (5.5.6.0), revision 10538 (2014-12-23 21:37:52)
.NET 2.0.50727.42
Site https://en.wikipedia.org

Event Timeline

Josve05a raised the priority of this task from to Needs Triage.
Josve05a updated the task description. (Show Details)
Josve05a added a project: AutoWikiBrowser.
Josve05a subscribed.

@Rjwilmsi 13:16, 13 April 2015 (UTC) wrote:

Do you have .NET 3.5 installed or only 3.0? The process is going down the .NET 3.5 path but it looks like you don't have that (fully) installed, maybe if you have 3.0 but not 3.5 things won't work. Alternatively it should work with just .NET 2.0 and nothing higher.

Smile4ever (talk) 16:27, 13 April 2015 (UTC) wrote:

Only 3.0. If I just install 2.0 (and not 3.0 or anything higher), this very same error occurs. This is also the same error as on Linux with Wine if using "winetricks dotnet20".

Rjwilmsi renamed this task from [Migrated] AWB does not start on Windows XP with .NET Framework 2.0 or 3.0 to [Migrated] AWB does not start on Windows XP with .NET Framework 2.0 or 3.0 (Custom Module error System.Collections.Generic).Jun 23 2015, 4:23 PM
Rjwilmsi set Security to None.
Josve05a triaged this task as Medium priority.Aug 22 2015, 11:17 PM

@Smile4ever do you still get this error?

Note, Smile4ever does not have an account set up at phabricato. Suggest you ping on-wiki.

Rjwilmsi claimed this task.

We have made widespread use of System.Linq in AutoWikiBrowser now, so .NET 3.5 is required. .NET 3.5 is available on XP and works under Wine.