U-SQL Error while using REFERENCE ASSEMBLY

前端 未结 2 686
情书的邮戳
情书的邮戳 2021-01-22 20:37

I created a U-SQL library using Azure APIs and register the assembly on Azure cloud with all dependencies. I added this library with my U-SQL project and added below line On my

2条回答
  •  清歌不尽
    2021-01-22 20:39

    For this issue, Please check below scenarios:

    1) Make sure the assembly's property Copy Local is true:

    2) When Register Assembly, please make sure the Managed Dependencies are selected:

    3) please check bin/Debug folder to make sure this assembly is existed. If the register assembies larger than 15kb, please make sure it is existed in Data Lake store

提交回复
热议问题