Code jumps from one place to the other unexpectadly with Firefox!!
-
Hi people, I am having a weid problem here. I have a web page A that calls another web page B to do some computations. Page B then calls a web service method to perform some computations. The web service method itself calls a method in the Business Logic Layer DLL. When I do a step into, I manage to jump correctly from the web page A to B to the web service to the business logic DLL. The method that does the computations is called and then instead of having the step jump to the next line, it jumps directly to a line in a method located in web page A!!! I have tried the debug process several times and it's still the same result...I land at the same line of code in page A each time. This problem does not happen when using the site with IE7, it only happens with Firefox. I have rebuilt the different projects (web, service, DLLs) server time and even deleted the temporary files in windows\microsoft.net but still I get the same thing. I don't know what to do now as I have no idea what is going on! One last note. The computation method that I call in the business logic is located in a DLL that includes some unmanaged C++ code. I am wondering if this could be a reason for the problem, even though a while back, everything worked perfectly :( :sigh: Any help is greatly appreciated. Thanks. Talal