Previously, viewing the code card worked and there were no problems. Now, if I click on any method on the context menu: Show on Code Map , the following happens:

  1. At first, everything is going well; a progress bar is displayed at the top; I see a code map:

enter image description here

  1. But at some point in the process of building a map map, something unknown is happening and I get the following error:

enter image description here

The error text is as follows:

ib ___. Repository.dll: Assembly cannot be loaded: C: \ Users ______ \ Documents \ ib ___ \ ib___ WCF \ v5.1 \ ib ___ WCF_5.1.01 \ WCF \ ib ___. Repository \ bin \ Debug \ ib ___. Repository.dll Error: Arithmetic operation resulted in an overflow.

Going to the folder specified in the path of this error, I find there this library, the error by which I get. The project is being built, there are no errors, everything works, except for the code card. What caused this error and how to solve the problem? As such, the answer to this question could not be found.

  • Well, something is wrong with arithmetic - some calculated value has gone beyond the boundaries of the range that can store the type of data that they operate on. - Chad
  • @Chad, what you suggest, and I also assumed, since I ran across this. But the fact is that the project is working, everything is in order and the error appears only in the Code Map . Any suggestion how to solve? Where to look? - Denis Bubnov
  • If it worked before, and stopped - then the problem is in the changed data. Or pick something that falls specifically in the library when it is loaded. - Chad
  • @Chad, At what exact moment no one could stop working, since the project is large, there can be up to 20 chekins a day, so this is unrealistic. Or pick something that falls specifically in the library when it is loaded. - How do you propose to do this? - Denis Bubnov
  • Through pain, agony and humiliation :-) Disassemble it, otdebazhit. Although, if this is a Vizhak problem, write to them in support, it's their product :-) - Chad

0