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:

enter image description here

deleted entire 'obj' folder , seems work.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -