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
I'm getting errors when writing version info into my logs, debugging shows the error:
error CS0433: The type 'ThisAssembly' exists in both 'MyProduct.MyProj, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' and 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I'm using VS2017.
At first I'd added it to all my projects in the solution but it didn't like the fact I had it in dependent projects, so I removed and have started trying to add just one by one, I've not managed the first one yet :) so I think I'm missing something obvious...
The text was updated successfully, but these errors were encountered:
I'm getting errors when writing version info into my logs, debugging shows the error:
error CS0433: The type 'ThisAssembly' exists in both 'MyProduct.MyProj, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' and 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I'm using VS2017.
At first I'd added it to all my projects in the solution but it didn't like the fact I had it in dependent projects, so I removed and have started trying to add just one by one, I've not managed the first one yet :) so I think I'm missing something obvious...
The text was updated successfully, but these errors were encountered: