There is no source code available for current location error...?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhappy
    New Member
    • Jul 2007
    • 139

    #1

    There is no source code available for current location error...?

    Hai All,

    Im developing project using 3-tire architecture,im adding references of library and business logic files to main application, If i change any code in library file or blogic file it is building successfully but, while running it will throw an error "There is no source code available for current location"..?

    Thanks,
    Aswath.
  • Mr Gray
    New Member
    • Apr 2008
    • 47

    #2
    Are you adding a reference to the DLL or to a project in your solution? If it is the DLL then you will not see the source because it is not a part of your solution. Also you need to ensure that if you are referencing the project that you have build it in DEBUG mode.

    Try that out and let me know what you get.

    Regards,

    Mr Gray

    Comment

    • bhappy
      New Member
      • Jul 2007
      • 139

      #3
      Hai,
      Thanks for replay,

      Im referring to wrong location ie, i have the backups, while refering by mistake im adding from different location, now its working fine.......

      Thanks,
      Aswath.

      Comment

      Working...