Knowledge.ToString()

Category: Visual Studio

  • Error Creating SSIS Package 0xC001100E In Visual Studio 2017

    I had Visual Studio 2017 Professional installed. When I tried to create a new SSIS package, it threw following error. Error creating SSIS package 0xC001100E. There was no other information available. What I Tried I tried following steps but it did not help fix the problem. I verified in Visual Studio that I have SQL…

    |

  • Define Conditional Compilation Symbols at Visual Studio Solution Level

    In Visual Studio 2019 and Visual Studio 2017, you can define the conditional compilation symbols at project level. Go to Project Properties > Build > General > Conditional compilation symbols to add compilation symbols. If you want to share these symbols across multiple projects, it is not possible using the GUI. Here is what needs…

    |