The problem with Microsoft.Win32.Security is that the reference is not correct.
Go to the projects ManagerService and UpdateService. You need to change the reference to Win32 in both of them, it should point to lib/Win32Security.dll
That fixed that problem for me - but there are still a few more errors thrown up
In the Alchemi.Tester/Manager/Storage/ project there are a couple of files where "ConfigurationSettings.AppSettings" needs to be changed. These are MySqlManagerDatabaseStorageTester.cs and SqlServerManagerDatabaseStorageTester.cs
Change it to "ConfigurationManager.AppSettings" and add a reference in the project to System.Configuration. This should update it for .Net 2.0
The one I am stuck on is this error
"The command "copy {path to files}\src\Alchemi.Tester\App.config {path to files}\src\Alchemi.Tester\bin\Debug\Alchemi.Tester.dll.config" exited with code 1." thrown up by Alchemi.Tester
Anyone help?
Iain
--__--__--
Message: 1
Date: Sat, 1 Apr 2006 22:31:39 +1100
From: "Carlos Alexandre Queiroz" <[EMAIL PROTECTED]>
To: [email protected]
Subject: [Alchemi-developers] win32security and dotnet 2
has anyone tried to use win32security with dotnet 2.0 (vs 2005)?
I've tried but I got errors like Microsoft.Win32.Security package not
found, etc..etc..
I've recompiled win32security for dotnet 2 and tried also, but no luck.
thx,
cax
--
Think outside the box.
