﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Using Delphi as a script language for ASP.NET]]></description>
    <title><![CDATA[Comments for Using Delphi as a script language for ASP.NET]]></title>
    <link>http://dn.codegear.com/article/28974</link>
    <!-- source: http://dn.codegear.com/article/28974/feed-->
    <dc:date>2008-10-13T01:47:10-07:00</dc:date>
    <item>
      <description><![CDATA[This probably isn't the place to be posting this, but I'm lost as to where I should post it - sorry in advance :). Anyway, I've been playing around with ASP.NET with Delphi and managed to do most things that I wanted. However, I've been attempting to create a simple custom control by dumping a load of HTML into an ascx file and adding the @register tag (using tagname/src attr.). The way the asp.net compiler currently works means that this doesn't work since all the units use the same namespace (ASP) and hence are called "unit ASP;". They then have this in the uses clause which kills the compilation. Without thinking this through, I had decided that all I needed to do was remove the ASP from the uses clause and all would be fine. So I wrote an Execution Proxy to remove the reference on the fly. Of course this doesn't work because the code still needs to reference the "registered" units (which are called ASP). I appreciate that dccasp is still in preview so I'm being a little optimistic if I think everything will work, but I was wondering if you have any suggestions as to how I might create a workaround for this.Many thanks.]]></description>
      <title><![CDATA[Using Delphi as a script language for ASP.NET]]></title>
      <managingEditor>
	 (CHP User)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=34585</guid>
      <dc:date>2003-05-07T02:35:54-07:00</dc:date>
      <pubDate>2003-05-07T02:35:54-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <item>
      <description><![CDATA[i receive this error message once i tried to run the example.parser error message : File or assembly name DelphiProvider, or one of its dependencies  was not found.Line 5: &lt;Add assembly="DelphiProvider" /&gt;*note*im using win2000 advanced server even the service packs are updated.]]></description>
      <title><![CDATA[Error found in web.config]]></title>
      <managingEditor>
	 (jun pattugalan)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=34376</guid>
      <dc:date>2003-03-31T04:29:29-07:00</dc:date>
      <pubDate>2003-03-31T04:29:29-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <item>
      <description><![CDATA[When I try to run the editdemo sample found inhttp://bdn.borland.com/article/0,1410,28974,00.html, I get the compilationerror"Fatal: Internal error: S1888". No informations found on the net. What to donow? (I have the updated D7 .NET Preview, and the .NET Framework SP2installed.)]]></description>
      <title><![CDATA[Internal error S1888 ???]]></title>
      <managingEditor>
	 (Laszlo Kertesz)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33954</guid>
      <dc:date>2003-01-21T06:20:15-08:00</dc:date>
      <pubDate>2003-01-21T06:20:15-08:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <item>
      <description><![CDATA[Solved. After setting something on the wirtual directory properties, this error don't comes.]]></description>
      <title><![CDATA[re: dccasp.exe was not found error]]></title>
      <managingEditor>
	 (Laszlo Kertesz)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33951</guid>
      <dc:date>2003-01-21T06:17:55-08:00</dc:date>
      <pubDate>2003-01-21T06:17:55-08:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <item>
      <description><![CDATA[Following the sample in this article, I get this error if I want to see the aspx in my browser:Compiler 'c:\winnt\microsoft.net\framework\v1.0.3705\dccasp.exe' was not found I have copied the dccasp.exe into this directory from the "Delphi for .NET Preview\aspx\framework" folder, but has no effect, the error is the same. Don't understand. What to do now? Laszlo]]></description>
      <title><![CDATA[dccasp.exe was not found error]]></title>
      <managingEditor>
	 (Laszlo Kertesz)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33950</guid>
      <dc:date>2003-01-21T01:40:38-08:00</dc:date>
      <pubDate>2003-01-21T01:40:38-08:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <item>
      <description><![CDATA[I asked Danny Thorpe where was the delphi unit code for this article.  He said to ask you.  I'm a little lost as to what the complier is going to compile.  Could you post all of the code for Delphi as a scripting language for ASP Demo.Thanksrayrthorpe@directvinternet.com]]></description>
      <title><![CDATA[Using Delphi as a script language for ASP.NET]]></title>
      <managingEditor>
	 (Ray Thorpe)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33647</guid>
      <dc:date>2002-11-29T13:02:35-08:00</dc:date>
      <pubDate>2002-11-29T13:02:35-08:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <item>
      <description><![CDATA[I've just tried to run the editdemo.aspx and I get an ASP error in the browser: "Compiler Error Message: The compiler failed with error code 1.C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\vslive\5af99da7\a2fb00b7\pnx5wyl8.0.pas(11) Fatal: Unit not found: 'Borland.Delphi.System.pas' or binary equivalents (DCU,DPU)"The .NET Framework (SP2) and Delphi.NET Preview (latest release) all installed correctly (works with no problem if I create apps in Delphi7 and compile them with dccil). The Delphi.NET ASP directory structure is:/Delphi for .NET Preview    /aspx (contains the editdemo.aspx file)    /bin    /demos    /doc    /setupfiles    /source    /unitsIt's almost like the compiler cannot find the specified .pas file.Could anyone help me with this please? Thanks in advance.]]></description>
      <title><![CDATA[Problem with the demo]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33619</guid>
      <dc:date>2002-11-25T18:29:22-08:00</dc:date>
      <pubDate>2002-11-25T18:29:22-08:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <item>
      <description><![CDATA[As with the earlier comment I have found this article unprintable.  I can't even seem to get the article to behave using an HTML editor and manipulating the table properties.  So...How about adding a button that would re-render the story in an HTML printable format or perhaps in PDF?  Surely the Story Server software supports such a thing.]]></description>
      <title><![CDATA[How Do You Print This Page?]]></title>
      <managingEditor>
	 (Bruce Inglish)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32954</guid>
      <dc:date>2002-08-15T15:37:20-07:00</dc:date>
      <pubDate>2002-08-15T15:37:20-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <item>
      <description><![CDATA[I have been waiting the moment coming.]]></description>
      <title><![CDATA[re: Convert 'Using Delphi as a script language for ASP.NET' into PDF file]]></title>
      <managingEditor>
	 (hegx geng xi)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32945</guid>
      <dc:date>2002-08-14T19:56:43-07:00</dc:date>
      <pubDate>2002-08-14T19:56:43-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <item>
      <description><![CDATA[I suggest Borland to re-publish this document in PDF format so as to eliminate the need to do the scrolling horizontally in order to read the full text.Besides, if you printed this document out, all the words on the rightmost margin will be 'lost'.]]></description>
      <title><![CDATA[Convert 'Using Delphi as a script language for ASP.NET' into PDF file]]></title>
      <managingEditor>
	 (Wyatt Wong)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32924</guid>
      <dc:date>2002-08-12T23:19:27-07:00</dc:date>
      <pubDate>2002-08-12T23:19:27-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28974/feed">Comments for Using Delphi as a script language for ASP.NET</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>