Forum member

cordoor

15 posts

Posts by cordoor

  1. Login to database failed

    Your decision to go commercial is the right one. You are essentially raising capital to improve the product and grow a business without having to go out and raise money (very difficult and not fun). You will have control of the business. You will hire programmers to add features more quickly, which …

  2. Login to database failed

    [quote=Remco;2914] On a bit of a side note, I offer my congratulations for your success in building your company to the size and level of success you've reached. As someone just starting out, it seems to be a daunting task! :) [/quote] Thanks! I appreciate the comment. I suppose starting a …

  3. Login to database failed

    Ok, I couldn't let this die. In almost every case we've talked about, the real problem has been either me overlooking something or a minor something in one of our projects. Here are a few things I've found (the big ones): Date/time stamp: The date/time stamp *is* being preserved. I triple dog …

  4. Login to database failed

    [quote=Remco;2904]I really recommend trying a slow transition into the use of a continuous test runner for this solution. Try ignoring (with NCrunch) all your integration tests to start with, and just using NCrunch to execute unit tests for a week or so. If nothing else, this will help you to evalu…

  5. Login to database failed

    [quote=Remco;2903]When copying files into workspaces for processing, NCrunch will attempt to preserve the timestamp of any project file that is not a source file or has been opened by the IDE. The reasoning behind this is actually quite simple - the contents of the workspace are transient and equiv…

  6. Login to database failed

    [quote=Remco;2899]Great to hear you managed to find the problem. I find it interesting that SQL would throw an error like this over a relative path issue, although I guess with a view of the code this probably makes sense. Thanks for all your feedback. Others have also requested making better u…

  7. Login to database failed

    Ok, a quick change to the code to use a relative path specific to the output directory resolved the final issue. Now the unit tests properly pass. So I am going now and now feel like I can do a bit better evaluation of the usefulness of the tool. I hope losing a day of work will be paid back in p…

  8. Login to database failed

    I've been making progress. However, I am running across so many apparent bugs and limitations that I am quickly becoming disinterested in the product, which is a shame because the concept is such a good one. Perhaps I am inclined to spend 15 minutes writing this post because I understand how it feel…

  9. Login to database failed

    Ok, I found a clue. Please do not spend anymore time on this until I look into the clue and get back to you. Thanks! -Corey

  10. IDL files don't copy

    [quote=Remco;2889]Sorry. This is the result of a known issue that appeared in the 1.41b build. You can find more information including a workaround [url=http://forum.ncrunch.net/yaf_postst599_1-41b---Additional-files-to-include--not-working.aspx]here[/url].[/quote] Yeah boyeeee! This one worked…

  11. Login to database failed

    [quote=Remco;2890]If the connection string is correct, then one possible point of difference I can think of here (as you've already stated) would be the user that is being assumed by the test runner during the execution of your test. During its execution, NCrunch will set up test runners processe…

  12. Login to database failed

    [quote=Remco;2882]Hi Corey, Thanks for posting! NCrunch will spawn test processes under the same user account you use to run Visual Studio, so in theory you should be able to give this user access to the database and the security should work without problems. NCrunch's test runner itself does…

  13. IDL files don't copy

    [quote=Remco;2883]Hi Corey - This is a file type that NCrunch isn't familiar with, so by default it won't include it in the workspace. You can work around this by adding the file to the 'Additional files to include' project-level NCrunch configuration setting. I'll add the file type to the au…

  14. IDL files don't copy

    The IDL file in our project doesn't copy. It is defined in the project file like this: <ItemGroup> <Midl Include="..." /> </ItemGroup> I looked at the NCrunch directory where this project was being built and it is not there. So the build fails. -Corey

  15. Login to database failed

    I just installed NCrunch. This product seems promising. Unfortunately, it hasn't worked for me yet. If I use the NUnit GUI to run my unit tests, they all run fine. However, when NCrunch runs them, they all fail. The failure is inside of a SetUpFixture SetUp operation while trying to connect to th…