Debugging managed UDF running under Sharepoint Excel services
I am trying to debug a UDF running under sharepoint. I have attached to the right w3wp process under which the shared services is running.
When I attach to the process, it doesnt load the symbols for my UDF assembly. I have my PDB's in the same location as the UDF.
'w3wp.exe' (Managed): Loaded 'C:\Sharepoint UDF\ExcelSampleUDF.dll', No symbols loaded.
Why are not the symbols loaded?
I actually followed that already.. attaching to the correct w3wp process. the problem seems to be that a dll was not copied correctly.(Sorry about that)
Now the other issue is I can get into debugging - step through, only when I republish for the first time. subsequently if I refresh or reload the workbook, it doesnt hit the breakpoints.
So I think there is a caching results happening here.. how do I tweak those to always run my code and not cache the results?