Click here to Skip to main content
15,924,193 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionException handling Approach Pin
Amit Kumar G7-Sep-06 17:28
Amit Kumar G7-Sep-06 17:28 
AnswerRe: Exception handling Approach Pin
Not Active7-Sep-06 18:41
mentorNot Active7-Sep-06 18:41 
GeneralRe: Exception handling Approach Pin
Amit Kumar G8-Sep-06 3:04
Amit Kumar G8-Sep-06 3:04 
GeneralRe: Exception handling Approach Pin
Not Active8-Sep-06 3:09
mentorNot Active8-Sep-06 3:09 
AnswerRe: Exception handling Approach Pin
Ramasubramaniam8-Sep-06 3:39
Ramasubramaniam8-Sep-06 3:39 
QuestionFormsAuthentication Pin
cisco21037-Sep-06 13:41
cisco21037-Sep-06 13:41 
QuestionASP.Net 2.0 GridView inside Checkbox/Dropdown Pin
dsrao7-Sep-06 11:38
dsrao7-Sep-06 11:38 
QuestionSoapExtension and web service Pin
mjgofe297-Sep-06 9:09
mjgofe297-Sep-06 9:09 
hi, i have this follow code.

this method of de web service class:

[WebMethod]
[BugTracker.ExtenxionSoap]
public Bug GetBug(int intid)
{
Bug ob = new Bug();
//ob.bug(intid);
return ob;
}

And other class when call the attribute:

[AttributeUsage(AttributeTargets.Method)]
public class MostrarSoapi: SoapExtensionAttribute
{
private int priority;
public override System.Type ExtensionType
{
get { return typeof(BugTracker.ExtenxionSoap); }
}

public override int Priority
{
//get { return priority; }
get { return 1; }
set { priority = value; }
}
}


finally the class de soapextension inherints:

public class ExtenxionSoap: SoapExtension
{
/* here i have all methods inherints

the error is following:

c:\inetpub\wwwroot\BugTracker\Bugs.asmx.cs(53): The type or namespace name 'ExtenxionSoap' does not exist in the class or namespace 'BugTracker' (are you missing an assembly reference?)


why:

[WebMethod]
[BugTracker.ExtenxionSoap]

[AttributeUsage(AttributeTargets.Method)]
public class MostrarSoapi: SoapExtensionAttribute
{
private int priority;
public override System.Type ExtensionType
{
get { return typeof(BugTracker.ExtenxionSoap); }
}

public override int Priority
{
//get { return priority; }
get { return 1; }
set { priority = value; }
}
}


thanks and excuseme for my englihs.




QuestionConvert to PDF and Print on the fly Pin
Steve-o H.7-Sep-06 8:53
Steve-o H.7-Sep-06 8:53 
QuestionBuffering or Caching. Pin
deepaks37-Sep-06 8:24
deepaks37-Sep-06 8:24 
AnswerRe: Buffering or Caching. Pin
Guffa7-Sep-06 9:35
Guffa7-Sep-06 9:35 
GeneralRe: Buffering or Caching. Pin
deepaks37-Sep-06 9:53
deepaks37-Sep-06 9:53 
GeneralRe: Buffering or Caching. Pin
Jason Weibel7-Sep-06 10:57
Jason Weibel7-Sep-06 10:57 
GeneralRe: Buffering or Caching. Pin
Not Active7-Sep-06 12:08
mentorNot Active7-Sep-06 12:08 
AnswerRe: Buffering or Caching. Pin
Guffa7-Sep-06 13:01
Guffa7-Sep-06 13:01 
AnswerRe: Buffering or Caching. Pin
Not Active7-Sep-06 12:07
mentorNot Active7-Sep-06 12:07 
GeneralRe: Buffering or Caching. Pin
Amit Kumar G7-Sep-06 13:29
Amit Kumar G7-Sep-06 13:29 
GeneralRe: Buffering or Caching. Pin
Not Active7-Sep-06 15:05
mentorNot Active7-Sep-06 15:05 
QuestionSSL Connection? Pin
Jason Weibel7-Sep-06 8:10
Jason Weibel7-Sep-06 8:10 
AnswerRe: SSL Connection? Pin
Nick Parker11-Sep-06 5:01
protectorNick Parker11-Sep-06 5:01 
GeneralRe: SSL Connection? Pin
Jason Weibel11-Sep-06 5:19
Jason Weibel11-Sep-06 5:19 
GeneralRe: SSL Connection? Pin
Jason Weibel11-Sep-06 5:41
Jason Weibel11-Sep-06 5:41 
GeneralRe: SSL Connection? Pin
Jason Weibel11-Sep-06 6:24
Jason Weibel11-Sep-06 6:24 
QuestionCommon Application error in ASP.net Pin
Skanless7-Sep-06 6:20
Skanless7-Sep-06 6:20 
AnswerRe: Common Application error in ASP.net Pin
Guffa7-Sep-06 13:05
Guffa7-Sep-06 13:05 

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.