Comments
Sort by recent activity
Ok. But how is the bugreport file saved to the DB? If we copy this file from the customer (Not using the webserver) to a machine in our network. Can we open the bug report file directly with SA and it will be stored automatically to DB? / comments
Ok. But how is the bugreport file saved to the DB? If we copy this file from the customer (Not using the webserver) to a machine in our network. Can we open the bug report file directly with SA and...
I decompiled the created .net standard dll modified by SA. The problem is, you are injecting the same code as for .NET framewrok assemblies including checking registry. For this you also add a reference to a "Microsoft.Win32.Registry" dll. But this dll does not exist.
There would be a ugly workaround by adding the "Microsoft.Win32.Registry" nuget to the .net standard dll and use one of its classes. But this would add a windows os dependency to this lib, which is not possible. Maybe this can help.
/ comments
I decompiled the created .net standard dll modified by SA. The problem is, you are injecting the same code as for .NET framewrok assemblies including checking registry. For this you also add a refe...
Yes, it seems to work now with .Net Standard also. Thank you very much. / comments
Yes, it seems to work now with .Net Standard also. Thank you very much.
Ok thanks. / comments
Ok thanks.