|
Hello, I have created a Excel application using VSTO on my computer and am using the Framework 1.1. The link between te Assembly and the Excel document work fine on my computer even though the assembly is located on a share folder. Locally everything work fine. But when am trying to deploy it to some other computer specially those using the Framework 2.0 i have an error when openning the Excel file telling me that the Assembly could not be found or loaded at path \<serverName>\<folderName>\ The _AssemblyLocation0 variable is set to \\<serverName>\<folderName> in the Excel file. Does anybody have any idea of what's going on? is there a pb related to the version of the Framework? |