neozhu / CleanArchitectureCodeGenerator

Generate the application features code class that conforms to the CQRS design pattern in the Application project - Visual Studio.net 2022 Extensions plugin
Other
248 stars 75 forks source link

Error during compilation #36

Closed BogdanJak closed 2 months ago

BogdanJak commented 1 year ago

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 1 year ago

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
BogdanJak commented 1 year ago

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

image

Bogdan

neozhu commented 1 year ago

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.

BogdanJak commented 1 year ago

Removing the bins helped. Thanks.