Creating an NRaas project Attn C# Devs: ErrorTrap

Talk nerdy to us here.
User avatar
Chain_Reaction
Site Admin
Reactions:
Posts: 7595
Joined: December 30th, 2011, 6:00 pm
Answers: 81
Contact:

Post by Chain_Reaction » February 7th, 2014, 7:30 am

All done :)

User avatar
JunJayMdM
Reactions:
Posts: 262
Joined: April 2nd, 2012, 6:00 pm

Post by JunJayMdM » February 7th, 2014, 10:18 am

Personally I've never had a problem with it, in fact it's been quite useful cos it helped me when clicking objects and instead of no menu popping up it would give me an error telling me where it failed.
I agree anyway, better keep it all for ourselves until we know why users experience all those problems with it.
I had a theory about it, actually not much of a theory, but those could be errors that aren't supposed to be caught and the code could keep running with no apparent harm

User avatar
JunJayMdM
Reactions:
Posts: 262
Joined: April 2nd, 2012, 6:00 pm

Post by JunJayMdM » February 24th, 2014, 3:49 am

Chain, what happened with ErrorTrap? While testing V98, I started noticing that there were Unhandled references for the FVShoppingRegister ConsignedObject, which I thought was weird since I was the one who added the dereferencing for it. So I looked at the source and the DerefFVShoppingRegisterConsignedObject.cs file was not included in the project and it's not in the dll.

Did you pull it out for a reason or did it happen by accident?

User avatar
Chain_Reaction
Site Admin
Reactions:
Posts: 7595
Joined: December 30th, 2011, 6:00 pm
Answers: 81
Contact:

Post by Chain_Reaction » February 24th, 2014, 8:55 pm

Oopsie. Well the changes in the controller survived and the new class files got copied to my visual studio project folder but they never got added to the project file. My apologies. Fixed now. :)

User avatar
JunJayMdM
Reactions:
Posts: 262
Joined: April 2nd, 2012, 6:00 pm

Post by JunJayMdM » February 25th, 2014, 1:07 am

Great, I was thinking though, since I avoided copying the csproj files because I'm on VS2012, it could be the reason why it wasn't included, since VS doesn't automatically include files just because they're in the folder. I hope I wrote it clear, I just had coffee but it's not working yet

User avatar
Chain_Reaction
Site Admin
Reactions:
Posts: 7595
Joined: December 30th, 2011, 6:00 pm
Answers: 81
Contact:

Post by Chain_Reaction » February 27th, 2014, 3:15 pm

That was indeed the issue. I forgot to add them in. :)

Post Reply