.net - error CS2001: Source file could not be found -


i have .net application , configured application in jenkins automation build. have used svn "source code management". when build application through jenkins shows below error:

csc : error cs2001: source file 'app_start\filterclass.cs' not found [f:\pankaj\projects\jenkins code\workspace\mysolution.csproj]

and issue coming multiple files. however, when latest code svn , build project separably working fine. when use jenkins files missing.

you need force checkout repo instead of using update in jekins. in addition make sure have correct version of msbuild plugin intalled jenkins. had similar issues when correct dependencies not installed jenkins on slave node.

i hope these tips you.

regards, yasir


Comments

Popular posts from this blog

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -