3

I use TeXnicCenter and get the following error window after I try to compile

enter image description here

Even TexMaker is unable to create the pdf file.

No error is detected in the window below after compilation.

1 Answers1

4

There can be a lot of issues for this error to be generated. The most common ones are:

  1. Since TeXnicCenter is in version beta 2.0, it still has bugs.

    ⇒ Try closing the program and re-opening it.

  2. You have selected something on the pdf file and now TeXnicCenter is unable to write in the file

    ⇒ Try closing the pdf and then re-run the LaTeX file.

  3. Your .aux files are corrupted.

    ⇒ You can delete them and re-run your original ones.

  4. Your pdf file is corrupted.

    ⇒ Once again, delete it and run your LaTeX file normally

  5. There is a problem with your reader (in case you are not using the latest version of TeXnicCenter)

    ⇒ See these posts:


Related posts:

Mario S. E.
  • 18,609