Showing related tags and posts accross the entire site.
-
Hello, I've created my project - I can run the NUnitTests stuff, but when I try to access the data providers in my own application, I get an error in the DataRepository, as soon as the DataRepository.Provider member is accessed (which is in turn trying to access a section called "netTiersService"...
-
Hi all, I am new to nettiers and am loving it. I may be asking a question that is/has been handled elsewhere but I have been unable to find it. I have a master database called ALIS with a generated data access layer that works great. I have a system where I need to have a laptop/pda that is only intermittently...
-
I had a similar problem where I got a simple: "Configuration Failed to initialize". That turned out to be my app.config (damn that copy 'n' paste). Anyway here is an app.config for a WinForms or Console application that works with the WebServiceClient layer as generated: <?xml version...
-
Hi I believe that the .92 version is for .Net 1.1 (as opposed to .Net 2) and therefore doesn't include TList as this is a list using Generics. If you're using that version for a reason then you'll need to refer to the documentation at: http://www.nettiers.com/archive/nettiers-manual-v1.aspx (as a hint...