
I downloaded CodeHighlighter v4.0.44 and am using it with VS Web Developer Express in a C# web project.
I've set a project reference to ActiproSoftware.CodeHightlighter.Net20.dll and verified that it created a bin directory and copied all of the files locally.
I then added the following to the web.config (copy paste from the sample project):
<configSections>
<section name="codeHighlighter" requirePermission="false" type="ActiproSoftware.CodeHighlighter.CodeHighlighterConfigurationSectionHandler, ActiproSoftware.CodeHighlighter.Net20" />
</configSections>
I copied the codeHighlighter section from the sample as well and I get the following message when I build:
Message 1 Could not find schema information for the element 'codeHighlighter'. C:\Work\MyPersonalSiteTest\web.config 39 4 C:\Work\MyPersonalSiteTest\
After reviewing the documentation and the forum, I'm still stumped. What am I doing wrong here?
I've set a project reference to ActiproSoftware.CodeHightlighter.Net20.dll and verified that it created a bin directory and copied all of the files locally.
I then added the following to the web.config (copy paste from the sample project):
<configSections>
<section name="codeHighlighter" requirePermission="false" type="ActiproSoftware.CodeHighlighter.CodeHighlighterConfigurationSectionHandler, ActiproSoftware.CodeHighlighter.Net20" />
</configSections>
I copied the codeHighlighter section from the sample as well and I get the following message when I build:
Message 1 Could not find schema information for the element 'codeHighlighter'. C:\Work\MyPersonalSiteTest\web.config 39 4 C:\Work\MyPersonalSiteTest\
After reviewing the documentation and the forum, I'm still stumped. What am I doing wrong here?