Rename file name in F# and Visual Studio 2012 does not work -


  1. create new f# console project
  2. rename program.fs program.fs
  3. close visual studio
  4. reopen visual studio , console project
  5. the file name program.fs

how can rename file? have windows 8 x64 , visual studio 2012 sp2 ultimate.

rename else first, 'program.fs'.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -