We've just moved over from Visual Studio 2010 to 2013 and downloaded the latest Razor version (1.6.3). We use Razor to generate cshtml files to populate Microsoft Excel templates. Since using the new version, we are unable to successfully load new templates. The Excel file is always corrupt, displaying an xml error. Has anyone else experienced such a problem?
Comments: Thanks for your help. The problem was due to vs 2013 auto changing the code from camelcase to lowercase.
Comments: Thanks for your help. The problem was due to vs 2013 auto changing the code from camelcase to lowercase.