xsharp.eu • Can't view in object browser ?
Page 1 of 1

Can't view in object browser ?

Posted: Tue Dec 06, 2022 9:02 am
by baramuse
Hi everyone,

I have a .net 4.8 ASP.net project that references a Xsharp library in the same solution.
I have the library built and referenced by the ASP.Net project.
Is that normal that I can't open it in the object browser ?
Capture d’écran 2022-12-06 100004.png
Capture d’écran 2022-12-06 100004.png (10.96 KiB) Viewed 242 times
Regards.

Can't view in object browser ?

Posted: Tue Dec 06, 2022 9:12 am
by robert
Yes, that is normal (at this moment). We are not supporting Object Browser/ClassView inside VS.
If you change the project reference to an assembly reference (if you add a reference to the output file of your X# project) then you should be able to see the types in the assembly in the object browser.
Robert

Can't view in object browser ?

Posted: Tue Dec 06, 2022 9:15 am
by baramuse
Indeed it works when referencing the .dll.
Good to know, thanks for the tip :)

Regards.