Click here to Skip to main content
15,914,013 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: parse different strings Pin
Keith Barrow7-Jan-11 2:20
professionalKeith Barrow7-Jan-11 2:20 
QuestionCrystal report Problem Pin
Any_India6-Jan-11 19:09
Any_India6-Jan-11 19:09 
QuestionHow I can do Online payment ? Pin
Honeyboy_206-Jan-11 14:48
Honeyboy_206-Jan-11 14:48 
AnswerRe: How I can do Online payment ? Pin
Not Active6-Jan-11 15:46
mentorNot Active6-Jan-11 15:46 
AnswerRe: How I can do Online payment ? Pin
Abhijit Jana6-Jan-11 19:41
professionalAbhijit Jana6-Jan-11 19:41 
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 

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.