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
MSB4064 The "RollForward" parameter is not supported by the "CreateExcelAddIn" task loaded from assembly: ExcelDna.AddIn.Tasks, Version=1.1.0.0, Culture=neutral, PublicKeyToken=f225e9659857edbe from the path: C:\Users\franco.tiveron.nuget\packages\exceldna.addin\1.7.0\tools\net452\ExcelDna.AddIn.Tasks.dll. Verify that the parameter exists on the task, the points to the correct assembly, and it is a settable public instance property. NinjaTrader.Excel C:\Users\franco.tiveron.nuget\packages\exceldna.addin\1.8.0-alpha1\build\ExcelDna.AddIn.targets 256
MSB4063 The "CreateExcelAddIn" task could not be initialized with its input parameters. NinjaTrader.Excel C:\Users\franco.tiveron.nuget\packages\exceldna.addin\1.8.0-alpha1\build\ExcelDna.AddIn.targets 231
I get this error from time to time too, when changing the NuGet package version. What happens is that the build tasks that run are still taken from the old NuGet package - I presume because of some caching in Visual Studio or a build process.
You can see the version is wrong by looking at the directory of the ExcelDna.AddIn.Tasks.dll file - still showing 1.7.0 in the problem build.
Restarting Visual Studio normally fixes this - though sometimes I have to wait or kill the VBCSCompiler process.
If anyone has more information about this annoying bug I'd be happy to hear.
I create an F# project as per the readme.txt
The version downloaded is 1.8.0-alpha1
Build fails with
Then I manually change the project
now I get 2 build errors
Finally I downgrade to the latest stable
Now the build succeeds and I can debug (F5). however. no -packed.xll files are in the output folder
The text was updated successfully, but these errors were encountered: