Looking for Businesslogic.dll PDB file for Umbraco 4.7.2
Hi.
We are using Umbraco 4.7.2 for a solution and have come across an issue. I am making use of the Log.GetLogItems() methods and keep getting the following error:
"Conversion failed when converting the nvarchar value 'Debug' to data type int."
I want to step into the GetLogItems call, but I don't have the PDB file for Umbraco's Businesslogic.dll file. I'm unable to find this PDB in the Symbols Package zip file on CodePlex either.
I don't want to compile the source code and use a custom version of Businesslogic.dll since I want to stick with the version that is officially deployed.
Does anyone know why the PDB file for Businesslogic.dll is not included in the sumbols zip file, plus can I get the actual PDB file for Businesslogic.dll that is officialy deployed?
Looking for Businesslogic.dll PDB file for Umbraco 4.7.2
Hi.
We are using Umbraco 4.7.2 for a solution and have come across an issue. I am making use of the Log.GetLogItems() methods and keep getting the following error:
"Conversion failed when converting the nvarchar value 'Debug' to data type int."
Here is the call:
"return this.log.GetLogItems(user, LogTypes.Login, sinceDate);"
I want to step into the GetLogItems call, but I don't have the PDB file for Umbraco's Businesslogic.dll file. I'm unable to find this PDB in the Symbols Package zip file on CodePlex either.
I don't want to compile the source code and use a custom version of Businesslogic.dll since I want to stick with the version that is officially deployed.
Does anyone know why the PDB file for Businesslogic.dll is not included in the sumbols zip file, plus can I get the actual PDB file for Businesslogic.dll that is officialy deployed?
Thanks.
is working on a reply...