Hi
I'm trying to setup lansweeper (btw, it seems to be really nice, thanks!) using a remote MSDE server, which was properly setup, to which the server will connect using SQL auth.
this is my .config:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ConnectionString" value="data source="10.1.0.80";
persist securityinfo=True;initial catalog=Lansweeper;user id=lsuser;password=mypass" />
<add key="ConcurrentThreads" value="10" />
</appSettings>
</configuration>
Yet the application crashes when I run it, with this error:
it's in portuguese, saying that "Application was not started correctly (0xc00000135). Click ok to close the execution".
Does the .exe have a problem, or my config may be wrong?