Kelly Ethridge

Results 9 comments of Kelly Ethridge

Hi Rocky, With the requirement of using the `DataPortal.Create` method to create a command object instead of just newing one up in the command object class static method, the support...

That's certainly an interesting idea. I'll have to check this out.

Hello, This was never built with .NET in mind. I'm unsure why you would want to include it in a .NET project. .NET provides the same functionality since VBCorLib is...

Using your code, unfortunately, I cannot reproduce this on Windows Server 2012R2.

I found the issue, unfortunately it is not a simple fix. The problem is that the `Encoder` that is being used relies on the Win32 `IsDBCSLeadByteEx` method. Turns out that...

HI, Sorry about the delay. I don't get much time for this. Anyways, to the `Guid` issue at the top of this thread. It's most likely because the `VBCorLib` `Guid`...

I'm glad the tests are actually running now. As for capturing the output of the tests I've been using a logger class. I've included it as an attachment. You will...

I have the same issue while having MappingGenerator extension installed. I can access CodeMaid options when no solution is loaded still. I did the diagnostic output and it displayed "OptionsCommand.OnExecute...

It looks like you need to set `Tools->Options->General->Error Trapping` to `Break on Unhandled Errors`. Then can you comment out the test code except for `Assert.AreEqual`?