dexter4000
dexter4000

Reputation: 77

Visual Studio 2013 error on build

Does anyone know what this error is in VS 2013 C# ?

Error 1 Parameter "SearchPaths" has invalid value "C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Tasks WpfApplication1

I keep getting this error on compiling and cant figure out where it comes from.

Thanks

Upvotes: 2

Views: 792

Answers (1)

c0y0teX
c0y0teX

Reputation: 1512

I was experiencing an issue similar to this, only the error included several other files, searching I found a post where a guy corrected the problem by simply deleting the "obj" folder on the project's folder and building again, I tried that and it worked great.

I don't know if this will solve the OP's problem or if it's too late, but I hope this solution helps anyone struggling with similar issues.

P.S.: If you don't feel comfortable deleting the folder, try renaming it, when you build "obj" folder will be generated again.

Upvotes: 1

Related Questions