Click here to Skip to main content
15,891,033 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: for quiz program Pin
Christian Graus16-Nov-06 9:39
protectorChristian Graus16-Nov-06 9:39 
AnswerRe: for quiz program Pin
bapu288916-Nov-06 9:51
bapu288916-Nov-06 9:51 
QuestionDatagrid - Populate with SQL Select Statement Pin
Larry White15-Nov-06 7:53
Larry White15-Nov-06 7:53 
AnswerRe: Datagrid - Populate with SQL Select Statement Pin
Kevin Nicol15-Nov-06 8:53
Kevin Nicol15-Nov-06 8:53 
GeneralRe: Datagrid - Populate with SQL Select Statement Pin
Larry White15-Nov-06 10:12
Larry White15-Nov-06 10:12 
GeneralRe: Datagrid - Populate with SQL Select Statement Pin
Larry White15-Nov-06 10:36
Larry White15-Nov-06 10:36 
Questioncopy a file from a web folder Pin
CS_0115-Nov-06 7:46
CS_0115-Nov-06 7:46 
QuestionWeb service problem with VS.net 2005 and proxy server Pin
tjsharkfan15-Nov-06 7:40
tjsharkfan15-Nov-06 7:40 
I am having a problem with accessing a web service and am hoping that someone out there can help me out...

I am working on a VB windows forms application that will access a web service running on a Windows 2003 server. As I am starting a new project, I decided that it's a good time to move from Visual Studio 2003 to Visual Studio 2005. My problem is that with VS2005 I can not access the web service and with VS2003 I can. Additionally, if I turn of my web proxy (Control Panel, Internet Options, Connections, LAN Settings) the web service works fine with VS2005. Unfortunately, turning off the proxy server is not an option. The error I get running VS2005 with the proxy server is "The request failed with HTTP status 403: Forbidden."

This is a sample of the code I'm working with:

Dim FAMISService As New FAMIS6.ImportEntity
Dim dtFAMISLocations As DataTable

FAMISService.PreAuthenticate = True
FAMISService.Credentials = System.Net.CredentialCache.DefaultCredentials
FAMISService.Proxy = System.Net.WebRequest.DefaultWebProxy
FAMISService.Proxy.Credentials = System.Net.CredentialCache.DefaultCredentials


dtFAMISLocations = FAMISService.GetLocations().Tables(0)

I've tried it with and without the service proxy settings with no effect. Any thoughts or suggestions would be appreciated.

Regards,
TJS
Questionvisual studio .NET / required files Pin
7prince15-Nov-06 6:33
7prince15-Nov-06 6:33 
AnswerRe: visual studio .NET / required files [modified] Pin
Kevin Nicol15-Nov-06 7:23
Kevin Nicol15-Nov-06 7:23 
QuestionZip UnZip And DLL's Pin
TheChaosLord.UK15-Nov-06 6:27
TheChaosLord.UK15-Nov-06 6:27 
AnswerRe: Zip UnZip And DLL's Pin
nlarson1115-Nov-06 6:38
nlarson1115-Nov-06 6:38 
QuestionGetFiles() method altering LastAccessedDate???? Pin
GaryT8015-Nov-06 6:25
GaryT8015-Nov-06 6:25 
AnswerRe: GetFiles() method altering LastAccessedDate???? Pin
Guffa15-Nov-06 6:33
Guffa15-Nov-06 6:33 
GeneralRe: GetFiles() method altering LastAccessedDate???? Pin
GaryT8015-Nov-06 6:42
GaryT8015-Nov-06 6:42 
GeneralRe: GetFiles() method altering LastAccessedDate???? Pin
GaryT8015-Nov-06 6:59
GaryT8015-Nov-06 6:59 
GeneralRe: GetFiles() method altering LastAccessedDate???? Pin
Guffa15-Nov-06 8:40
Guffa15-Nov-06 8:40 
GeneralRe: GetFiles() method altering LastAccessedDate???? Pin
GaryT8015-Nov-06 8:47
GaryT8015-Nov-06 8:47 
AnswerRe: GetFiles() method altering LastAccessedDate???? Pin
Dave Kreskowiak15-Nov-06 7:27
mveDave Kreskowiak15-Nov-06 7:27 
Questionplaying card class Pin
willcocksyido15-Nov-06 5:59
willcocksyido15-Nov-06 5:59 
AnswerRe: playing card class Pin
Guffa15-Nov-06 7:06
Guffa15-Nov-06 7:06 
QuestionVB6.FixedLengthString(#) - Alternate Pin
nlindley715-Nov-06 5:11
nlindley715-Nov-06 5:11 
AnswerRe: VB6.FixedLengthString(#) - Alternate Pin
nlarson1115-Nov-06 5:17
nlarson1115-Nov-06 5:17 
GeneralRe: VB6.FixedLengthString(#) - Alternate Pin
nlindley715-Nov-06 5:39
nlindley715-Nov-06 5:39 
QuestionAnyway to set picturebox control to always be center screen??? Pin
Joey Picerno15-Nov-06 5:07
Joey Picerno15-Nov-06 5:07 

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.