Got the source version of the store running and whilst i dont understand much of it stepping through through the productlist.ascx.vb i have noticed that its not the product id that doesnt exist but rather the category id. line 162 objCInfo is nothing.
I dont know how significant it is as i can step through all the remaining code all the way to the point it leaves scope and returns to iis without exceptions/obvious errors, so i suppose its possible something doesnt like having a valid product id in the url when combined with an invalid categoryid.
Should i be trying to find the point the reponse is about the be returned and working back from there? sorry to say i dont really know what im doing when it comes to debugging aspx im from a WinForms background. Can you give me any tips on a good place to start?
The url im testing with is http://localhost/Products/SoilRock/tabid/104/ProdID/276/CatID/7/Consolidation_Cell_50mm.aspx so i just started with a breakpoint in the init of prodcustlist.ascx.vb, am i even in roughly the right place?
I dont know how significant it is as i can step through all the remaining code all the way to the point it leaves scope and returns to iis without exceptions/obvious errors, so i suppose its possible something doesnt like having a valid product id in the url when combined with an invalid categoryid.
Should i be trying to find the point the reponse is about the be returned and working back from there? sorry to say i dont really know what im doing when it comes to debugging aspx im from a WinForms background. Can you give me any tips on a good place to start?
The url im testing with is http://localhost/Products/SoilRock/tabid/104/ProdID/276/CatID/7/Consolidation_Cell_50mm.aspx so i just started with a breakpoint in the init of prodcustlist.ascx.vb, am i even in roughly the right place?