One of the reasons for this error:
(Missing method System.Type::op_Inequality(Type,Type) in assembly-
/usr/lib/mono/2.0/mscorlib.dll)
can be the presence of a "SomeApplication.config" file with saved user
settings, the runtime version of which is wrong. For example, the prefix part
of this file might look like this:
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="userSettings"
type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="ConsTerm.Client.Properties.Settings"
type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089"
allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
You should recompile the program to version 4 (if you have the source
code) and remove the old version of "SomeApplication.config"
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884035
Title:
Unable to execute .NET programs compiled against the v2.0 runtime:
"Missing method System.Type::op_Inequality(Type,Type) in assembly
/usr/lib/mono/2.0/mscorlib.dll"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-sharp2/+bug/884035/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs