I am trying to run this action, but I am getting an error message. I am using integrated authentication and change the config file. Im using v1.7. I have SQL Express installed. Im using the free version of LAN sweeper (v3.5.2.16).
Is there a special location I need to place the file in?
Error
Code:
Unhandled Exception: System.IO.FileNoteFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0......The system cannot find the file specified. Filename: 'system.Core, Version=3.5.0.0
My Config File
Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="connectionString" value="Data Source=LANSWEEPER\SQLLANSWEEPER;Initial Catalog=lansweeperdb;Integrated Security=True;Connection Timeout=400"/>
</appSettings>
</configuration>