Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local assembly registration #159

Open
simra opened this issue Dec 23, 2019 · 0 comments
Open

Local assembly registration #159

simra opened this issue Dec 23, 2019 · 0 comments

Comments

@simra
Copy link
Member

simra commented Dec 23, 2019

Hi,
I created a U-SQL class library project MyLibrary and separately created a U-SQL project MyProject. I built the U-SQL class library and registered it with the (local-project: MyProject) ADLA account. I added REFERENCE ASSEMBLY MyProject; to my U-SQL script, but when I try to submit the script to the local-project account I get the message "Assembly 'master.MyLibrary' does not exist.

Is there a way to list the assemblies registered with the project?
Do I need to take any other steps to test the assembly locally?

The steps I've taken so far follow the documentation here: https://blogs.msdn.microsoft.com/azuredatalake/2016/08/26/how-to-register-u-sql-assemblies-in-your-u-sql-catalog/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant