mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
http://formfactoryaspmvc.azurewebsites.net/
MIT License
303 stars 103 forks source link

Embedded resource feature #40

Closed Budsy closed 6 years ago

Budsy commented 7 years ago

This may just be an issue with my setup, but... when I got around to publishing my web project to a staging site, I discovered that the 'Embedded Resource' feature completely stopped working, unable to find the virtual paths for some reason. The dev version and the staging version of my app are as identical as I can make out, right down to asp.net version and server configuration parameters. I checked all the Dlls and files list, and everything seems to be there. I updated my nuget packages, checked my Mvc routing, checked versioning, etc. etc. Obviously some little detail is missing. Anyway, I worked around this issue by eliminating the Embedded resource files and references, then installed all the template files. This seems to work just fine now in terms of speed and whatnot, and I can tweak the templates more easily. I just wanted to share this experience.

mcintyre321 commented 7 years ago

Did you have the VPP installed?

On Thu, 9 Feb 2017 at 22:53, Budsy notifications@github.com wrote:

This may just be an issue with my setup, but... when I got around to publishing my web project to a staging site, I discovered that the 'Embedded Resource' feature completely stopped working, unable to find the virtual paths for some reason. The dev version and the staging version of my app are as identical as I can make out, right down to asp.net version and server configuration parameters. I checked all the Dlls and files list, and everything seems to be there. I updated my nuget packages, checked my Mvc routing, checked versioning, etc. etc. Obviously some little detail is missing. Anyway, I worked around this issue by eliminating the Embedded resource files and references, then installed all the template files. This seems to work just fine now in terms of speed and whatnot, and I can tweak the templates more easily. I just wanted to share this experience.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mcintyre321/FormFactory/issues/40, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQ0-nE3anVw_z_50txNPH48FeF23VtIks5ra5jzgaJpZM4L8xfn .

mcintyre321 commented 7 years ago

I guess you must have if it works locally... hmm

mcintyre321 commented 7 years ago

Are you using Core or MVC5? You need a bit of config for Core.

Budsy commented 7 years ago

Just using MVC5. Yes, it is working well locally. I'm letting it stay that way for this project until I figure out this oddity.

mcintyre321 commented 6 years ago

Closing this as it's so old