<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PHP to ASP.NET Migration Assistant Alpha</title><link>http://forums.asp.net/133.aspx</link><description>Use this forum to ask questions about the PHP to ASP.NET Migration Assistant.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: calling an aspx page from a php site.</title><link>http://forums.asp.net/thread/1927048.aspx</link><pubDate>Wed, 26 Sep 2007 07:46:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1927048</guid><dc:creator>er.tushar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1927048.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=133&amp;PostID=1927048</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;br /&gt;The reason for the error is that the compiler is unable to find ODL.TravelIntelligence.SpecailOffer class.&lt;/p&gt;&lt;p&gt;Make sure that you have the class in SpecialOffer.aspx.cs . The class which is inheriting from the Page class should be named as SpecialOffer. &lt;/p&gt;&lt;p&gt;This will solve your problem.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Tushar&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: calling an aspx page from a php site.</title><link>http://forums.asp.net/thread/1078650.aspx</link><pubDate>Mon, 10 Oct 2005 21:34:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1078650</guid><dc:creator>Everah</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1078650.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=133&amp;PostID=1078650</wfw:commentRss><description>When you say calling an aspx page, do mean linking to it or including
it? Either one should work. Linking should work just fine. I am running
.NET 1.1 with PHP 4.3 on Windows 2000 and I am moving in and out of
.NET and PHP pages all the time in some of my apps. Including a .NET
file is a little trickier. Information can be found in the PHP Manual &lt;a href="http://www.php.net/manual/en/ref.dotnet.php"&gt;here&lt;/a&gt; and &lt;a href="http://www.php.net/manual/en/function.dotnet-load.php"&gt;here.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Take note that the dotnet_load() function is experimental and should be used with caution.&lt;br&gt;
&lt;br&gt;</description></item><item><title>calling an aspx page from a php site.</title><link>http://forums.asp.net/thread/991808.aspx</link><pubDate>Tue, 19 Jul 2005 06:12:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:991808</guid><dc:creator>nish</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/991808.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=133&amp;PostID=991808</wfw:commentRss><description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;I&amp;nbsp; have a php site which&amp;nbsp; is&amp;nbsp; operational. I&amp;nbsp; am working on a windows platform with php 5/IIS -1.1&lt;BR&gt;I have defined the virtual directory and most of the files it&amp;nbsp; has are .php files, it has&amp;nbsp; just&amp;nbsp; 2 .aspx files in it.&lt;BR&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;FONT face="Times New Roman"&gt;I&amp;nbsp; am now trying to&amp;nbsp; call an aspx page from my php page, but I&amp;nbsp; get the following&amp;nbsp; error.&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;STRONG&gt;Parser Error Message: &lt;/STRONG&gt;Could not load type 'ODL.TravelIntelligence.SpecialOffer'.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;Source Error:&lt;/B&gt; &lt;BR&gt;&lt;BR&gt;
&lt;TABLE bgColor=#ffffcc&gt;

&lt;TR&gt;
&lt;TD&gt;&lt;CODE&gt;&lt;PRE&gt;&lt;FONT color=red&gt;Line 1:  &amp;lt;%@ Page language="c#" Codebehind="SpecialOffer.aspx.cs" AutoEventWireup="false" Inherits="ODL.TravelIntelligence.SpecialOffer" %&amp;gt;
&lt;/FONT&gt;Line 2:  &amp;lt;%@ Register TagPrefix="TI" TagName="mis_footer" Src="controls/mis_footer.ascx" %&amp;gt;
Line 3:  &amp;lt;%@ Register TagPrefix="TI" TagName="mis_header" Src="controls/mis_header.ascx" %&amp;gt;&lt;/PRE&gt;&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;BR&gt;&lt;B&gt;&lt;FONT face=Verdana&gt;Source File: &lt;/FONT&gt;&lt;/B&gt;C:\Travel Intelligence - Org\travelintelligence_local\web\mis\SpecialOffer.aspx&lt;B&gt;&lt;FONT face=Verdana&gt; &amp;nbsp;&amp;nbsp; Line: &lt;/FONT&gt;&lt;/B&gt;1 &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Have u'll come across this before&amp;nbsp; and&amp;nbsp; if yes .... what&amp;nbsp; is my possible solution ..I&amp;nbsp; am totally&amp;nbsp; new to the .NET environment , so your help will be greatly appreciated.&lt;BR&gt;Has anyone done such a thing before ???&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Thanks in advance.&lt;BR&gt;Nish&lt;/FONT&gt;&lt;/P&gt;</description></item></channel></rss>