neozhu/CleanArchitectureCodeGenerator

Error during compilation

Closed this issue · 4 comments

Hello

I downloaded your CodeGenerator project from the link https://github.com/neozhu/CleanArchitectureCodeGenerator.
On startup I get the following error.

image

I didn't change anything in your code. I am using VS 17.7.0 preview 1.0.
Do you know why this is happening?

Bogdan

neozhu commented

Hi Bogdan,
The error you encountered seems to indicate that the specific code shown in the image is not present in the project.

It seems that the icon file is not being loaded in the code. Please check the properties of your project's resource files. Please refer to the image I have uploaded for you.

image

There seems to be an error loading "Menus.ctmenu"

image

Bogdan

neozhu commented

I might not be able to help you with this. I am unable to reproduce your issue on my end. Perhaps you can try deleting the "bin" directory in the project, building with debug, and then reinstalling to see if it resolves the problem.

Removing the bins helped. Thanks.