Hi,
I'm using VS.NET 2005 in C# and I'm happy with the the .NET Installer to install my addons.
I just have an issue here since I've installed PL11
If I run the installer outside SAP it works all right with the proper commandline arguments
Now when I go in SAP and try to install, I dont even get to the Installation dialog and I got the error
Could not load file or assembly 'Interop.SAPbouiCOM, Version=6.8.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
This is weird because the installer doesn't use this assembly to work and since we are in SAP, SAP just have to call the installer with the proper commandlines arguments no ?
As soon as I press the Install button in SAP, the installer crashes and when I debug the installer, it gives me the error above. The problem is that I dont know where the installer try to find this assembly since it doesn't use it.
I'm out of ideas here
A little help would be apreciated. I've been searching since 3 weeks on that