I am using C# having come from a Java background - I have an exception but it does not tell me the line number - Just the method name.
Is that usual?? Is it down to
Make sure the PDB files of your application are deployed with the application. The PDB files are the files that is used by the CLR to determine the source code line numbers.