views:

132

answers:

1

Can anyone please help me out in rectifying the error: BORdbg70.exe BORdbg70.dll "Internal Error EVA 1528". What is the cause of this error? how can i slove this problem.

See here how the remote debugging session was setup

A: 

An internal error is a bug in the compiler. See this

Article about what to do in case of internal compiler errors

for some hints what you can do.

Two things that often solved the problem for me:

  • Restart the IDE
  • Remove all DCU files of your project and build it from scratch
Smasher
In this case it comes from the debugger, not the compiler.
Lars Truijens