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 ?
Regards.
Can't view in object browser ?
Can't view in object browser ?
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
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
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Can't view in object browser ?
Indeed it works when referencing the .dll.
Good to know, thanks for the tip
Regards.
Good to know, thanks for the tip
Regards.