asp.net mvc - The "GenerateResource" task failed unexpectedly null refference exception -
this friend's project need, works fine here struggles start up, giving error:
severity code description project file line error "generateresource" task failed unexpectedly. system.nullreferenceexception: object reference not set instance of object. @ microsoft.build.tasks.resgendependencies.getresxfileinfo(string resxfile) @ microsoft.build.tasks.generateresource.shouldrebuildresgenoutputfile(string sourcefilepath, string outputfilepath) @ microsoft.build.tasks.generateresource.getresourcestoprocess(list`1& inputstoprocess, list`1& outputstoprocess, list`1& cachedoutputfiles) @ microsoft.build.tasks.generateresource.execute() @ microsoft.build.backend.taskexecutionhost.microsoft.build.backend.itaskexecutionhost.execute() @ microsoft.build.backend.taskbuilder.<executeinstantiatedtask>d__26.movenext() recipesapp i've read many solutions: obj folder if helps any:
deleted entire 'obj' folder , seems work.

Comments
Post a Comment