21 reputation
5
bio website
location
age
visits member for 1 year, 6 months
seen 16 hours ago
stats profile views 9

1d
asked IIS redirect to LAN hosted site
Jan
18
answered The parameters dictionary contains a null entry for parameter 'foo' of non-nullable type 'System.Int32' for method
Jan
18
comment The parameters dictionary contains a null entry for parameter 'foo' of non-nullable type 'System.Int32' for method
Ahh foo was too large for the int parameter. Strange that is comes in as null instead of overflowing.
Jan
18
revised The parameters dictionary contains a null entry for parameter 'foo' of non-nullable type 'System.Int32' for method
added 1070 characters in body
Jan
18
comment The parameters dictionary contains a null entry for parameter 'foo' of non-nullable type 'System.Int32' for method
Right, I didn't think the code would help because the error happens when it hands the data to the method. The method accepts a string and an int and neither can be null. I don't want them to be null. I'll add the javascript but its copied from the C# fb sdk.
Jan
18
asked The parameters dictionary contains a null entry for parameter 'foo' of non-nullable type 'System.Int32' for method
Dec
16
awarded  Supporter
Dec
11
comment Entity Framework Many to many through containing object
At any rate this works great. Thanks.
Dec
11
accepted Entity Framework Many to many through containing object
Dec
11
comment Entity Framework Many to many through containing object
Then I would just pass that Icollection into the ChannelList object to preserve the encapsulation? Would I need to do something similar on the HelpChannel model? Because if you don't have a public collection of the opposite type in both models then it won't make the intermediate table to relate them together in a many to many.
Dec
11
comment Entity Framework Many to many through containing object
I want the subscriber to have a list of the channels that they are subscribed to. But I'd rather interact with this ChannelList object because it encapsulates the data and because there are so many of these lists I want all of the code in one place to work with a group of them. I just wasn't sure how to get EF to map these relationships without giving direct access to the list<HelpChannel> that would be public in a normal EF many to may Setup.
Dec
11
comment Entity Framework Many to many through containing object
ChannelList is just an object that has a List<HelpChannel> within it.
Dec
10
asked Entity Framework Many to many through containing object
May
28
accepted _CrtIsValidHeapPointer(pUserdata) AND _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
May
27
answered _CrtIsValidHeapPointer(pUserdata) AND _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
May
26
comment _CrtIsValidHeapPointer(pUserdata) AND _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
Is there a way to mark Xeo's comment as the answer? The option below doesn't seem exactly correct.
May
26
comment _CrtIsValidHeapPointer(pUserdata) AND _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
About namespace, I didn't have them everywhere and then Visual studio complained. And stopped when i put them in. I figured out the problem a little while after I posted. XEO is right, my deconstructor was causing the problem with the deletes. I'll look into the rule of three. I originally learned on java and dont have any formal training with C++. Just trying to get a feel for things.
May
26
asked _CrtIsValidHeapPointer(pUserdata) AND _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
Feb
24
awarded  Commentator
Feb
24
comment Android Gallery Flipping issue
Actually, at second glance. It makes the response for buttons kinda sluggish. Did you notice this with your's?