Showing related tags and posts accross the entire site.
-
According to http://community.codesmithtools.com/forums/p/3108/12847.aspx#12847 post, you need to change name of netTiersService2 in DataRepository.cs file. Go to DataRepository.cs and fix Configuration region - #region Configuration /// <summary> /// Gets a reference to the configured NetTiersServiceSection...
Posted to
.netTiers - General Support
(Forum)
by
arif_azim
on
05-28-2008
Filed under: .netTiers, .netTiers Providers, .netTiers Search, .netTiers Google Search, .netTiers 0.9.2 config, .netTiers SharePoint signing, ASp.NET, .net 2.0, .net 3.0, .netTiers VisualStudio ".NET 3.5"
-
According to http://community.codesmithtools.com/forums/p/3108/12847.aspx#12847 post, you need to change name of netTiersService2 in DataRepository.cs file. Go to DataRepository.cs and fix Configuration region - #region Configuration /// <summary> /// Gets a reference to the configured NetTiersServiceSection...
Posted to
.netTiers - General Support
(Forum)
by
arif_azim
on
05-28-2008
Filed under: .netTiers, .netTiers Providers, .netTiers Search, .netTiers Google Search, .netTiers 0.9.2 config, .netTiers SharePoint signing, .net 2.0, .net 3.0, .netTiers VisualStudio ".NET 3.5", Access to multiple database
-
Hi all, I am new to Net Tiers, and just have a couple of basic questions. Would appreciate the insight of those with experience using net teirs! I have created a entity, services, and data layer. 1) When do i use which layer and for what? a) Should i ever access the DataRepository directory like so:...
Posted to
.netTiers - General Support
(Forum)
by
adamknight
on
11-29-2007
Filed under: .netTiers, .netTiers Providers, EntityDataSource, Service layer, Entity Layer, Entities, ServiceLayer, Data Layer SqlClient, .net 2.0, Nettiers User Groups, DataRepository......Find, DataRepository, EntityDataSource Service Layer Query Custom Method SelectMethod SQL
-
Hi All, Just wondering if you've had any luck with this? When I reference the required components in the PPC project, I'm getting errors relating to not including the System.dll from the primary (not compact) .NET framework. I also can't seem to query the WS directly ... it doesn't appear...
-
I have searched for any related posts and I have noticed that there have been a few unresolved posts that are similar. I think I might be able to provide a few more details on the problems with using datasourcecontrols with a wizard. I think this is definitely a bug. I am new to netTiers, so I am just...
-
Hi, I'm currently evaluating NetTiers and so far I've been very impressed by what I've seen. I was testing the generated WebServiceClient code on a simple application I've made. I was suprised to find that when I use the generated provider to Get an Entity using its unique primary key, the generated...
Posted to
.netTiers - Bug Reports
(Forum)
by
Kim
on
01-25-2007
Filed under: .netTiers, .netTiers Providers, .netTiers Search, .netTiers Google Search, WebServiceClient
-
Sorry for this I originally posted this thread: http://community.codesmithtools.com/forums/thread/18889.aspx And I have been struggling for days now trying to work with instances of my derived type. I have actually modified the PetShop project that was linked to thread: http://community.codesmithtools...
-
I have a repeater on a webpage hooked up to a provider datasource (the one generated for my table in the .Web project). I've been using GetAll as the select method but want to page the data. I know repeaters don't page information but I need a better layout than what GridView will give me. So I tracked...
-
Hello, We have run into a large memory leak in a project we have developped using NetTiers 2.0.1. I eventually tracked it down to a problem with the use of TList, and would like some input from the group. I have attached a simplified example that shows the problem. The example should work with any version...