I am new to DotNetNuke. I encountered a problem when I was going to create a new website with vs 2005 by selecting DotNetNuke template with language c#.
The steps I did list below:
1. selected "File->New->Website" in vs 2005
2.selected "DotNetNuke Web Application Template" from the "New Web site" panel poped up by vs 2005
3.selected "File System" as location
4.the problem occured here is when I selected c# as language, the "DotNetNuke Web Application Template" option on the panel became "Search online templates".
It seems that vs 2005 cannot find the c# templates.
I checked the DotNetNuke framework souce code fjile and found it is wrriten by vb. Is that the actuall reason of the problem I encounterd?
Is there a c# version of 4.8.4?
But if I select vb language and click ok button, vs 2005 will successfully create a new DotNetNuke webiste.
The version I installed is DotNetNuke 4.8.4 by using DotNetNuke_04.08.04_StarterKit.vsi, and I installed all items in that package including Dynamic Module(c#).
Is there any person would be nice to help me with this problem or can explain it for me to correct my ignorance?