jellyfishfingers / EmailTemplateGenerator

This application will create an Email Template Generator.
MIT License
4 stars 2 forks source link

Build Error, File Not Found Exception #3

Open hartkemd opened 2 years ago

hartkemd commented 2 years ago

Hello,

I want to help work on this project.

First, I was trying to see the code in action. I cloned the repo in Visual Studio, however I could not build the solution. I got the error: "NETSDK1004 Assets file 'EmailTemplateGenerator\obj\project.assets.json' not found. Run a NuGet package restore to generate this file."

I ran a NuGet package restore, but now I'm getting the exception: "System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Runtime, Version=4.2.2.0, Culture=neutral, or one of its dependencies. The system cannot find the file specified.'" Any ideas on how this can be resolved? Were you able to build the solution and run the app?

Thank you.

jellyfishfingers commented 2 years ago

Thanks for the feedback... I'll try to do any push request with newer code

jellyfishfingers commented 2 years ago

Hi @hartkemd , I just pushed some code. I'm able to build the project, both in Visual Studio Code and Visual Studio (Community).

hartkemd commented 2 years ago

I'm still having problems, but I think pull request #4 will fix the issues.