Skip to content

Commit 1ff59bb

Browse files
committed
[FIXED] Issue with the Admin Digest Page
1 parent 17fc841 commit 1ff59bb

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

yaf_dnn/Installation/YAF.DotNetNuke.Module.dnn

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<name>Autofac.dll</name>
8080
</assembly>
8181
<assembly>
82-
<name>CookComputing.XmlRpcV2.dll</name>
82+
<name>CookComputing.XmlRpcV2.dll</name>
8383
</assembly>
8484
<assembly>
8585
<name>nStuff.UpdateControls.dll</name>
@@ -262,7 +262,10 @@
262262
<node path="/configuration/system.web/pages/controls" action="update" key="namespace" collision="overwrite">
263263
<add tagPrefix="editor" namespace="YAF.Editors" />
264264
</node>
265-
265+
<node path="/configuration/system.web/pages/controls" action="update" key="namespace" collision="overwrite">
266+
<add tagPrefix="asp" namespace="System.Web.UI.HtmlControls" assembly="System.Web"/>
267+
</node>
268+
266269
<node path="/configuration/system.web/httpHandlers" action="update" key="type" collision="overwrite">
267270
<add verb="GET" path="Resource.ashx" type="YAF.YafResourceHandler, YAF" />
268271
</node>
@@ -371,6 +374,10 @@
371374
<name>01.96.10.SqlDataProvider</name>
372375
<version>01.96.10</version>
373376
</script>
377+
<script type="Install">
378+
<name>02.30.00.SqlDataProvider</name>
379+
<version>02.30.00</version>
380+
</script>
374381
<script type="UnInstall">
375382
<name>Uninstall.SqlDataProvider</name>
376383
</script>

yaf_dnn/YAF.DNN.Module.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@
104104
</Compile>
105105
<Compile Include="Components\Controllers\Data.cs" />
106106
<Compile Include="Components\Controllers\Profile.cs" />
107-
<Compile Include="Components\Controllers\Search.cs">
108-
<SubType>ASPXCodeBehind</SubType>
109-
</Compile>
107+
<Compile Include="Components\Controllers\Search.cs" />
110108
<Compile Include="Components\Utils\CombinedUserDataHelper.cs" />
111109
<Compile Include="Components\Integration\DnnRichEditor.cs" />
112110
<Compile Include="Components\Integration\Journal.cs" />
@@ -171,6 +169,7 @@
171169
<None Include="BuildScripts\MSBuild.Community.Tasks.Targets" />
172170
<None Include="BuildScripts\MSBuild.Extended.Tasks.Targets" />
173171
<Content Include="Installation\01.96.10.SqlDataProvider" />
172+
<Content Include="Installation\02.30.00.SqlDataProvider" />
174173
<None Include="Installation\Uninstall.SqlDataProvider" />
175174
<Content Include="web.config" />
176175
<Content Include="web.Debug.config">

yaf_dnn/YAF.DNN.Module.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 14
3-
VisualStudioVersion = 14.0.25420.1
2+
# Visual Studio 15
3+
VisualStudioVersion = 15.0.26403.7
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DNN Module", "DNN Module", "{CD7F4B42-E9D3-4AE6-8217-AAB9BDBD76BB}"
66
EndProject

0 commit comments

Comments
 (0)