Today, building my solutions, this problem appear:
[Error] The file '...\ Projects \ Application \ Application \ obj \ Release \ netcoreapp2.0 \ Application.AssemblyInfo.cs' cannot be found.
I've found solutions for other versions of Visual Studio but not for 2017
Any recomendation on how this can be regenerated?
Kind regards
It is located under the folder "Properties". AssemblyInfo. cs file also get created, when you create any Web Application project.
You can generate an assemblyInfo. cs by right clicking the project and chosing properties. In the application tab fill in the details and press save, this will generate the assemblyInfo.
AssemblyInfo. cs contains information about your assembly, like name, description, version, etc. You can find more details about its content reading the comments that are included in it.
For me, had to create a new assembly file. Steps:
I also got this error after I Sync-ed to VS Team Service and I got many others errors. I already tried Greg's suggestion but it didn't work. But I tried in different way:
and my project run well again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With