标签: c# .net system.drawing
我在尝试使用以下代码使用Excel互操作设置范围时刚开始获得NullReferenceException:
NullReferenceException
excelRange.Interior.Color = System.Drawing.Color.Black;
我发现System.Drawing.Color类中的任何颜色实际上都存在此问题。在不同的服务器上,相同的代码工作得很好。我已尝试删除对System.Drawing的引用并重新添加它,但它无法解决问题。
System.Drawing.Color
System.Drawing