blah blah blah is here! blah blah » Close

0
votes
0 answers

ASP.NET MVC (C#) problem on Windows XP Home Edition SP3

I'm building a community site with ASP.NET MVC (C#). In web.config I have to fix this error on line 23 (first I will give you my code sample): [code]<authentication mode="Forms">[/code] Error 1 It is an error to use a ...

0
votes
1 answers

Not all code paths return a value: C# debugging help needed

I have a problem. I was forking a GPLed software project in C#, and here's my piece of code (BTW it was a Unicode converter for Indic languages) on the problem: public static string Convert(string sInput, MappingDetails mappingDetails) ...

Feedback