C# pure R6025 virtual function call -


i following error on live system (windows server 2012 r2 x64) not on dev (windows 7 x64) machine. stackoverflow thread said "you calling function declared, since not calling child's implementation, has no definition.". wouldn't ide show such declared functions warning? i've read version of .net might problem, i've updated 4.5.2; no avail. project runs on .net version 4. idea how debug/solve kind of problem?

error description: runtime error! r6025 - pure virtual function call

edit clarify:

  1. i don't know code throwing because happens on live system
  2. i'm sure it's c# code if it's of mine (3 projects in c#). i'm referencing com component, might problem. why on live , not on dev machine?
  3. no 'virtual' keyword found anywhere in code.

so narrowed down com-component seems have problem windows server 2012 r2. because it's problem 3rd party i've contacted them fix problem.


Comments