blah blah blah is here! blah blah » Close

1
votes
1 answers

Mutator class, my little expirament

I've created a Mutator class that looks like : [code] namespace Engine.Core.Mutators { public abstract class Mutator { private Dictionary<string, object> _mutatableObjects; private Dictionary<string, ...

0
votes
1 answers

Odd Dll Reference Error

I have been working on a project that has its source code stored on my flash drive. I've been bouncing back and forth between my friends house and my school to work on it. It wasn't until I brought the project home that I received any error ...

0
votes
0 answers

Object reference not set to an instance of an object.

Hi all, I am facing the object reference error is the following line: [code] this.bitSize = key.Parameters.P.BitLength; [/code] It seems that P does not contain anything.. I tried to check this by printing out the value using [c ...

Feedback