Posted 2/25/2008 8:46:20 AM
|
|
|
|
Jeez, there's not much of a forum community here. Anyway, here goes:
I just uploaded a small ASP.net 2.0 webapp and none of my business objects in the App_Code folder are recognized. The app works fine on my dev machine but when i upload it, I'm getting object doesn't exist errors. My gridview doesn't display at all. I'm using a custom DAL with an objectdatasource in aspx page. The app can't find my App_Code files.Why is this happening??
|
|
Posted 2/25/2008 9:38:50 AM
|
|
|
|
| We noticed the database connection string in the web.config file has an incorrect database name entered. Possibly this may be the issue. If not please post any exact error message. Brandon
|
|
Posted 2/28/2008 12:47:29 PM
|
|
|
|
| thank you. That's all it was. Dumb move on my part.
|
|
Posted 8/11/2008 1:22:15 PM
|
|
|
|
Hi,
I am for sure that there some problem in your connection string and also as none of your business object is identified then none of your objectdatasource can bind your data.............
Also just try doing one thing ,............. Open your dll and rebuild it and check weather it is compiled without any error........ and then go to your dll in server explorer and just right click on it and click on update reference ,,,,,,,,,,
Hope this may help..........
Regards
jwallz (2/25/2008) Jeez, there's not much of a forum community here. Anyway, here goes:
I just uploaded a small ASP.net 2.0 webapp and none of my business objects in the App_Code folder are recognized. The app works fine on my dev machine but when i upload it, I'm getting object doesn't exist errors. My gridview doesn't display at all. I'm using a custom DAL with an objectdatasource in aspx page. The app can't find my App_Code files.Why is this happening??
Basic SEO Tips
ASP.NET TIPS
|
|
|
|