CmsPosting_Changing problem
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > CmsPosting_Changing problem




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    CmsPosting_Changing problem  
Randel


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-17-07 06:18 PM

Hi.

I have previously added three workflow event handlers in my
global.asax.cs file using CmsPosting_Approving, CmsPosting_Approved
and CmsPosting_Submitted.  I have added CmsPosting_Changing but cannot
get code to fire when placed within this module.  I changed the name
to CmsPosting_Changed and I can fire code.

Has anyone of you experienced this type of problem?  Can you help me
figure this out?

thanks for your help.  Randy






[ Post a follow-up to this message ]



    Re: CmsPosting_Changing problem  
Stefan Goßner [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-17-07 06:18 PM

Hi Randel,

if changing the name works then the answer is easy:
The parameter types are incorrect.

CmsPosting_Changing and CmsPosting_Changed have different parameter types.
If the types are incorrect the events will not fire.

Ensure to create your CmsPosting_Changing event like this:

public void CmsPosting_Changing( Object sender, ChangingEventArgs e )

Cheers,
Stefan

"Randel" <randel.mckee@okdhs.org> wrote in message
news:1184686180.949355.205270@x35g2000prf.googlegroups.com...
> Hi.
>
> I have previously added three workflow event handlers in my
> global.asax.cs file using CmsPosting_Approving, CmsPosting_Approved
> and CmsPosting_Submitted.  I have added CmsPosting_Changing but cannot
> get code to fire when placed within this module.  I changed the name
> to CmsPosting_Changed and I can fire code.
>
> Has anyone of you experienced this type of problem?  Can you help me
> figure this out?
>
> thanks for your help.  Randy
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:50 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register