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
They're x86 from the SAP Service market Place. The app builds and runs debugged through visual studio OK, it's only when publishing that this error sadly makes an appearance. I think it's an issue to do with how asp.net 5 projects handle assembly references which has introduced this naming constraint.
Well, it seens is is really an issue with naming constraint (dotnet/aspnetcore#874).
Unfortunately I don't know if I can do anything to help you. If you find a solution, please comment it.
Hi
After referencing sapnco.dll and sapnco_utils.dll when i attempt to publish my asp.net 5 project I get the following error:
'The package ID 'sapnco_utils' contains invalid characters'...
I understand that this is due to the underscore in one of the the dll names. Any thoughts or suggestions on getting around this much appreciated.
The text was updated successfully, but these errors were encountered: