Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How I can do Online payment ? Pin
RaviRanjanKr6-Jan-11 21:54
professionalRaviRanjanKr6-Jan-11 21:54 
GeneralRe: How I can do Online payment ? Pin
Honeyboy_207-Jan-11 0:57
Honeyboy_207-Jan-11 0:57 
GeneralRe: How I can do Online payment ? Pin
Kunjal9997-Jan-11 1:37
Kunjal9997-Jan-11 1:37 
QuestionHTTP Handler Pin
snouto5-Jan-11 22:24
snouto5-Jan-11 22:24 
AnswerRe: HTTP Handler Pin
Sandesh M Patil7-Jan-11 1:25
Sandesh M Patil7-Jan-11 1:25 
GeneralRe: HTTP Handler Pin
Not Active7-Jan-11 2:32
mentorNot Active7-Jan-11 2:32 
GeneralRe: HTTP Handler Pin
Sandesh M Patil7-Jan-11 2:57
Sandesh M Patil7-Jan-11 2:57 
GeneralRe: HTTP Handler Pin
snouto8-Jan-11 18:04
snouto8-Jan-11 18:04 
My friend i would like to inform you that the http handler works fine without injecting the assembly in the GAC , because the http handler is not in a different assembly , it is in the same assembly namespace as the whole project but the problem was as follows .

i didn't put the assembly name after declaring the fully qualified namespace of the handler

for example the assembly name is GAndroidService

and the fully qualified namespace for the handler is

GAndroidService.Android.AndroidHandler

so the assembly is successfully loaded in memory when the web service runs in the context of asp.net engine so i had to put it like that

GAndroidService.Android.AndroidHandler , GAndroidService


i hope this could help.

Thank you guys for your great support and taking time to reply
Human knowledge belongs to the world.

QuestionBring to front Pin
C#Coudou5-Jan-11 15:10
C#Coudou5-Jan-11 15:10 
AnswerRe: Bring to front Pin
GlobX5-Jan-11 15:26
GlobX5-Jan-11 15:26 
QuestionWCF Service Exception Pin
indian1435-Jan-11 11:32
indian1435-Jan-11 11:32 
AnswerRe: WCF Service Exception Pin
GlobX5-Jan-11 15:32
GlobX5-Jan-11 15:32 
GeneralRe: WCF Service Exception Pin
indian1435-Jan-11 16:25
indian1435-Jan-11 16:25 
AnswerRe: WCF Service Exception Pin
GlobX5-Jan-11 16:35
GlobX5-Jan-11 16:35 
QuestionASP.NET Visual Studio.NET 2010 Pin
Nino_14-Jan-11 19:36
Nino_14-Jan-11 19:36 
AnswerRe: ASP.NET Visual Studio.NET 2010 Pin
Hiren solanki4-Jan-11 19:45
Hiren solanki4-Jan-11 19:45 
AnswerRe: ASP.NET Visual Studio.NET 2010 Pin
Keith Barrow4-Jan-11 20:55
professionalKeith Barrow4-Jan-11 20:55 
AnswerRe: ASP.NET Visual Studio.NET 2010 Pin
Abhijit Jana4-Jan-11 21:29
professionalAbhijit Jana4-Jan-11 21:29 
AnswerRe: ASP.NET Visual Studio.NET 2010 Pin
Nino_16-Jan-11 10:00
Nino_16-Jan-11 10:00 
Questionhow can i upload video or audio file into database? Pin
hassanmorsy4-Jan-11 12:30
hassanmorsy4-Jan-11 12:30 
AnswerRe: how can i upload video or audio file into database? Pin
Not Active4-Jan-11 12:40
mentorNot Active4-Jan-11 12:40 
QuestionHow can I display a pop-up when hovering over a Gridview row? Pin
JTRizos4-Jan-11 6:50
JTRizos4-Jan-11 6:50 
AnswerRe: How can I display a pop-up when hovering over a Gridview row? Pin
Not Active4-Jan-11 8:05
mentorNot Active4-Jan-11 8:05 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
JTRizos4-Jan-11 9:33
JTRizos4-Jan-11 9:33 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
Not Active4-Jan-11 9:56
mentorNot Active4-Jan-11 9:56 

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.