Hi Iain,
Thanks for bringing these issues to my
attention. I’ll see what’s up with the released code.
I’m not sure why the copy would fail
though. Maybe a space in the path... I’ll check.
Regards,
Tibor
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Iain Sproat
Sent: Monday, April 10, 2006 6:33
AM
To: Tibor Biro
Cc: Carlos Alexandre Queiroz;
[email protected]
Subject: Re: [Alchemi-developers]
Re: Alchemi-developers digest, Vol 1 #192 - 2 msgs
Hi,
The conversion is great - just trying to build it from the unmodified
downloaded soure still throws up a couple of errors:
-The type or namespace name 'Security' does not exist in the namespace
'Microsoft.Win32 ' (are you missing an assembly reference?)
The reference to Win32Security.dll is broken, you just need to make it point to
the correct .dll in the 'lib' folder
-The command "copy
{path-to-files}\Alchemi-1.0.4-src-dot-net-2.0\src\Alchemi.Tester\App.config
{path-to-files}\Alchemi-1.0.4-src-dot-net-2.0\src\Alchemi.Tester\bin\Debug\Alchemi.Tester.dll.config"
exited with code 1.
I created a work around to make it compile by just removing it from the
bost-build event command line in Alchemi.Tester properties
And one warning:
-'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This
method is obsolete, it has been replaced by
System.Configuration!System.Configuration.ConfigurationManager.AppSettings '
Alchemi.Tester
Referencing System.Configuration and changing it solved this problem.
After changing these it builds perfectly!
hope this is helpful
Iain
On 4/10/06, Tibor
Biro <[EMAIL PROTECTED]>
wrote:
Hi,
I just released a conversion to 2.0 on sourceforge.net.
This includes a new
XPSetup project. The web setup projects changed a lot in VS.NET
2005 so a
straight migration was not done in this case.
More details can be found here:
https://sourceforge.net/forum/forum.php?forum_id=560637
Regards,
Tibor
> -----Original Message-----
> From: [EMAIL PROTECTED]
[mailto: alchemi-
> [EMAIL PROTECTED]]
On Behalf Of Carlos Alexandre
> Queiroz
> Sent: Monday, April 03, 2006 10:18 AM
> To: Iain Sproat
> Cc: [email protected]
> Subject: Re: [Alchemi-developers] Re: Alchemi-developers digest, Vol 1
> #192 - 2 msgs
>
> Hi, I've reinstalled my machine (for another reason) then when I tried
> to build alchemi everything worked fine, no errors as before. the only
> thing is when I try to build using release option I get a error on
> xpsetup project.
>
>
> thx,
>
> cax
>
> On 4/3/06, Iain Sproat <[EMAIL PROTECTED]>
wrote:
> > I've installed the 1.0.4 beta src and compiled it with .Net 2.0
> > 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.
> > >
> >
> >
>
>
> --
> Think outside the box.
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
> _______________________________________________
> Alchemi-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/alchemi-developers
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
_______________________________________________
Alchemi-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alchemi-developers
|