Dataset Parser Error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 21 Jun 2007 05:48

zzz wrote:When I create the dataset in visual studio 2005 it has me put the dataset in the apps_code folder. The files in the apps_code folder are automatically compiled at runtime. So when I try and access the default.aspx via internet explorer it crashes the program while trying to compile the dataset.
How do you run *.aspx file? I create new virtual folder in IIS, then right-click on *.aspx file in IIS and choose "Browse".
Anyway, try to add the following code to your web.config file:

Code: Select all

     
         
	    
             
         
    

Post Reply