cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
yves_junqueira
Engaged Sweeper II

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=&quot;10.1.0.80&quot;;
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?

3 REPLIES 3
yves_junqueira
Engaged Sweeper II
Yeah. Lame me.

And hey, lansweeper is REALLY great.

Thanks for that!
Hemoco
Lansweeper Alumni

Maybe a useful link:

Hemoco
Lansweeper Alumni

Your config seems ok.

I did a google search and found this possible solution :

Another possible reason : you haven't installed the dotnet framework 1.1