Version Number and Assemblies
Hi,
I have create a new project in Sitefinity, and it would be use MVC for development. How do I "version" this project in VS. I would like to maintain a version for my project in Sitefinity. The AssemblyInfo has the Sitefinity version, can I change that? Also where does my MVC compiled code go to? I don't see any DLL files related to my MVC code in the Sitefinity bin folder
Regards
Baliga
Hello,
Any MVC code is compiled into the SitefinityWebApp dll, it does not have its own dll.
In terms of modifying the AssemblyInfo file, it is not recommended to modify the version found here as it could cause problems with upgrades. What I can suggest for you is to use Feather, then you can create your MVC widgets in a separate assembly that you can use in your project.
I hope this information helps you.