Hi,
I referred DNN training videos and started to create module accordingly. I was on right track but i found that .build file is missing from my project. I want to create zipped file for packaging using NANT but it requires .build file.
My project gets build successfully though when i build it in release mode it shows an error : Error 1 The "MSBuild.Community.Tasks.XmlRead" task could not be loaded from the assembly C:\Program Files\MSBuild\MSBuildCommunityTasks\MSBuild.Community.Tasks.dll. Could not load file or assembly 'file:///C:\Program Files\MSBuild\MSBuildCommunityTasks\MSBuild.Community.Tasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, and that the assembly and all its dependencies are available. NewModule
Please help me...
Thanks,