How to compile .NET Windows proj with resources at command line?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
My question is, is there any way to compile using only .Net Framework? The situation is: I don't have VS.NET installed, no devenv.exe there to compile. I just want to use command line compilation using csc.exe or some tools. I am getting error while executing the compiled application from DOS-Prompt I have used System.Globalization for Cultureinfo to display the date and time to German format. The Exception while running shows "Could not found resources appropriate for the specified Culture". can any one know why this problem occurs.