✅ Missing parameter setter in System.dll
if I can't call ctor from base class, because its missing param setter (and cant go any further with F11), what should I do? That's not problem of my machine, cause others got same results
5 Replies
Ikarmus
sorry guys, quick question - if I can't call ctor from base class, because its missing param setter (and cant go any further with F11), what should I do? That's not only the problem of my machine
Quoted by
<@474161056730578944> from #advanced (click here)
React with ❌ to remove this embed.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
the problem is I can't share DevExpress dlls anywhere afaik
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Yeah :/
On it
Makes sense, I'll move all of that stuff here, then ping You and canton7 here
Thank you for your time, WIP
I don't have repro yet, but another strange thing happened - while trimming all not necessary controllers, swaggers etc somehow api worked (that was project copierd to separate folder etc) - the solution seemed to be adding
Microsoft.Analysis.CSharp
, however when I added it to actual repo strange thing happened - whole process worked perfectly twice, but on 3rd and 4th execution it threw the same error as earlier, that is missing method set_Evidence
- I'll send repo here, but unfortunatelly it won't happen today, in touch :salute:
All right, so I can't provide good repro
to resolve the problem we created buffer DLL, which is used as follows
Original:
App -> WebApi -> MyDLL
Fixed:
App -> WebApi -> BufferDLL -> MyDLL
Anyway MyDLL is called from net6-windows, but somehow this way it is working, so I'll just leave the answear as this^
In case of any questions feel free to DM me and link this thread (as I might not see this thread notification)