creating win service
C:\Documents and Settings\Administrator> sc create asperacentral binPath= "C:\Program Files\Aspera\Enterprise Server\bin\Debug\asperacentral.exe" DisplayName= "Aspera Central" start= auto
c# stop/terminate/taskkill windows service
in cmd
From the results of this query, jot down the PID.
sc queryex servicename
From the results of this query, jot down the PID.
taskkill /f /pid [PID]
cannot convert from 'System.Data.Objects.ObjectParameter' to 'System.Data.Entity.Core.Objects.ObjectParameter'
ENTITY
You can overcome this scenario by replacing:
using System.Data.Objects;
With:
using System.Data.Entity.Core.Objects;
Subscribe to:
Posts (Atom)