'Warning CS1701: Assuming assembly reference' error

Hello

I have recently updated dependencies in one of my libraries.
When trying to publish a new version I am met with the errors below.

Can anyone point me in the right direction for solving this?

Regards
Soren

Hi @SorenB

Just to narrow it down, what is your Studio version?

Some more details about your specific project would help as well:

  • do you use coded workflows?
  • is it vb.net or c#?
  • does it compile if you selectively disable bigger parts of the workflow? (to try to narrow down the faulty activity)

Hello @loginerror

I am using Studio 2024.10.8.
The project is vb.net.

It does’nt seem to help disabling larger chunks of the code, but I will continue to troubleshoot.

Up to the error I have been changing Activity Layout - perhaps this has something to do with it.
I have been categorizing arguments, applying helptext and tooltips.

Regards
Soren

It looks like something is duplicated somewhere:
image

A required argument…

Not sure what happened, but now the library compiles and publishes.

I opened the 3 .xaml-files inside the library with Notepad++ to check if there were any duplicate arguments that weren’t showing in Studio, but that was not the case.

Then I deleted an argument category called “Input” that I suspected had something to do with it.
But after succesfull compilation I re-added the category and it still compiles just fine.

Thanks for the help in troubleshooting.

Regards
Soren

1 Like

Thank you for reporting back, I’m glad it got resolved!

Still annoying, so feel free to let us know in case it happens again and you have some hints on how to reproduce it! :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.