Showing related tags and posts accross the entire site.
-
mohscorpion, This issue seem to come up ... Make sure you have a reference to your EmdadFa.Web.dll in your web project mohscorpion: i created a test project using nettiers 2.0 and when it compiled successfully , i tried to open the solution and visual studio 2005 team studio edition told me it's not...
-
I am new to NetTiers and so far love it. I am trying to learn it in the following scenario: My Windows App -> Service Layer -> WebServiceClient -> WebServices -> SqlClient -> Data. I want to insert two different types of entities within a database transaction. I noticed that I possibly...
-
Did you define the EntityTransactionModule in your web.config? < pages > < controls > < add tagPrefix = " data " namespace = " NameSpace .Web.Data " assembly = " NameSpace .Web " /> < add tagPrefix = " data " namespace = " NameSpace .Web.UI " assembly = " NameSpace .Web " /> <...
-
Hi am am new to .netTiers and I have generated a project with the webservice option. When I try to access the webservices via http://localhost/WebService.asmx I get the following error: Description: An error occurred during the processing of a configuration file required to service this request. Please...
-
I'm new to this forum, but I have made some advance on nettiers :) How can I configure my web.config for having multiple databases, specifically on the section for the EntityTransactionModule? I saw this post, but I need two databases on the same web.config. http://community.codesmithtools.com/forums...