Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorakuzmenko
    • CommentTimeJun 11th 2010
     
    Hello,

    I've downloaded the source code and compiled the binaries by myself.

    Then, in a separate solution, I added a reference to the libraries. Then in my code I type:

    ILArray<double> m;

    ...as soon as I type ";" after "m" the Visual Studio (2008) crashes with some internal exception.

    Very strange... any hints? Thanks
    • CommentAuthorhaymo
    • CommentTimeJun 11th 2010
     

    personally I dont believe, this would be a bug in ILNumerics, since it is not reproducable on other systems. May a fresh reinstall helps? Hopefully there will be other sugesstions around ... ?

    • CommentAuthorakuzmenko
    • CommentTimeJun 15th 2010
     
    I think is was the ReSharper (Visual Studio Plugin)... Thank you!
  1.  
    Same problem, and environment, for us.

    Visual Studio (2005) crashes when typing a similar line. So far our only detour is to copy and paste from a notepad.

    We use Resharper too. There is something about the structure of the ILNumerics code that upsets it.

    We should let the Resharper people know.
  2.  
    Found a bug post in the Resharper forums, hope this helps

    http://youtrack.jetbrains.net/issue/RSRP-80809
    • CommentAuthorhaymo
    • CommentTimeJun 25th 2010
     

    Thanks. The issue at the resharper website was closed already. Obviously they could not reproduce the problem. Did you make sure to use the most uptodate version of resharper?

  3.  
    Hi, I was using Resharper 4.1

    Upgrading to Resharper 4.5 fixed the problem. That was the version they had tested against, but could not reproduce.

    Regards,
    David