*This step involves modifying 2 conflict files, so be sure that you DO NOT check these files in.
-Open your global XML file:
-Within the node structure of:
<config><english><activemodels>
-locate your model's
model node. It will look like this:
<model id="
##MODEL-ID##
" globalNav="true">
- within your
model node, you will find a
year node. Ensure that this value is set to the
upcoming year like this:
-Within the node structure of:
<config><english><certifiedmodels>
-locate your model's
certified model node. It will look like this:
<model id="
##MODEL-ID##
">
- within your
certified model node, you will find a
years node. Add a
year node for your year below
any existing years like this:
-Save this file, you are done with it.
-Open your web configuration file:
-Locate the
customErrors node and make sure that its "mode" attribute is set to "On", like this:
<customErrors mode="On">
-Save this file, you are done with it.