Click here to Skip to main content
15,923,902 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralInfraRed Data transfer Pin
bloodhound11-Jun-03 1:14
bloodhound11-Jun-03 1:14 
GeneralVB and Excell Automation Pin
Jm6k30-May-03 18:53
Jm6k30-May-03 18:53 
GeneralRe: VB and Excell Automation Pin
Hesham Amin30-May-03 22:28
Hesham Amin30-May-03 22:28 
GeneralReplay certain events repetitively Pin
srivagdevi30-May-03 18:30
srivagdevi30-May-03 18:30 
GeneralRe: Replay certain events repetitively Pin
parths15-Jun-03 17:22
parths15-Jun-03 17:22 
GeneralUsing Datagrid to indicate range of dates Pin
VB Guru30-May-03 13:09
VB Guru30-May-03 13:09 
QuestionWeb Service? Pin
GrindAZ30-May-03 9:46
GrindAZ30-May-03 9:46 
AnswerRe: Web Service? Pin
GrindAZ2-Jun-03 5:35
GrindAZ2-Jun-03 5:35 
Here Is The Answer:

Your problem lies in your machine.config file which will most likely
be in the following directory:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\CONFIG
The problem is that .NET 1.1 ships with HttpPost and HttpGet turned
off. look for the following tags:
<webservices>
<protocols>
<add name="HttpSoap1.2">
<add name="HttpSoap">


<add name="HttpPostLocalhost">
<add name="Documentation">



You will notice that HttpPost and HttpGet are commented out. Uncomment
them and it should fix your problem.

Thanks,
Kenton Smeltzer
GeneralRe: Web Service? Pin
Ray Cassick3-Jun-03 6:57
Ray Cassick3-Jun-03 6:57 
GeneralMacro in .NET Pin
yarns29-May-03 21:02
yarns29-May-03 21:02 
GeneralInet control StateChanged event Q. VB6 Pin
Hesham Amin29-May-03 20:59
Hesham Amin29-May-03 20:59 
Generalevent notification DLL to GUI Application Pin
Anand_Thakur29-May-03 19:40
Anand_Thakur29-May-03 19:40 
QuestionHowto Unload a Dll Programaticlly from your app? Pin
DudleyDoorite29-May-03 2:18
DudleyDoorite29-May-03 2:18 
AnswerRe: Howto Unload a Dll Programaticlly from your app? Pin
Heath Stewart29-May-03 3:10
protectorHeath Stewart29-May-03 3:10 
GeneralRe: Howto Unload a Dll Programaticlly from your app? Pin
DudleyDoorite29-May-03 4:17
DudleyDoorite29-May-03 4:17 
GeneralRe: Howto Unload a Dll Programaticlly from your app? Pin
Heath Stewart29-May-03 5:37
protectorHeath Stewart29-May-03 5:37 
GeneralRe: Howto Unload a Dll Programaticlly from your app? Pin
Roger Wright29-May-03 5:52
professionalRoger Wright29-May-03 5:52 
GeneralRe: Howto Unload a Dll Programaticlly from your app? Pin
DudleyDoorite29-May-03 9:59
DudleyDoorite29-May-03 9:59 
GeneralTrying to use MSUtil.LogQueryClass.ExecuteBatch Pin
Pablo407729-May-03 2:13
Pablo407729-May-03 2:13 
QuestionHow to z-order a window? Pin
amcan2728-May-03 6:55
amcan2728-May-03 6:55 
AnswerRe: How to z-order a window? Pin
dynamic28-May-03 11:32
dynamic28-May-03 11:32 
GeneralUserControl and Properties Pin
Knut Freyer27-May-03 23:59
Knut Freyer27-May-03 23:59 
GeneralComboxBox DataBindings Pin
JulG27-May-03 22:44
JulG27-May-03 22:44 
GeneralA good Visual Basic 6.0 Book Pin
Braulio Dez27-May-03 6:19
Braulio Dez27-May-03 6:19 
GeneralRe: A good Visual Basic 6.0 Book Pin
Hesham Amin27-May-03 10:44
Hesham Amin27-May-03 10:44 

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.