<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Christoc's DotNetNuke Module Development Template</title><link>http://christoctemplate.codeplex.com/project/feeds/rss</link><description>Quick and easy to use Module Development templates for DotNetNuke 7.0.2&amp;#43; and Visual Studio 2012.   </description><item><title>New Post: DnnGrid is not a known element</title><link>http://christoctemplate.codeplex.com/discussions/444214</link><description>&lt;div style="line-height: normal;"&gt;Hi Christoc,&lt;br /&gt;
&lt;br /&gt;
First I want to say that I'm new to DNN and I might need some help regarding DnnGrid.&lt;br /&gt;
I have registered assembly DotNetNuke.Web and DotNetNuke but when I try to put a DnnGrid in the page I get the following message: &lt;br /&gt;
&amp;quot;Element 'DNNGrid' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I tried to find a solution on the web but without success. There isn't much discussion about this issue. Probably not many people has this issue but I'm trying to find a solution for days now...&lt;br /&gt;
&lt;br /&gt;
Can you please help me?&lt;br /&gt;
&lt;/div&gt;</description><author>remusgondecjr</author><pubDate>Sun, 19 May 2013 19:36:48 GMT</pubDate><guid isPermaLink="false">New Post: DnnGrid is not a known element 20130519073648P</guid></item><item><title>New Post: DAL 2 Example for SQL statement.</title><link>http://christoctemplate.codeplex.com/discussions/444201</link><description>&lt;div style="line-height: normal;"&gt;For a basic tutorial check out &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.dotnetnuke.com/Resources/Wiki/Page/Module-Development.aspx#_Beginning_Module_Development_Video_Series__5" rel="nofollow"&gt;http://www.dotnetnuke.com/Resources/Wiki/Page/Module-Development.aspx#_Beginning_Module_Development_Video_Series__5&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
though that is for DNN5 all of it pretty much still applies if you're using DAL.&lt;br /&gt;
&lt;br /&gt;
For an example of a module that uses DAL2 check out &lt;a href="https://github.com/ChrisHammond/dnnCHAT" rel="nofollow"&gt;https://github.com/ChrisHammond/dnnCHAT&lt;/a&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>christoc</author><pubDate>Sun, 19 May 2013 16:23:02 GMT</pubDate><guid isPermaLink="false">New Post: DAL 2 Example for SQL statement. 20130519042302P</guid></item><item><title>New Post: DAL 2 Example for SQL statement.</title><link>http://christoctemplate.codeplex.com/discussions/444201</link><description>&lt;div style="line-height: normal;"&gt;I am trying to develop a module in DNN7 but I really can not find any clear simple tutorial on how to Select a statement, insert, update, delete to SQL database. using DAL 2 or any other method. &lt;br /&gt;
&lt;/div&gt;</description><author>Hdamis</author><pubDate>Sun, 19 May 2013 16:03:24 GMT</pubDate><guid isPermaLink="false">New Post: DAL 2 Example for SQL statement. 20130519040324P</guid></item><item><title>Commented Issue: Missing DLL when packaging module [10986]</title><link>http://christoctemplate.codeplex.com/workitem/10986</link><description>The &amp;#34;MSBuild.Community.Tasks.XmlRead&amp;#34; task could not be loaded from the assembly C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll. Could not load file or assembly &amp;#39;file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll&amp;#39; or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;#60;UsingTask&amp;#62; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.&amp;#9;DNNModule2&lt;br /&gt;&lt;br /&gt;I am using Visual Studio 2012 professional  and have tried many thing.. if you can help i would be grateful...&lt;br /&gt;Comments: ** Comment from web user: tntiwari11 ** &lt;p&gt;The &amp;quot;MSBuild.Community.Tasks.XmlRead&amp;quot; task could not be loaded from the assembly C:\ddn\dnndev.me\DesktopModules\DNNModule2\packages\MSBuildTasks.1.4.0.56\tools\MSBuild.Community.Tasks.dll. Could not load file or assembly 'file:///C:\ddn\dnndev.me\DesktopModules\DNNModule2\packages\MSBuildTasks.1.4.0.56\tools\MSBuild.Community.Tasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;lt;UsingTask&amp;gt; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. DNNModule2&lt;/p&gt;&lt;p&gt;I  have same issue with Visual Studio 2012 ultimate when I am creating DNN Module in release mode its displaying above error, also I ahve Installed NuGet updated version still facing problem, please if you can help i would be grateful.&lt;br&gt;&lt;/p&gt;</description><author>tntiwari11</author><pubDate>Thu, 16 May 2013 17:40:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Missing DLL when packaging module [10986] 20130516054029P</guid></item><item><title>New Post: Error 2 The "MSBuild.Community.Tasks.XmlRead" task could not be loaded...</title><link>http://christoctemplate.codeplex.com/discussions/400980</link><description>&lt;div style="line-height: normal;"&gt;I went thru a doozy of PITA trying to get this solution to compile in RELEASE mode and it was related to a path issue. I want to share with you my solution to the problem - which ultimately was related to a path issue.  Btw, every situation is different but finding this Hammond thread really helped me on my way.  I will point out that my situation was probably unique.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 I NUGETed the following: &amp;quot;PM&amp;gt; Install-Package MSBuildTasks&amp;quot; which created a &amp;quot;package&amp;quot; folder under solution as Mugbomah suggested&lt;br /&gt;
&lt;br /&gt;
 For my module in particular, I had to tweak the MSBUILD path in the file: BuildScripts\MSBuild.Community.Tasks.Targets &lt;br /&gt;
&lt;br /&gt;
From &lt;br /&gt;
&amp;lt;MSBuildCommunityTasksLib&amp;gt;$(SolutionDir)\packages\MSBuildTasks.1.4.0.45\tools\MSBuild.Community.Tasks.dll&amp;lt;/MSBuildCommunityTasksLib&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To&lt;br /&gt;
&amp;lt;MSBuildCommunityTasksLib&amp;gt;$(SolutionDir)\packages\MSBuildTasks.1.4.0.56\tools\MSBuild.Community.Tasks.dll&amp;lt;/MSBuildCommunityTasksLib&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PITA ERROR MESSAGE&lt;br /&gt;
&lt;br /&gt;
Error 22 &lt;br /&gt;
The &amp;quot;MSBuild.Community.Tasks.XmlRead&amp;quot; task could not be loaded from the assembly&lt;br /&gt;
C:\blahblah\packages\MSBuildTasks.1.4.0.45\tools\MSBuild.Community.Tasks.dll. &lt;br /&gt;
 Could not load file or assembly 'file:///BLAH/packages\MSBuildTasks.1.4.0.45\tools\MSBuild.Community.Tasks.dll'&lt;br /&gt;
 or one of its dependencies. The system cannot find the file specified. &lt;br /&gt;
 Confirm that the &amp;lt;UsingTask&amp;gt; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Thanks again Chris Hammond for helping to spread the word of keeping the DNN Community alive.&lt;br /&gt;
&lt;/div&gt;</description><author>logan5735</author><pubDate>Fri, 10 May 2013 06:52:29 GMT</pubDate><guid isPermaLink="false">New Post: Error 2 The "MSBuild.Community.Tasks.XmlRead" task could not be loaded... 20130510065229A</guid></item><item><title>Commented Issue: Missing DLL when packaging module [10986]</title><link>http://christoctemplate.codeplex.com/workitem/10986</link><description>The &amp;#34;MSBuild.Community.Tasks.XmlRead&amp;#34; task could not be loaded from the assembly C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll. Could not load file or assembly &amp;#39;file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll&amp;#39; or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;#60;UsingTask&amp;#62; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.&amp;#9;DNNModule2&lt;br /&gt;&lt;br /&gt;I am using Visual Studio 2012 professional  and have tried many thing.. if you can help i would be grateful...&lt;br /&gt;Comments: ** Comment from web user: Matichek ** &lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;I kinda solved it - &amp;quot;the Missing MSBuild.Community.Tasks.dll&amp;quot; &lt;/p&gt;&lt;p&gt;1. I copied MsBuild.Community.Tasks.dll and MsBuild.Community.Tasks.xml into BuildScripts Folder in project folder... &lt;/p&gt;&lt;p&gt;&lt;br&gt;2. Than I changed line that has  &amp;lt;MSBuildCommunityTasksLib&amp;gt; - into my own local path to dll ... something like this... &amp;quot;&amp;lt;MSBuildCommunityTasksLib&amp;gt;$(SolutionDir)\BuildScripts\MSBuild.Community.Tasks.dll&amp;lt;/MSBuildCommunityTasksLib&amp;gt;&amp;quot; ...&lt;/p&gt;&lt;p&gt;I know this is kinda desperate but it works ! - Build script now creates Install folder - with 2 zip files (with source and install zip)....  Btw, I doing this example - http://www.dotnetnuke.com/Resources/Video-Library/Viewer/Video/437/View/Details/DotNetNuke-Explained-Basic-Module-Development.aspx&lt;/p&gt;&lt;p&gt;Hope this helps anyone ... &lt;/p&gt;</description><author>Matichek</author><pubDate>Thu, 09 May 2013 13:27:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Missing DLL when packaging module [10986] 20130509012723P</guid></item><item><title>Commented Issue: Missing DLL when packaging module [10986]</title><link>http://christoctemplate.codeplex.com/workitem/10986</link><description>The &amp;#34;MSBuild.Community.Tasks.XmlRead&amp;#34; task could not be loaded from the assembly C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll. Could not load file or assembly &amp;#39;file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll&amp;#39; or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;#60;UsingTask&amp;#62; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.&amp;#9;DNNModule2&lt;br /&gt;&lt;br /&gt;I am using Visual Studio 2012 professional  and have tried many thing.. if you can help i would be grateful...&lt;br /&gt;Comments: ** Comment from web user: Matichek ** &lt;p&gt;Thank you Christoc for answering, &lt;/p&gt;&lt;p&gt;Yes, I did use www.dnndev.me ... I tried also (on a new install) www.dnndev (with settings -  &amp;lt;IISUrl&amp;gt;http://www.dnndev/desktopmodules/DNNExplained&amp;lt;/IISUrl&amp;gt;&lt;br&gt;          &amp;lt;OverrideIISAppRootUrl&amp;gt;True&amp;lt;/OverrideIISAppRootUrl&amp;gt;&lt;br&gt;          &amp;lt;IISAppRootUrl&amp;gt;http://www.dnndev/&amp;lt;/IISAppRootUrl&amp;gt; ) - but I get the same error - with missing DLL... &lt;/p&gt;&lt;p&gt;I also have a question regarding your Documentation.html in the module template - What did you mean with - &amp;quot;BEFORE checking the module into your source control environment check the following.&amp;quot; - Source control environment is created with you Select - new project - DNN template ? &lt;br&gt;&lt;/p&gt;</description><author>Matichek</author><pubDate>Thu, 09 May 2013 09:08:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: Missing DLL when packaging module [10986] 20130509090850A</guid></item><item><title>Commented Issue: Missing DLL when packaging module [10986]</title><link>http://christoctemplate.codeplex.com/workitem/10986</link><description>The &amp;#34;MSBuild.Community.Tasks.XmlRead&amp;#34; task could not be loaded from the assembly C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll. Could not load file or assembly &amp;#39;file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll&amp;#39; or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;#60;UsingTask&amp;#62; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.&amp;#9;DNNModule2&lt;br /&gt;&lt;br /&gt;I am using Visual Studio 2012 professional  and have tried many thing.. if you can help i would be grateful...&lt;br /&gt;Comments: ** Comment from web user: christoc ** &lt;p&gt;Did you create the website in IIS to use DNNDEV.ME as a header, or did you put only www.dnndev.me ? &lt;/p&gt;</description><author>christoc</author><pubDate>Thu, 09 May 2013 03:51:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: Missing DLL when packaging module [10986] 20130509035110A</guid></item><item><title>Commented Issue: Missing DLL when packaging module [10986]</title><link>http://christoctemplate.codeplex.com/workitem/10986</link><description>The &amp;#34;MSBuild.Community.Tasks.XmlRead&amp;#34; task could not be loaded from the assembly C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll. Could not load file or assembly &amp;#39;file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll&amp;#39; or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;#60;UsingTask&amp;#62; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.&amp;#9;DNNModule2&lt;br /&gt;&lt;br /&gt;I am using Visual Studio 2012 professional  and have tried many thing.. if you can help i would be grateful...&lt;br /&gt;Comments: ** Comment from web user: Matichek ** &lt;p&gt;Yes, I did install &amp;quot;as admin&amp;quot; and &amp;quot;unlocked&amp;quot; mode - NuGet.Tools.vsix and MsBuild.Community.Tasks.v.4.0.42.msi ... &lt;/p&gt;&lt;p&gt;I also get an error when I created a new project -&amp;gt;DNN template- &amp;gt; that IIS error ... so I have to change http://dnndev.me... to http://www.dnndev.me in Module.csproj file.. ... in order to get rid of that IIS error ... &lt;/p&gt;</description><author>Matichek</author><pubDate>Wed, 08 May 2013 23:01:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Missing DLL when packaging module [10986] 20130508110121P</guid></item><item><title>Commented Issue: Missing DLL when packaging module [10986]</title><link>http://christoctemplate.codeplex.com/workitem/10986</link><description>The &amp;#34;MSBuild.Community.Tasks.XmlRead&amp;#34; task could not be loaded from the assembly C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll. Could not load file or assembly &amp;#39;file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll&amp;#39; or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;#60;UsingTask&amp;#62; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.&amp;#9;DNNModule2&lt;br /&gt;&lt;br /&gt;I am using Visual Studio 2012 professional  and have tried many thing.. if you can help i would be grateful...&lt;br /&gt;Comments: ** Comment from web user: christoc ** &lt;p&gt;Do you have NUGET installed? Without that the MSBUILD package won't install properly&lt;/p&gt;</description><author>christoc</author><pubDate>Wed, 08 May 2013 22:29:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Missing DLL when packaging module [10986] 20130508102929P</guid></item><item><title>Created Issue: Missing DLL when packaging module [10986]</title><link>http://christoctemplate.codeplex.com/workitem/10986</link><description>The &amp;#34;MSBuild.Community.Tasks.XmlRead&amp;#34; task could not be loaded from the assembly C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll. Could not load file or assembly &amp;#39;file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#92;ddn&amp;#92;dnndev.me&amp;#92;DesktopModules&amp;#92;DNNModule2&amp;#92;packages&amp;#92;MSBuildTasks.1.4.0.56&amp;#92;tools&amp;#92;MSBuild.Community.Tasks.dll&amp;#39; or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;#60;UsingTask&amp;#62; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.&amp;#9;DNNModule2&lt;br /&gt;&lt;br /&gt;I am using Visual Studio 2012 professional  and have tried many thing.. if you can help i would be grateful...&lt;br /&gt;</description><author>Matichek</author><pubDate>Wed, 08 May 2013 21:39:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Missing DLL when packaging module [10986] 20130508093943P</guid></item><item><title>Source code checked in, #84466</title><link>http://christoctemplate.codeplex.com/SourceControl/changeset/changes/84466</link><description>Added a note to Documentation.html about the Virtual Directory problem in IIS</description><author>christoc</author><pubDate>Wed, 08 May 2013 16:31:21 GMT</pubDate><guid isPermaLink="false">Source code checked in, #84466 20130508043121P</guid></item><item><title>New Post: Unable to load module.css file</title><link>http://christoctemplate.codeplex.com/discussions/442442</link><description>&lt;div style="line-height: normal;"&gt;Where do you have your module's files located on the file system? Where is the website located?&lt;br /&gt;
&lt;/div&gt;</description><author>christoc</author><pubDate>Tue, 07 May 2013 14:57:41 GMT</pubDate><guid isPermaLink="false">New Post: Unable to load module.css file 20130507025741P</guid></item><item><title>New Post: web.config workaround</title><link>http://christoctemplate.codeplex.com/discussions/358033</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;christoc wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
You can't add a web.config to the module project or it will kill the DNN site.&lt;br /&gt;
&lt;/blockquote&gt;
Thanks, I figure the same. I guess I just have to run it without intellisense then.&lt;br /&gt;
&lt;/div&gt;</description><author>damahala</author><pubDate>Fri, 03 May 2013 09:26:54 GMT</pubDate><guid isPermaLink="false">New Post: web.config workaround 20130503092654A</guid></item><item><title>New Post: Unable to load module.css file</title><link>http://christoctemplate.codeplex.com/discussions/442442</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
When I work on my module, I notice the module.css file is unable to load. I will get the following 500 error:&lt;br /&gt;
&lt;br /&gt;
Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am currently running DNN 7.0.6 and Module Template v2.2. &lt;br /&gt;
&lt;br /&gt;
Does anyone know how to fix this issue?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Art&lt;br /&gt;
&lt;/div&gt;</description><author>damahala</author><pubDate>Fri, 03 May 2013 09:25:45 GMT</pubDate><guid isPermaLink="false">New Post: Unable to load module.css file 20130503092545A</guid></item><item><title>New Post: web.config workaround</title><link>http://christoctemplate.codeplex.com/discussions/358033</link><description>&lt;div style="line-height: normal;"&gt;You can't add a web.config to the module project or it will kill the DNN site.&lt;br /&gt;
&lt;/div&gt;</description><author>christoc</author><pubDate>Thu, 02 May 2013 16:32:01 GMT</pubDate><guid isPermaLink="false">New Post: web.config workaround 20130502043201P</guid></item><item><title>New Post: web.config workaround</title><link>http://christoctemplate.codeplex.com/discussions/358033</link><description>&lt;div style="line-height: normal;"&gt;I actually have the similar issue using the newest template (v2.2). &lt;br /&gt;
&lt;br /&gt;
I created a DAL2 module, but if I add any DNN control into the page, I will see:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Element 'DNNGrid' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The module is able  to compile without any issue, and the website is running correctly. Virtual Directory is also correct. I am not sure if I really need to add web.config into this module environment. Everything is still working fine, but just will see a lot green underline on the elements, and intellisense won't work for those DNN controls.&lt;br /&gt;
&lt;/div&gt;</description><author>damahala</author><pubDate>Thu, 02 May 2013 10:05:09 GMT</pubDate><guid isPermaLink="false">New Post: web.config workaround 20130502100509A</guid></item><item><title>Closed Issue: Web application project xxxxxx etc [10461]</title><link>http://christoctemplate.codeplex.com/workitem/10461</link><description>The Web Application Project xxxxxxxx is configured to use IIS. The webserver &amp;#39;http&amp;#58;&amp;#47;&amp;#47;dnndev&amp;#47;desktopmodules&amp;#47;xxxxxxxxxx&amp;#39; could not be found.&lt;br /&gt;&amp;#160;&lt;br /&gt;I get this error when making a new project, even though the project appears to be created, and trying to open that project. I have dnndev set up as the url but I do have my development directories sigging on a different drive than c&lt;br /&gt;&amp;#160;&lt;br /&gt;Any ideas&amp;#63;&lt;br /&gt;Comments: This is no longer an issue I am supporting as the templates now require DNNDEV.ME to be used</description><author>christoc</author><pubDate>Sun, 28 Apr 2013 01:18:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: Web application project xxxxxx etc [10461] 20130428011858A</guid></item><item><title>Commented Issue: Web application project xxxxxx etc [10461]</title><link>http://christoctemplate.codeplex.com/workitem/10461</link><description>The Web Application Project xxxxxxxx is configured to use IIS. The webserver &amp;#39;http&amp;#58;&amp;#47;&amp;#47;dnndev&amp;#47;desktopmodules&amp;#47;xxxxxxxxxx&amp;#39; could not be found.&lt;br /&gt;&amp;#160;&lt;br /&gt;I get this error when making a new project, even though the project appears to be created, and trying to open that project. I have dnndev set up as the url but I do have my development directories sigging on a different drive than c&lt;br /&gt;&amp;#160;&lt;br /&gt;Any ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: Taniquel ** &lt;p&gt;I am using Visual Studio 2012 Express edition on Windows 8.  I had this same issue using the new Dnn 7.0 templates, I was able to solve this problem by removing the &amp;quot;www&amp;quot; from the site binding in the website definition and registering the dnndev.me in the host file to point to 127.0.0.1&lt;/p&gt;</description><author>Taniquel</author><pubDate>Sat, 27 Apr 2013 16:40:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: Web application project xxxxxx etc [10461] 20130427044048P</guid></item><item><title>Closed Issue: Problem with Assembly Path in .DNN Files [10948]</title><link>http://christoctemplate.codeplex.com/workitem/10948</link><description>The templates work as is, but will have errors in the EVS extension verification service, based on missing the PATH attribute in the assembly nodes of the Manifest.&lt;br /&gt;Comments: Resolved in latest checkin</description><author>christoc</author><pubDate>Thu, 25 Apr 2013 02:23:20 GMT</pubDate><guid isPermaLink="false">Closed Issue: Problem with Assembly Path in .DNN Files [10948] 20130425022320A</guid></item></channel></rss>