@ -1695,16 +1695,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
timer.Dispose();
}
Task.Factory.StartNew(() =>
{
string str=MemoryCacheHelper.GetCacheItem<string>("plc", () => { return ""; });
if (string.IsNullOrEmpty(str))
MemoryCacheHelper.
NewThread();
});
Task.Factory.StartNew(NewThread);
@ -176,6 +176,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\PlugInPlatform\Mesnac.PlugIn.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Interop.Excel">
<HintPath>..\..\Microsoft.Office.Interop.Excel.dll</HintPath>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />