G
Goldenrate
Hi,
I'm developing a DotNetNuke module using c#. I have my local station and my
own dedicated server. On both stations I have MSSQL2008 running.
As part of the module development I created a separated class project. This
class project communicates with MSSQL database and contained the business
logic layer(BLL) and of course the data access layer(DAL). I've created the
DAL using the graphic tools of the DataSet in VS2008. That is, I simply
dragged tables from the server explorer to the database and created class
that communicate with them in the BLL. I complied the project and used it
locally. It was working fine.
When I deployed it (including putting the dll file in the bin directory), it
didn't work. I don't know if the DataSet automatically acquires the name of
the string or should I do anything about it.
Does anyone have any idea?
Thanks,
David
I'm developing a DotNetNuke module using c#. I have my local station and my
own dedicated server. On both stations I have MSSQL2008 running.
As part of the module development I created a separated class project. This
class project communicates with MSSQL database and contained the business
logic layer(BLL) and of course the data access layer(DAL). I've created the
DAL using the graphic tools of the DataSet in VS2008. That is, I simply
dragged tables from the server explorer to the database and created class
that communicate with them in the BLL. I complied the project and used it
locally. It was working fine.
When I deployed it (including putting the dll file in the bin directory), it
didn't work. I don't know if the DataSet automatically acquires the name of
the string or should I do anything about it.
Does anyone have any idea?
Thanks,
David