HOw can I recreate .sln file that was deleted by system restore
-
Hi All After trying to do a system restore I noticed that I was not able to load or execute my C# project. It seems Window removed the .sln file. Is there a way I could recreate it and revive my project?
-
Hi All After trying to do a system restore I noticed that I was not able to load or execute my C# project. It seems Window removed the .sln file. Is there a way I could recreate it and revive my project?
Open the csproj.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi All After trying to do a system restore I noticed that I was not able to load or execute my C# project. It seems Window removed the .sln file. Is there a way I could recreate it and revive my project?
-
Open the csproj.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Sadly, that file is gone as well. I don't understand why it was deleted in the first place. The .resx file is missing as well so even though the form1.designer.cs file is there I can't open the design layout. All I have are the .cs C# program files. I guss I would need to recreate the csproj file as well as the resx file. Can that be done as well?:^)