0

I am working with Visual Studio 2010 on a Windows 7 64-bit system. I am coding in vb.net. I am trying to use the SpreadsheetGear DLL (D:\VS2010Code\Report Depository\Bin\SpreadsheetGear.dll) in my DashInApps (D:\TWhitsett\DashInApps) project to load my output data to Excel. Can someone assist and guide me in the right direction to get this done?

4

1 回答 1

0

右键单击您的项目,然后单击“添加引用”。然后指向有问题的SpreadsheetGear DLL。你不能只把它放在 bin 目录中,并期望它在不先将其加载到项目中的情况下工作。

于 2012-09-25T13:57:29.800 回答