Pārlūkot izejas kodu

Update name of embedded resource to QUT.PERWAPI.Blank.pdb

k_john_gough_cp 15 gadi atpakaļ
vecāks
revīzija
a95c9f6132
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      PERWAPI/PDBClasses.cs

+ 1 - 1
PERWAPI/PDBClasses.cs

@@ -304,7 +304,7 @@ namespace QUT.PERWAPI
 
             // Get the blank PDB file from the resource assembly
             System.Reflection.Assembly currentAssembly = System.Reflection.Assembly.GetExecutingAssembly();
-            Stream blankPDB = currentAssembly.GetManifestResourceStream("PERWAPI.Blank.pdb");
+            Stream blankPDB = currentAssembly.GetManifestResourceStream("QUT.PERWAPI.Blank.pdb");
 
             // Write the blank PDB file to the disk
             using (FileStream fs = new FileStream(PDBFilename, FileMode.OpenOrCreate, FileAccess.Write))