You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
I am attempting to use this package in a SQL server CLR class (i know :-P), and since the assembly is located in the database, not on disk, the assembly does not have a path in Assembly.location and is not included in the generated assembly, resulting in type not found message.
It would be very helpful to allow specifying a location on disk to use instead of Assembly.location
Are you open to a pull request?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am attempting to use this package in a SQL server CLR class (i know :-P), and since the assembly is located in the database, not on disk, the assembly does not have a path in
Assembly.location
and is not included in the generated assembly, resulting in type not found message.It would be very helpful to allow specifying a location on disk to use instead of
Assembly.location
Are you open to a pull request?
The text was updated successfully, but these errors were encountered: