I am unable to debug my listener and client because I am recieveing a .pdb signature mismatch warning and the .pdb file is not being loaded.
This question may be related to a previous question with regards to nuget, as I needed to circumvent the nuget installation from an online source and I am now wondering if there was something key to loading the symbols that was needed?
(http://casablanca.codeplex.com/discussions/578184)
note I did load the nuget package, I just manually dowlaoded unzipped and then directed the nuget plugin to use my local directory as the source.
I can run the black jack project, but I just attempted to create a whole new project for the second time today just to be sure there are no other dependencies. I have some very simple listener and client code, I install the nuget package from my local source, everything links and compiles. It appears to be creating a new .dll and .pdb file in my executables directory but during debugging the .pdb file could not be loaded when I hit an error?
Has anyone hit this problem ever before?
This question may be related to a previous question with regards to nuget, as I needed to circumvent the nuget installation from an online source and I am now wondering if there was something key to loading the symbols that was needed?
(http://casablanca.codeplex.com/discussions/578184)
note I did load the nuget package, I just manually dowlaoded unzipped and then directed the nuget plugin to use my local directory as the source.
I can run the black jack project, but I just attempted to create a whole new project for the second time today just to be sure there are no other dependencies. I have some very simple listener and client code, I install the nuget package from my local source, everything links and compiles. It appears to be creating a new .dll and .pdb file in my executables directory but during debugging the .pdb file could not be loaded when I hit an error?
Has anyone hit this problem ever before?