Hi Denis,
> Using declarative protection you would be able to find the affected
> method but the problem persist. Without corresponding code (or other
> helpful information) I can't fix this issue.
Well, let's say I could exclude a class / method from being pre-jitted
and that would solve the problem (the 'right exclusion' should solve
the problem as it has something to do with my code, right?).
That would have to consequences:
1.) If you couldn't provide a fix (which I highly doubt), at least the
problem would be work-arounded for me at this point, which would be
nice :)
2.) If I know which class / classes / methods are responsible for the
crash, I might be able to create an assembly with the same behavior,
in consequence allowing you to fix the problem. Doesn't that sound
reasonable?
>Do you mean web service - Native EXE File issue, right?
The 'problem' you are referring to, is when a web service is inside an
exe and natively protected. I got that this is not a bug / problem
of .Net Ractor.
What I meant was protecting a dll that contains a web service (only),
which I call from the main program. If I protect this dll with necro
bit enabled and call it from the main program, there is just 100 % CPU
load and nothing happens (it works fine if I don't use necro bit,
compatibily mode changed nothing). Hope that makes some sense to
you :D
Regards,
raven