I'm migrating an Plugin from 2013.1 to 2014.1 Petrel Ocean version. When I try to generate the PIP file through PluginPackager.exe in version 2013.1, its functions normally. However, in version 2014.1 the following problem:
Plug-in DID NOT PASS validation.
The path of external libraries (e.g. assemblies that are shared between plug-ins) has to be added to the probing paths defined in PluginPackager(-32).exe.config.
Could not load file or assembly 'PluginModule.dll, Version=2012.6.1.1618,Culture=neutral, PublicKeyToken=f95240d2d568401b' or one of its dependencies. The system can not find the file specified.
Source: mscorlib
Unlike what happened in version 2013.1, everything indicates that the execution of PluginPackager.exe (2014.1) is doing a pre-validation and loading of all assemblies and their references present in the output directory.
Some plugins I could perform the migration, but adding and removing references like I was blindfolded.
Please, how do I find out references that are missing? Is recorded somewhere LOG? I want to reaffirm that the project compiles normally. The error occurs only in the generation of PIP file.