Showing related tags and posts accross the entire site.
-
Hi, I have a windows app that uses the default .netTiers connection string at startup ( netTiersConnectionString ), however, as this is connection string in the application I am unable to change this during runtime. I need to find a way to be able to edit the connection string during runtime and it use...
-
After generating a project based on a db, I go into <namespace>.Windows.Forms project, and into the UI folder which contains 2 controls for each entity in my db. So, If I open a control, say: CompanyGridView, The designer produces the following error: The designer must create an instance of type...
-
I have the exact same problem. I know that going throught the WebServiceClient and a WebService adds a low of overhead, but this is crazy. I generated my solution. My database has 90 tables with lots of relationship. app.config: < configSections > < section name = " netTiersService " type =...
-
Hi, using Codesmith 4.0 and NietTiers latest build version as of today. I am trying to create a winforms application, I build the entire generated solution and it has no problems I add a winforms project with 1 form and when I run any command in the service layer after creating an instance of it e.g...
-
I've seen quite a few posts here where people have no problems binding Infragistics controls to their NetTiers layer. I've been able to do this programmatically in the code, but then I lose the design-time capabilities of the UltraGrid designer in a WinForms based application. Take for example my normal...
-
Hi guys I want to use the wrapper for the Service layer (##BBLServices.asmx), however i see there is not WebServiceClient, like the one for de DAL wrapper, i suppose that in that case i should write my own webserviceclient for the service layer web service, and Convert the entities to the proxy entitines...
-
Hi all, I just wanted to mention that I was also interested in using NetTiers with CAB (and SC-SF as well) so any further help, code or example about it would be really appreciated. I'm new to CAB and SC-SF but not to NetTiers so now it would be really great if some CAB gourou could give us some...
-
Can anyone offer suggestions about how to implement some form of security/authorisation in the generated web service? I'm developing a client/server application. thanks Dave