Problem:
The "generateresource" task failed
Unexpectedly.
System. dllnotfoundexception: Unable to load DLL
'Filetracker. dll ': the specified module cocould not be
Found. (exception from hresult: 0x8007007e)
At
Microsoft. Build. Shared. nativemethodsshared. inproctracking
. Starttrackingcontextwithroot (string
Intermediatedirectory, string taskname, string
Rootmarker)
At
Microsoft. Build. Utilities. filetracker. starttrackingcontex
Twithroot (string intermediatedirectory, string taskname,
String rootmarkerresponsefile)
At Microsoft. Build. Tasks. generateresource. Execute ()
At
Microsoft. Build. backend. taskexecutionhost. Microsoft. Build
. Backend. itaskexecutionhost. Execute ()
At
Microsoft. Build. backend. taskbuilder. executeinstantiatedta
SK (itaskexecutionhost taskexecutionhost,
Taskloggingcontext, taskhost,
Itembucket bucket, taskexecutionmode howtoexecutetask,
Boolean & taskresult)
Answer:
D: \ windows \ Microsoft. NET \ framework \ v4.0.xx
If more than one "v4.0.xx"
Keep one, and rename other like "old_v4.0.xx"
Test, you can pass
[Copy]
I uninstalled vs 2010 beta 2 then installed vs2010 RC then found out that Silverlight 4 is not supported in the RC version of, so I reinstalled vs 2010 beta 2 and got the compile error. I looked in "C: \ WINDOWS \ Microsoft. net \ framework \ "directory and had three folders refering to" v4.0.xx ". I followed the work around on just renaming all the "v4.0.xx" folders to "old_v4.0.xx" and left the folder "v4.0.21006" as is. this solved my problem.