Skip to content

Commit

Permalink
Updated more documentation around .Net Framework 4.7.2 and DNN 9.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hammond committed Jun 16, 2020
1 parent 7c256c0 commit f479e2c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
Binary file modified DNNTemplates.vsix
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ Installation instructions
-----------
* Download the VSIX from GitHub, or find the Project in the [Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/bdd506ef-d5c3-4274-bf1d-9e673fb23484)

V10.1 DNN 7/8/9 Visual Studio 2019 (TBD)
V10.1 DNN 7/8/9 Visual Studio 2019 (6/16/2020)
-----------
Updated Visual Studio version number in Template files
Updated Bootstrap in C# Theme project to V3.4.1
Added additional notes to documentation after new project creation.


V10.0 DNN 7/8/9 Visual Studio 2019 (4/9/2019)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>* Important *</h2>
<strong>Open up IIS Manager (start>run>INETMGR), go to your $devenvironmenturl$ website and make sure that DesktopModules is NOT a Virtual Directory/Application, if so, remove that. You can also look at sub directories under that folder that are also virtual directories, right click and remove them as well.</strong>
</li>
<li>
<strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
You will need to change the TARGET Framework to 4.7.2 if you're compiling against DNN 9.5+. Right click on the project, choose properties, change the target. <strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
</li>
<li><strong>BEFORE</strong> checking the
module into your source control environment check the following.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>* Important *</h2>
<strong>Open up IIS Manager (start>run>INETMGR), go to your $devenvironmenturl$ website and make sure that DesktopModules is NOT a Virtual Directory/Application, if so, remove that. You can also look at sub directories under that folder that are also virtual directories, right click and remove them as well.</strong>
</li>
<li>
<strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
You will need to change the TARGET Framework to 4.7.2 if you're compiling against DNN 9.5+. Right click on the project, choose properties, change the target. <strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
</li>
<li><strong>BEFORE</strong> checking the
module into your source control environment check the following.</li>
Expand Down
2 changes: 1 addition & 1 deletion VSIX/CSharp-DAL2-Template/Documentation/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>* Important *</h2>
<strong>Open up IIS Manager (start>run>INETMGR), go to your $devenvironmenturl$ website and make sure that DesktopModules is NOT a Virtual Directory/Application, if so, remove that. You can also look at sub directories under that folder that are also virtual directories, right click and remove them as well.</strong>
</li>
<li>
<strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
You will need to change the TARGET Framework to 4.7.2 if you're compiling against DNN 9.5+. Right click on the project, choose properties, change the target. <strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
</li>
<li><strong>BEFORE</strong> checking the
module into your source control environment check the following.</li>
Expand Down
2 changes: 1 addition & 1 deletion VSIX/CSharp-Template/Documentation/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>* Important *</h2>
<strong>Open up IIS Manager (start>run>INETMGR), go to your $devenvironmenturl$ website and make sure that DesktopModules is NOT a Virtual Directory/Application, if so, remove that. You can also look at sub directories under that folder that are also virtual directories, right click and remove them as well.</strong>
</li>
<li>
<strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
You will need to change the TARGET Framework to 4.7.2 if you're compiling against DNN 9.5+. Right click on the project, choose properties, change the target. <strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
</li>
<li><strong>BEFORE</strong> checking the
module into your source control environment check the following.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>* Important *</h2>
<strong>Open up IIS Manager (start>run>INETMGR), go to your $devenvironmenturl$ website and make sure that /portals/_default/skins/ is NOT a Virtual Directory/Application, if so, remove that.</strong>
</li>
<li>
<strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
You will need to change the TARGET Framework to 4.7.2 if you're compiling against DNN 9.5+. Right click on the project, choose properties, change the target. <strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
</li>
<li><strong>BEFORE</strong> checking the
theme into your source control environment check the following.</li>
Expand Down
2 changes: 1 addition & 1 deletion VSIX/VB-DAL2-Template/Documentation/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>* Important *</h2>
<strong>Open up IIS Manager (start>run>INETMGR), go to your $devenvironmenturl$ website and make sure that DesktopModules is NOT a Virtual Directory/Application, if so, remove that. You can also look at sub directories under that folder that are also virtual directories, right click and remove them as well.</strong>
</li>
<li>
<strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
You will need to change the TARGET Framework to 4.7.2 if you're compiling against DNN 9.5+. Right click on the project, choose properties, change the target. <strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
</li>
<li><strong>BEFORE</strong> checking the
module into your source control environment check the following.</li>
Expand Down
2 changes: 1 addition & 1 deletion VSIX/VB-Template/Documentation/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>* Important *</h2>
<strong>Open up IIS Manager (start>run>INETMGR), go to your $devenvironmenturl$ website and make sure that DesktopModules is NOT a Virtual Directory/Application, if so, remove that. You can also look at sub directories under that folder that are also virtual directories, right click and remove them as well.</strong>
</li>
<li>
<strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
You will need to change the TARGET Framework to 4.7.2 if you're compiling against DNN 9.5+. Right click on the project, choose properties, change the target. <strong>If you change the TARGET framework for the project, remove the WEB.CONFIG file that Visual Studio will add to your project.</strong>
</li>
<li><strong>BEFORE</strong> checking the
module into your source control environment check the following.</li>
Expand Down

0 comments on commit f479e2c

Please sign in to comment.