-
Notifications
You must be signed in to change notification settings - Fork 25
Can't add file with ASP.NET project #100
Comments
Did you try https://visualstudiogallery.msdn.microsoft.com/f1dae7fe-1ecc-4f1b-86b5-32a2970d012a? Not sure if that works with VS2015, though. |
Yeah, I have installed it. I really think it's because of Windows 10 (recently installed), I am sure it worked before I migrate but I am not 100% sure. |
One of my coworkers recently saw this same issue after installing the SQL tools. I am not sure if he ever resolved it. I think the root problem is somewhere in the F# project system, unfortunately. |
Hmmm!!! that's not great at all. I believe it is actually a bug in the VS Extensibility Platform You should at least see three sub headings: Data, General and Code. in fact some people also see an FSharp, with Code,Data and General below that. Which is the actual design. Lincoln spent a lot of effort trying to get the designed outcome, Can you do an experiment for me please:
on my machine that creates a new category called FSharp with code, data and General Below that. That is a pretty fragile fix, any time you install F# it will go away. I can fix our installer to always add that extra folder, however, on most machines that will give a display of fsharp\fsharp\data. Which I suppose is not such a bad thing. I will get in touch with Viktor who I think owns the group that owns that code and see if we can figure out what the correct fix is. Please let me know how the experiment goes |
Yeah, it's cool, we can close it for now, but how can we improve things? (other than adding an entry to a FAQ, which I can do). @KevinRansom I guess you don't want me to run the experiment anymore. Just out of curiosity, are you still planning to make a reasonable fix for this? This is rather fragile. |
This will likely be fixed by moving to the new project extensibility model. See dotnet/fsharp#496. @KevinRansom? Also, the web project templates were submitted as a PR to the Visual F# Tools about a year ago. I think @KevinRansom is still working on getting that PR worked into the VFT repo. Once that is done, I'm hoping these sorts of issues will be resolved. |
I had this issue too (VS 2015, Win7). It all worked when I originally installed, but somewhere along the line I lost the templates. Running as admin and building didn't seem to fix it (at the time), but after I copied the templates into the 'fsharp' subfolder I then had the templates twice and was able to remove one set and it still work. So maybe admin did fix it after all. |
Hi,
I am Windows 10 Pro, and this problem reproduces in both Visual Studio 2013 and 2015:
My window is empty, thus I can't create a file through the interface...
Hasn't it already been encountered before?
Thanks
Denis
The text was updated successfully, but these errors were encountered: