質問

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