Hi,
I just tried to extract a version of the course I have been working on and was unsuccessful. I have extracted it before successfully. The course name is Module 1 test.
Here is the error it generated:
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
|
Stack Trace:
[ArgumentException: Column 'ContentObject' does not belong to table Table.] System.Data.DataRow.GetDataColumn(String columnName) +1962843 System.Data.DataRow.get_Item(String columnName) +10 UDUTU.AuthoringTool.FileContent.get_Data() in C:\Documents and Settings\knoesgaard\My Documents\Visual Studio 2005\Projects\CourseAuthoring\CourseAuthoring_Business\Content.cs:1236 UDUTU.AuthoringTool.FileContent.WriteToDisk(String strPath) in C:\Documents and Settings\knoesgaard\My Documents\Visual Studio 2005\Projects\CourseAuthoring\CourseAuthoring_Business\Content.cs:1422 UDUTU.AuthoringTool.Screen.WriteArchiveFiles(Course course, String strPath) in C:\Documents and Settings\knoesgaard\My Documents\Visual Studio 2005\Projects\CourseAuthoring\CourseAuthoring_Business\Screen.cs:2252 UDUTU.AuthoringTool.Module.WriteArchiveFiles(Course course, String strPath) in C:\Documents and Settings\knoesgaard\My Documents\Visual Studio 2005\Projects\CourseAuthoring\CourseAuthoring_Business\Module.cs:896 UDUTU.AuthoringTool.Module.WriteArchiveFiles(Course course, String strPath) in C:\Documents and Settings\knoesgaard\My Documents\Visual Studio 2005\Projects\CourseAuthoring\CourseAuthoring_Business\Module.cs:896 UDUTU.AuthoringTool.Module.WriteArchiveFiles(Course course, String strPath) in C:\Documents and Settings\knoesgaard\My Documents\Visual Studio 2005\Projects\CourseAuthoring\CourseAuthoring_Business\Module.cs:896 UDUTU.AuthoringTool.Course.PublishCourse(String strGeneratePath, Boolean blnWatermarkCourse) in C:\Documents and Settings\knoesgaard\My Documents\Visual Studio 2005\Projects\CourseAuthoring\CourseAuthoring_Business\Course.cs:665 UDUTU.AuthoringTool.Course.GenerateArchive(String strZipFile) in C:\Documents and Settings\knoesgaard\My Documents\Visual Studio 2005\Projects\CourseAuthoring\CourseAuthoring_Business\Course.cs:806 UDUTU.AuthoringTool.Course.GenerateArchive() in C:\Documents and Settings\knoesgaard\My Documents\Visual Studio 2005\Projects\CourseAuthoring\CourseAuthoring_Business\Course.cs:896 main_workspace_CourseArchive.CallbackTimer1_Tick(Object sender, EventArgs args) +206 Telerik.WebControls.RadAjaxTimer.RaiseTickEvent() +34 Telerik.WebControls.RadAjaxTimer.RaisePostBackEvent(String eventArgument) +55 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
|