Some of the examples in the SDK do not compile properly because they have the wrong reference to where to find the Core.

For example, in the PiCalculator.csproj file the reference is:
Name = "Core"
Project = "{234F2AB1-B1F6-4FAD-9DAD-E18AF5847880}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"

but the correct reference should be (copied from the 1.0beta SDK):
Name = "Alchemi.Core"
AssemblyName = "Alchemi.Core"
HintPath = "..\..\..\bin\Alchemi.Core.dll"

Doing a search for the text in the {} in the project line above gave the results that it was in:
Madelbrot.csproj
PrimenumberGenerator.csproj
Tutorial.csproj
Tutorial_OTF.csproj
GridReverser.csproj
PiCalculator.csproj
PiCalculatorExec.csproj

Could the SDK please be fixed and repackaged.

BTW, Windows will not do a search for text in .csproj files by default but if you add the following .reg file it will:

===file begins====
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.csproj\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

====file ends====
-------------------------
Reece Arnott
Learning Environments Specialist
School of Business
University of Otago
Dunedin
New Zealand

[EMAIL PROTECTED]
-------------------------



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alchemi-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alchemi-developers

Reply via email to