Hello everyone,
I have the full source code of AspDotNetStorefront ML 9.0.1.3/9.0.1.3 SP1
I have created a new xml package(just copied the entity.grid.xml.config) as product.productwithextensiondata.xml.config and a new class as App_Code/ProductXsltExtension so that i can call my custom method in new xml.
my website work perfectly on firefox but throughs exception when requested on IE 8
website log show the details as follows:
Page URL:/pcprintnew/p-203-card1.aspx
Source:App_Code.0bwxdaql
Message:Object reference not set to an instance of an object.
Stack Trace:
at ProductXsltExtension.DisplayForm(String fields) in D:\data\admin\Projects\PCPrint\Source\Web\App_Code \ProductXsltExtension.vb:line 76
I want to know if this is my code issue then why it is running on firefox?
if not an issue of my code then why not running on Internet Explorer?
screenshots are attached. . . .
Please help!! its driving me nuts