Decline with Reason Console addition
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Decline with Reason Console addition

 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server
Author Message
Marc
Guest





Posted: Tue Jan 11, 2005 10:47 pm    Post subject: Decline with Reason Console addition Reply with quote

I am trying to use Stefan's addtion to the console for declining a post with
a reason attached to it. I have followed the instructions in the readme file
for installation but when I go to rebuild to project I get a couple of errors
as follows:

(All are in the DeclineReasonDlg.aspx.cs file)

The type or namespace name 'WebAuthor' does not exist in the class or
namespace 'Microsoft.ContentManagement'

The type or namespace name 'DialogBase' could not be found

The type or namespace name 'StatusBox' could not be found

I am asuming that the last two errors are generated because of the error
from the import statement 'using Microsoft.ContentManagement.WebAuthor;'

Help is appreciated!
Back to top
Stefan [MSFT]
Guest





Posted: Tue Jan 11, 2005 11:23 pm    Post subject: Re: Decline with Reason Console addition Reply with quote

Hi Marc,

seems you did not add a reference to the following DLL to your project:

Microsoft.ContentManagement.WebAuthor.dll

Cheers,
Stefan.

"Marc" <Marc@discussions.microsoft.com> wrote in message
news:182305B6-BD7C-4EE4-8EB6-E4465873C564@microsoft.com...
Quote:
I am trying to use Stefan's addtion to the console for declining a post
with
a reason attached to it. I have followed the instructions in the readme
file
for installation but when I go to rebuild to project I get a couple of
errors
as follows:

(All are in the DeclineReasonDlg.aspx.cs file)

The type or namespace name 'WebAuthor' does not exist in the class or
namespace 'Microsoft.ContentManagement'

The type or namespace name 'DialogBase' could not be found

The type or namespace name 'StatusBox' could not be found

I am asuming that the last two errors are generated because of the error
from the import statement 'using Microsoft.ContentManagement.WebAuthor;'

Help is appreciated!
Back to top
Marc
Guest





Posted: Wed Jan 12, 2005 12:43 am    Post subject: Re: Decline with Reason Console addition Reply with quote

Thanks Stefan...that was the issue. I thought I saw that in the reference
list but had missed it's absence. Final question on this addition.

I am using the Global.asax events to send email notifications. How do I
reference the "reason" entered in the form durring the CmsPosting_Declined
event?

Thanks!

"Stefan [MSFT]" wrote:

Quote:
Hi Marc,

seems you did not add a reference to the following DLL to your project:

Microsoft.ContentManagement.WebAuthor.dll

Cheers,
Stefan.

"Marc" <Marc@discussions.microsoft.com> wrote in message
news:182305B6-BD7C-4EE4-8EB6-E4465873C564@microsoft.com...
I am trying to use Stefan's addtion to the console for declining a post
with
a reason attached to it. I have followed the instructions in the readme
file
for installation but when I go to rebuild to project I get a couple of
errors
as follows:

(All are in the DeclineReasonDlg.aspx.cs file)

The type or namespace name 'WebAuthor' does not exist in the class or
namespace 'Microsoft.ContentManagement'

The type or namespace name 'DialogBase' could not be found

The type or namespace name 'StatusBox' could not be found

I am asuming that the last two errors are generated because of the error
from the import statement 'using Microsoft.ContentManagement.WebAuthor;'

Help is appreciated!


Back to top
Stefan [MSFT]
Guest





Posted: Wed Jan 12, 2005 2:03 am    Post subject: Re: Decline with Reason Console addition Reply with quote

Hi Marc,

that is pretty easy:
You need to read Request.Form["DeclineReason"].

Cheers,
Stefan.


"Marc" <Marc@discussions.microsoft.com> wrote in message
news:B1148F18-8974-4BBA-93F1-1A27D5918B65@microsoft.com...
Quote:
Thanks Stefan...that was the issue. I thought I saw that in the
reference
list but had missed it's absence. Final question on this addition.

I am using the Global.asax events to send email notifications. How do I
reference the "reason" entered in the form durring the CmsPosting_Declined
event?

Thanks!

"Stefan [MSFT]" wrote:

Hi Marc,

seems you did not add a reference to the following DLL to your project:

Microsoft.ContentManagement.WebAuthor.dll

Cheers,
Stefan.

"Marc" <Marc@discussions.microsoft.com> wrote in message
news:182305B6-BD7C-4EE4-8EB6-E4465873C564@microsoft.com...
I am trying to use Stefan's addtion to the console for declining a
post
with
a reason attached to it. I have followed the instructions in the
readme
file
for installation but when I go to rebuild to project I get a couple of
errors
as follows:

(All are in the DeclineReasonDlg.aspx.cs file)

The type or namespace name 'WebAuthor' does not exist in the class or
namespace 'Microsoft.ContentManagement'

The type or namespace name 'DialogBase' could not be found

The type or namespace name 'StatusBox' could not be found

I am asuming that the last two errors are generated because of the
error
from the import statement 'using
Microsoft.ContentManagement.WebAuthor;'

Help is appreciated!


Back to top
Marc
Guest





Posted: Wed Jan 12, 2005 2:17 am    Post subject: Re: Decline with Reason Console addition Reply with quote

Thanks Stefan!

"Stefan [MSFT]" wrote:

Quote:
Hi Marc,

that is pretty easy:
You need to read Request.Form["DeclineReason"].

Cheers,
Stefan.


"Marc" <Marc@discussions.microsoft.com> wrote in message
news:B1148F18-8974-4BBA-93F1-1A27D5918B65@microsoft.com...
Thanks Stefan...that was the issue. I thought I saw that in the
reference
list but had missed it's absence. Final question on this addition.

I am using the Global.asax events to send email notifications. How do I
reference the "reason" entered in the form durring the CmsPosting_Declined
event?

Thanks!

"Stefan [MSFT]" wrote:

Hi Marc,

seems you did not add a reference to the following DLL to your project:

Microsoft.ContentManagement.WebAuthor.dll

Cheers,
Stefan.

"Marc" <Marc@discussions.microsoft.com> wrote in message
news:182305B6-BD7C-4EE4-8EB6-E4465873C564@microsoft.com...
I am trying to use Stefan's addtion to the console for declining a
post
with
a reason attached to it. I have followed the instructions in the
readme
file
for installation but when I go to rebuild to project I get a couple of
errors
as follows:

(All are in the DeclineReasonDlg.aspx.cs file)

The type or namespace name 'WebAuthor' does not exist in the class or
namespace 'Microsoft.ContentManagement'

The type or namespace name 'DialogBase' could not be found

The type or namespace name 'StatusBox' could not be found

I am asuming that the last two errors are generated because of the
error
from the import statement 'using
Microsoft.ContentManagement.WebAuthor;'

Help is appreciated!





Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB