문제

I am using this codeplex code to develop advanced lookup. It mostly works fine till deployment. But when I tried to use it, on the list form it threw error in jquery file. Below is the error snapshot.enter image description here

Solution has two User Controls and one SVC service deployed in ISAPI folder.

도움이 되었습니까?

해결책

Thanks to Robert's blog, I realized that Visual studio was not replacing token for my SVC file. So, i added below line of code in the .cproj file and it worked

<TokenReplacementFileExtensions>svc</TokenReplacementFileExtensions>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top