Open GoogleCodeExporter opened 8 years ago
I am not following this code, why are you selecting tags if you have no
intention of returning them?
the code looks like it *should* work (in a somewhat odd way) can you confirm
you are running latest from here
Original comment by sam.saff...@gmail.com
on 5 Sep 2011 at 3:52
Hi Sam,
Looks like I missed out a line of code here. Should have been
if (post == null)
{
post = p;
}
post.AddTag(t)
This code does work *most* of the time. It just seems that occasionally I get
the above error.
Original comment by b...@planetcloud.co.uk
on 5 Sep 2011 at 7:58
Hey guys, just wondered if you have any further thoughts on this as we continue
to experience this issue periodically when using MultiMapping.
We've never been able to replicate it in development and there are no other
errors on the server when it happens other than the above.
We load this parameter "postId" in the same way as we do on plenty of other
queries (although these aren't using MultiMapping) and these continue to work
fine when we have the above issue.
Any help would be greatly appreciated.
Original comment by b...@planetcloud.co.uk
on 22 Sep 2011 at 5:41
Can you confirm you are running the latest code. (from here)
I really see nothing wrong with your sample and do not understand why it would
not be extracting the blogid param
Original comment by sam.saff...@gmail.com
on 27 Sep 2011 at 12:18
About latest version the nuget package is getting kind of "old".
Personally I use the latest from source repository, but a more frequent nugget
release schedule would be great as it’s an active project.
Also nuget is probably where many people discover/install dapper from, and they
will give you feedback on "old" code.
Original comment by matt...@amigarulez.se
on 28 Sep 2011 at 9:32
Original issue reported on code.google.com by
b...@planetcloud.co.uk
on 31 Aug 2011 at 11:49