Showing related tags and posts accross the entire site.
-
I started a project with netTiers (build 699) using .NET 2.0 and EntLib 2. This was my first project using netTiers, but it seems to have been working great. I then regenerated the whole solution, including the website project, with .NET 2.0 and EntLib 3.1. It seems it was regerenated without the EntityIdSource...
-
I get an error in VS design view for all of the screens that use any of the DataSourceControl objects, including the Admin screens that are automatically generated. The error displayed is "Error Creating Control Unable to load NetTiersServiceSection" I have tried this with multiple databases...
-
Hey guys, I am having tough time using NetTiers on the front end of a website. The CMS works perfectly fine. Problem I have a table - ' Music ' and two more tables: ' MusicCategory ' and ' MusicInstrument '. Multiple instances of 'MusicCategory' and 'MusicInstrument'...
Posted to
.netTiers - General Support
(Forum)
by
kushal18
on
09-20-2007
Filed under: .netTiers, ManyToManyListRelationship, Filter, Filters, ManyToMany, ASp.NET, SELECT, 2.0, C#, .net 2.0, search
-
It seems that everyone can do this except me. I have scoured the forums for an example of how to get "SourceId.Property" in a datagridview. I either find the question isn't answered or it turns out to be a bug report from someone who is getting it to work. I found a PDF with documentation...
-
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...
-
Hey I'm using using transactions in my code but it's not working when Rolling Back. Here is an example: try { TransactionManager trans = DataRepository .Provider.CreateTransaction(); trans.BeginTransaction(); try { // Update Entity1 // Update Entity2 // If I throw an exception here it should roolback...
-
Everytime I regen my objects against my database, the assembly version is automatically being updated in the assemblyinfo.cs file. Is there a way to keep that from happening? Thanks!
-
Hey... My bad... In the Updates I didn't put the trans object - Update(trans, entity). It's working know! Cheers