--
You received this message because you are subscribed to the Google Groups "NUnit-Discuss" group.
To post to this group, send email to nunit-...@googlegroups.com.
To unsubscribe from this group, send email to nunit-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nunit-discuss?hl=en.
it's a zip. well i installed from Add Library Package Reference option
in VS 2010
no changes to nunit directory
i get the same message from both gui and console standard or x86
.NET 2.0
built for any cpu
I'm putting us back on the list...
NUnit uses a Uri to determine the location where it's installed. Within a Uri,
the '#' character would of course be encoded. I seem to recall that there was
once some special code to deal with this but I don't believe it's present any
longer.
Could you please file a specific bug for this situation? If nobody else has
time to work on it, I'll look at it when I'm back from vacation.
Charlie
On Wed, Sep 14, 2011 at 7:28 AM, Neil Menzies <sizen...@gmail.com> wrote:
> I've encountered this problem too, and it appears to occur only if
> NUnit (2.5.10.11092, installed from zip) is installed in a path with a
> '#' character in it.
> I can run the nunit gui from the path with a #, but as soon as I try
> to add an assembly it barfs with the CLR message.
>
> If I replace the '#' character in the folder in the path with a '.',
> and re-run it, then all works fine.
>
> Don't know if there are any other offending characters which will also
> cause the problem.
>
> HTH diagnostics.
>
> Neil Menzies
>
> On May 25, 5:18 pm, Charlie Poole <nunit...@gmail.com> wrote:
>> I have experimented with this and cannot duplicate your problem.
>> Specifically,
>> I am able to run NUnit under .NET 2.0 and load tests in a separate process
>> under .NET 4.0.
>>
>> The message you are getting indicates that NUnit is unable to find some of
>> its components and so leads me to suspect that the installation failed in
>> some way.
>>
>> Charlie
>>
>> On Mon, May 23, 2011 at 1:35 PM, Charlie Poole <nunit...@gmail.com> wrote:
>> > OK, I suppose if it can't find the NUnit components it never gets far
>> > enough to encounter the error you will (probably) get by running from obj.
>>
>> > Since you are now having the problem with an NUnit install, I'll try it
>> > myself this evening.
>>
>> > Charlie
>>
>> ...
>>
>> read more »