Hi Everyone, this may be a little difficult to explain, but I'll try.
I'm creating a DotNetNuke module in C#. The text in the .cs files are not colour coded for some reason. Comments are black, key words are black, all text is black. As if Visual Studio is just reading the file as plain text.
Now when I create a VB module, everything is fine. Comments green, key words blue.
I've added the following tag to web.config
But that still did not help.
I'm running VS 2008 express, and DotNetNuke 5.
I added the Module by right clicking at the root of the tree, then add new item, then DotNetNuke Dynamic Module.
Thanks in advance!