TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
krishnakumar kuna
NA
57
36.6k
Event Reciver not firing
Nov 27 2013 12:58 AM
hello,
I have created a item was added event receiver for a custom list ,but it is not getting fired when i run the website online,but getting fired when it is runned from visual studio.
here is the element.xml coding
<?
<
<
<
<
<
<
<
<
<
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
Elements
xmlns
=
"
http://schemas.microsoft.com/sharepoint/
"
>
Receivers
ListUrl
=
"
Lists/User
"
>
Receiver
>
Name
>
ItemAddPermissionItemAdded
</
Name
>
Type
>
ItemAdded
</
Type
>
Assembly
>
$SharePoint.Project.AssemblyFullName$
</
Assembly
>
Class
>
ItemPermission.ItemAddPermission.ItemAddPermission
</
Class
>
SequenceNumber
>
10000
</
SequenceNumber
>
Synchronization
>
Synchronous
</
Synchronization
>
</
Receiver
>
</
</
Receivers
>
Elements
>
please help
thanks
Reply
Answers (
1
)
How to create a default view programmatically
unable to save excel file back to the sharepoint library