浏览代码

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

k_john_gough_cp 15 年之前
父节点
当前提交
a95c9f6132
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))