Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Object as disctionary key Pin
AndrusM26-Jun-07 4:47
AndrusM26-Jun-07 4:47 
AnswerRe: Object as disctionary key Pin
Guffa26-Jun-07 6:08
Guffa26-Jun-07 6:08 
GeneralRe: Object as disctionary key Pin
originSH25-Jun-07 4:30
originSH25-Jun-07 4:30 
GeneralRe: Object as disctionary key Pin
AndrusM25-Jun-07 5:31
AndrusM25-Jun-07 5:31 
GeneralRe: Object as disctionary key Pin
originSH25-Jun-07 5:45
originSH25-Jun-07 5:45 
QuestionThe modifier 'public' is not valid for this item. Pin
steffw25-Jun-07 1:35
steffw25-Jun-07 1:35 
AnswerRe: The modifier 'public' is not valid for this item. Pin
originSH25-Jun-07 1:52
originSH25-Jun-07 1:52 
GeneralRe: The modifier 'public' is not valid for this item. Pin
steffw25-Jun-07 2:54
steffw25-Jun-07 2:54 
Thank you that worked out fine Smile | :)

But now i'm getting a second error Frown | :(

<br />
namespace Reports<br />
{    <br />
    [Serializable()]<br />
    public abstract class ReportServerConnection : IReportServerConnection<br />
    {<br />
// the error comes here<br />
        bool Microsoft.Reporting.WebForms.IReportServerCredentials.GetFormsCredentials(ref System.Net.Cookie authCookie, ref string userName, ref string password, ref string authority)<br />
        {<br />
            authCookie = null;<br />
            userName = null;<br />
            password = null;<br />
            authority = null;<br />
<br />
            // Not using form credentials <br />
            return false;<br />
        }<br />
     }<br />
}<br />


the error is :

'Microsoft.Reporting.WebForms.IReportServerCredentials.GetFormsCredentials' in explicit interface declaration is not a member of interface

and the second is:

<br />
'Reports.ReportServerConnection' does not implement interface member 'Microsoft.Reporting.WebForms.IReportServerCredentials.GetFormsCredentials(out System.Net.Cookie, out string, out string, out string)'<br />


any ideas? Thanku!!

Stef

AnswerRe: The modifier 'public' is not valid for this item. Pin
Guffa25-Jun-07 5:36
Guffa25-Jun-07 5:36 
Questiongetting id of row Pin
tauras8125-Jun-07 1:26
tauras8125-Jun-07 1:26 
AnswerRe: getting id of row Pin
Sathesh Sakthivel25-Jun-07 1:32
Sathesh Sakthivel25-Jun-07 1:32 
AnswerRe: getting id of row Pin
Revathij25-Jun-07 1:59
Revathij25-Jun-07 1:59 
QuestionHow to view a RPT file in my application Pin
i.rabek25-Jun-07 1:26
i.rabek25-Jun-07 1:26 
Questiongetting id of row Pin
tauras8125-Jun-07 1:23
tauras8125-Jun-07 1:23 
AnswerRe: getting id of row Pin
kubben25-Jun-07 2:07
kubben25-Jun-07 2:07 
QuestionCatch Dr.Watson Window Pin
realmontanakid25-Jun-07 1:13
realmontanakid25-Jun-07 1:13 
Questioncan u figure y dis xception is comin Pin
samreengr825-Jun-07 1:01
samreengr825-Jun-07 1:01 
AnswerRe: can u figure y dis xception is comin Pin
Luc Pattyn25-Jun-07 1:24
sitebuilderLuc Pattyn25-Jun-07 1:24 
GeneralRe: can u figure y dis xception is comin Pin
samreengr825-Jun-07 1:38
samreengr825-Jun-07 1:38 
AnswerRe: can u figure y dis xception is comin Pin
Pete O'Hanlon25-Jun-07 1:39
mvePete O'Hanlon25-Jun-07 1:39 
QuestionC# - Display forms Dynamically Pin
robbie.t25-Jun-07 0:42
robbie.t25-Jun-07 0:42 
AnswerRe: C# - Display forms Dynamically Pin
giddy_guitarist27-Jun-07 4:44
giddy_guitarist27-Jun-07 4:44 
QuestionC# - Display forms Dynamically Pin
robbie.t25-Jun-07 0:41
robbie.t25-Jun-07 0:41 
AnswerRe: C# - Display forms Dynamically Pin
Christian Graus25-Jun-07 0:56
protectorChristian Graus25-Jun-07 0:56 
GeneralRe: C# - Display forms Dynamically Pin
robbie.t25-Jun-07 1:02
robbie.t25-Jun-07 1:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.