You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After copying the GenerateMsBuildTask.dll to the folder in the instructions, it seems to be picked up.
However, it fails immediately after running the first task with the following error.
I have looked at your source, and I can see that those TaskFinished methods are indeed implemented.
So it's a bit puzzling why they would with the following stack trace.
I'm using Nant 0.92, I've not been able to find any references to whether you used a different version.
System.NotImplementedException: The method or operation is not implemented. at GenerateMsBuildTask.ResgenTranslator.TaskFinished(Object sender, BuildEventArgs e) in C:\Source\generate-msbuild\ResgenTranslator.cs:line 57 at GenerateMsBuildTask.GenerateMsBuildTask.TaskFinished(Object sender, BuildEventArgs e) in C:\Source\generate-msbuild\GenerateMsBuildTask.cs:line 89 at NAnt.Core.BuildEventHandler.Invoke(Object sender, BuildEventArgs e) at NAnt.Core.Project.OnTaskFinished(Object sender, BuildEventArgs e) at NAnt.Core.Task.Execute() at NAnt.DotNet.Tasks.CompilerBase.CompileResxResources(StringCollection resxFiles) at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run()
thanks very much for putting this together, could be of great help if we get it going :)
The text was updated successfully, but these errors were encountered:
After copying the GenerateMsBuildTask.dll to the folder in the instructions, it seems to be picked up.
However, it fails immediately after running the first task with the following error.
I have looked at your source, and I can see that those TaskFinished methods are indeed implemented.
So it's a bit puzzling why they would with the following stack trace.
System.NotImplementedException: The method or operation is not implemented. at GenerateMsBuildTask.ResgenTranslator.TaskFinished(Object sender, BuildEventArgs e) in C:\Source\generate-msbuild\ResgenTranslator.cs:line 57 at GenerateMsBuildTask.GenerateMsBuildTask.TaskFinished(Object sender, BuildEventArgs e) in C:\Source\generate-msbuild\GenerateMsBuildTask.cs:line 89 at NAnt.Core.BuildEventHandler.Invoke(Object sender, BuildEventArgs e) at NAnt.Core.Project.OnTaskFinished(Object sender, BuildEventArgs e) at NAnt.Core.Task.Execute() at NAnt.DotNet.Tasks.CompilerBase.CompileResxResources(StringCollection resxFiles) at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run()
thanks very much for putting this together, could be of great help if we get it going :)
The text was updated successfully, but these errors were encountered: