Re: [DOTNET-ROTOR] Unable to setup the Rotor environment on Mac OSX 10.3.2

2004-05-28 Thread Andrew Stopford
Hi, There are a couple of things that you can try if you have not already, take a look at the following. http://weblogs.asp.net/astopford/archive/2004/05/13/130989.aspx HTH Andrew - Original Message - From: Sindhu Gururaj [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 28,

[DOTNET-ROTOR] Workspaces

2002-08-26 Thread Andrew Stopford
Hi everybody, I know some discussion was made with getting Rotor onto CVS or such like source control but I wondered if workspaces might be a great way of hosting Rotor in a source control enviroment ? http://www.gotdotnet.com/community/workspaces/whitepaper/Whitepaper.aspx My question is,

[DOTNET-ROTOR] late binding at CLR level

2002-08-20 Thread Andrew Stopford
Hi all, Apologies if any of you may find this off topic but I am keen to get advice from the gurus :) I am looking at ways of creating eval like statement, I am currently using system.reflection (late binding) to do this but the performance is not great. I have read that using late binding can

Re: [DOTNET-ROTOR] late binding at CLR level

2002-08-20 Thread Andrew Stopford
Thanks, apologies for my off topic post to everybody. Andrew -Original Message- From: Craig Andera [mailto:[EMAIL PROTECTED]] Sent: 20 August 2002 02:57 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] late binding at CLR level I am looking at ways of creating eval like

Re: [DOTNET-ROTOR] Sample chapters of Rotor book available

2002-07-31 Thread Andrew Stopford
Its looking good Ted, I already have this on preorder and look forward to its release :) Andrew -Original Message- From: Ted Neward [mailto:[EMAIL PROTECTED]] Sent: 31 July 2002 12:56 AM To: [EMAIL PROTECTED] Subject: [DOTNET-ROTOR] Sample chapters of Rotor book available David

Re: [DOTNET-ROTOR] Rotor ported to Linux

2002-07-24 Thread Andrew Stopford
ported to Linux wrong link? The original news (3 weeks old) : http://www.oreillynet.com/pub/a/dotnet/2002/07/01/rotorlinux.html Thomas -Original Message- From: Discussion of the Rotor Shared Source CLI Behalf Of Andrew Stopford Subject: Re: [DOTNET-ROTOR] Rotor ported

[DOTNET-ROTOR] compling C# or JScript.net

2002-06-18 Thread Andrew Stopford
Hi, Has anyone any ideas on how once I compiled Rotor then recompile just the C# or JScript compilers ? Thanks -- Andrew Stopford Web Programmer dabs.com plc

[DOTNET-ROTOR] error when running JScript

2002-06-18 Thread Andrew Stopford
Hi, After building Rotor and then running the JScript compiler I get an unsigned assembly error message and then the following. Unhandled Exception: System.IO.FileLoadException: Strong name validation failed for assembly 'jsc.exe'. File name: jsc.exe Thanks Andrew

Re: [DOTNET-ROTOR] [OT] Anybody has good source for MSIL?

2002-05-01 Thread Andrew Stopford
- From: Andrew Stopford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] [OT] Anybody has good source for MSIL? Whats the title Srinivasa ? -Original Message- From: Srinivasa Sivakumar [mailto

Re: [DOTNET-ROTOR] [OT] Anybody has good source for MSIL?

2002-04-30 Thread Andrew Stopford
Hi Serge, Not found anything so far but let me say its a rockin book and has been a great help :) Andrew -Original Message- From: Serge Lidin [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 19:19 To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] [OT] Anybody has good source for

[DOTNET-ROTOR] code browser tool for Rotor

2002-04-29 Thread Andrew Stopford
Hi, I was wondering if it would be useful for the Rotor source to be available to browse online, this may be handy for CVS etc. One such project that I have seen (http://sourceforge.net/projects/lxr) does this really well (http://lxr.php.net/). Does anyone else think this would be useful ? :)