Jasmine
Jasmine

Reputation: 5326

how to disable warning as error stuff in VS 2012?

I am getting this following error:

Error 33 Warning as Error: The event 'Waf.BookLibrary.Library.Applications.Controllers.RelayCommand.CanExecuteChanged' is never used C:\Users\Sam\Downloads\WpfApplicationFramework-3.0.0.450\WpfApplicationFramework\Samples\BookLibrary\BookLibrary.Library.Applications\Controllers\RelayCommand.cs 33 35 BookLibrary.Library.Applications

However, the same code in other solution, doesn't give this error but just the warning. How should I resolve this?

Upvotes: 0

Views: 65

Answers (1)

SLaks
SLaks

Reputation: 887997

Change the settings in the Build tab in Project Properties.

Upvotes: 1

Related Questions