Just an FYI to Server 2008 SR2 Admins.
.Net 3.5 SP1
is required and it is NOT default installed. You can not download this framework to install it, you have to add the "feature" to Windows 2008 via the server manager. Otherwise you get a nasty error message telling you have a system Core Error. This means the server is calling for .net and not finding it. It looks like:
Quote:
D:\Software\DellWarranty\1.7\UpdateDellWarrantyInfo.v1.7>UpdateDellWarrantyInfo.
exe -WarrantyInfo -verbose
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
embly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c56193
4e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c
561934e089'
at UpdateDellWarrantyInfo.Program.Main(String[] args)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\M
icrosoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure lo
gging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fus
ion!EnableLog].
<http://blogs.msdn.com/b/sqlblog/archive/2010/01/08/how-to-install-net-framework-3-5-sp1-on-windows-server-2008-r2-environments.aspx>
Here is my config file for those of you connecting to a remote DB.
Quote:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="connectionString" value="Data Source=SQLServerName;Initial Catalog=lansweeperdb;Integrated Security=True;Connection Timeout=400"/>
</appSettings>
</configuration>
Did this ever get anywhere on installing this to the LANSweeper new release, or did any one ever get the C source code for this?
JW