خرید بک لینک

Vote count: 0

I have an obfuscated code, written in C#, that I need to build and make an exe. However, I am getting error when build the project in VS 2012. The error says:

Error:

'xf1555389a70c7d5a.x39b8e005139a3d89.xdd6080d77f5137d7' does not implement interface member 'System.Collections.IEnumerable.GetEnumerator()'. 'xf1555389a70c7d5a.x39b8e005139a3d89.xdd6080d77f5137d7.GetEnumerator()' caot implement 'System.Collections.IEnumerable.GetEnumerator()' because it does not have the matching retu type of 'System.Collections.IEnumerator'.

File: x39b8e005139a3d89.cs

Here is xdd6080d77f5137d7.cs File obfuscated code:

public class xdd6080d77f5137d7 : IEnumerable<x39b8e005139a3d89.xe657754b6d8c9c0b>, IEnumerable, IComparable, x39b8e005139a3d89.xe657754b6d8c9c0b
    {
      private readonly LOG_CODES _x9035cf16181332fc;
      private readonly BOARDS _x337e217cb3ba0627;
      private readonly DeviceMode _xa4aa8b4150b11435;

  public LOG_CODES xdc1af3a17717bf0a
  {
    get
    {
      retu this._x9035cf16181332fc;
    }
  }

  public BOARDS xaf77e81a71d6921f
  {
    get
    {
      retu this._x337e217cb3ba0627;
    }
  }

  public DeviceMode xad98d2ceb0921f0a
  {
    get
    {
      retu this._xa4aa8b4150b11435;
    }
  }

  public xdd6080d77f5137d7(LOG_CODES code, BOARDS source, DeviceMode mode)
  {
    this._x9035cf16181332fc = code;
    this._x337e217cb3ba0627 = source;
    this._xa4aa8b4150b11435 = mode;
  }

  public xdd6080d77f5137d7(LOG_CODES code, DeviceMode mode)
  {
    this._x9035cf16181332fc = code;
    this._x337e217cb3ba0627 = BOARDS.boardNULL;
    this._xa4aa8b4150b11435 = mode;
  }

  public xdd6080d77f5137d7(LOG_CODES code, BOARDS source)
  {
    this._x9035cf16181332fc = code;
    this._x337e217cb3ba0627 = source;
    this._xa4aa8b4150b11435 = DeviceMode.None;
  }

  public xdd6080d77f5137d7(LOG_CODES code)
  {
    this._x9035cf16181332fc = code;
    this._x337e217cb3ba0627 = BOARDS.boardNULL;
    this._xa4aa8b4150b11435 = DeviceMode.None;
  }

  public int CompareTo(object obj)
  {
    x7ba9346687691c4e.x4e846d09fe48634b(obj is x39b8e005139a3d89.xdd6080d77f5137d7, "Wrong data type");
    x39b8e005139a3d89.xe657754b6d8c9c0b xe657754b6d8c9c0b = (x39b8e005139a3d89.xe657754b6d8c9c0b) obj;
    if (this.xdc1af3a17717bf0a > xe657754b6d8c9c0b.xdc1af3a17717bf0a)
      retu 1;
    if (this.xdc1af3a17717bf0a < xe657754b6d8c9c0b.xdc1af3a17717bf0a)
      retu -1;
    if (this.xaf77e81a71d6921f > xe657754b6d8c9c0b.xaf77e81a71d6921f)
      retu 1;
    if (this.xaf77e81a71d6921f < xe657754b6d8c9c0b.xaf77e81a71d6921f)
      retu -1;
    if (this.xad98d2ceb0921f0a > xe657754b6d8c9c0b.xad98d2ceb0921f0a)
      retu 1;
    retu this.xad98d2ceb0921f0a < xe657754b6d8c9c0b.xad98d2ceb0921f0a ? -1 : 0;
  }

  public IEnumerator<x39b8e005139a3d89.xe657754b6d8c9c0b> GetEnumerator()
  {
    throw new Exception("The method or operation is not implemented.");
  }

  IEnumerator IEnumerable.x05b0b83b5e6c5de6() // Also, I am getting Error at this Line. The error is: 'IEnumerable.x05b0b83b5e6c5de6' in explicit interface declaration is not a member of interface.
  {
    throw new Exception("The method or operation is not implemented.");
  }
}

Please see that there are 2 Errors (First one is above File x39b8e005139a3d89.cs and other error is at the end of the xdd6080d77f5137d7.cs file. )

asked 1 min ago

- - , .
.

برچسب: نویسنده: استخدام کار تاريخ: يکشنبه 27 تير 1395 ساعت: 3:59

صفحه بندی