‎02-15-2005 09:32 PM - last edited on ‎11-04-2022 01:53 PM by Mercedes_O
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?
‎02-18-2005 12:27 AM
‎02-16-2005 10:36 AM - last edited on ‎11-04-2022 01:54 PM by Mercedes_O
Maybe a useful link:
‎02-16-2005 10:14 AM - last edited on ‎11-04-2022 01:55 PM by Mercedes_O
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
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now