Click here to Skip to main content
15,887,746 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: application not running without visual studio Pin
tgkkishore20-Jan-14 6:13
tgkkishore20-Jan-14 6:13 
GeneralRe: application not running without visual studio Pin
Ron Beyer20-Jan-14 7:49
professionalRon Beyer20-Jan-14 7:49 
GeneralRe: application not running without visual studio Pin
tgkkishore21-Jan-14 4:48
tgkkishore21-Jan-14 4:48 
GeneralRe: application not running without visual studio Pin
Ron Beyer21-Jan-14 5:30
professionalRon Beyer21-Jan-14 5:30 
GeneralRe: application not running without visual studio Pin
tgkkishore22-Jan-14 4:26
tgkkishore22-Jan-14 4:26 
GeneralRe: application not running without visual studio Pin
Ron Beyer22-Jan-14 5:01
professionalRon Beyer22-Jan-14 5:01 
AnswerRe: application not running without visual studio Pin
Shameel27-Jan-14 4:22
professionalShameel27-Jan-14 4:22 
QuestionWebService Problem Pin
angelo8714-Jan-14 12:24
angelo8714-Jan-14 12:24 
Hello to all,

I apologize if I initially written in Italian, but it's the first time I write a post. I will keep this for future visits.

I migrated my web service from iis6 to iis7 on win2003 to win2008, below the code for the asp.net page that connects to the web service:

Dim sComune As String = "Roma"
Dim converter As New WS_Comuni
Dim Valore As New ArrayList

Valore = converter.TrovaComune(sComune)

Literal1.Text = Valore.Item(0).ToString()


By testing the above code on the new platform Visual studio web developer shows me an error on the line:

Dim converter As New WS_Comuni

WS_Comuni as if it were incomplete.

WS_Comuni is both the name of the file. Asmx published, both the reference name of the service in the web project.

Could you please tell me why, just migrating from iis6 to iis7 stop this problem?

Thanks for the support, and I apologize again for the inconvenience

modified 14-Jan-14 20:22pm.

AnswerRe: WebService Problem Pin
Dave Kreskowiak14-Jan-14 14:09
mveDave Kreskowiak14-Jan-14 14:09 
AnswerRe: WebService Problem Pin
Bernhard Hiller14-Jan-14 20:54
Bernhard Hiller14-Jan-14 20:54 
SuggestionRe: WebService Problem Pin
Richard Deeming15-Jan-14 0:49
mveRichard Deeming15-Jan-14 0:49 
GeneralRe: WebService Problem Pin
Dave Kreskowiak15-Jan-14 3:34
mveDave Kreskowiak15-Jan-14 3:34 
GeneralRe: WebService Problem Pin
Eddy Vluggen15-Jan-14 5:01
professionalEddy Vluggen15-Jan-14 5:01 
GeneralRe: WebService Problem Pin
Dave Kreskowiak15-Jan-14 6:52
mveDave Kreskowiak15-Jan-14 6:52 
Questionlinq to entity Pin
Member 1050774910-Jan-14 2:46
Member 1050774910-Jan-14 2:46 
AnswerRe: linq to entity Pin
Simon_Whale10-Jan-14 3:08
Simon_Whale10-Jan-14 3:08 
AnswerRe: linq to entity Pin
Dave Kreskowiak10-Jan-14 5:31
mveDave Kreskowiak10-Jan-14 5:31 
QuestionPass arguments Pin
byka10-Jan-14 2:21
byka10-Jan-14 2:21 
AnswerRe: Pass arguments Pin
Shameel10-Jan-14 2:42
professionalShameel10-Jan-14 2:42 
GeneralRe: Pass arguments Pin
byka10-Jan-14 3:05
byka10-Jan-14 3:05 
AnswerRe: Pass arguments Pin
Shameel10-Jan-14 3:11
professionalShameel10-Jan-14 3:11 
QuestionHow to Convert Pdf to Html ? Pin
Sumit Rastogi SRA9-Jan-14 1:55
professionalSumit Rastogi SRA9-Jan-14 1:55 
AnswerRe: How to Convert Pdf to Html ? Pin
Manfred Rudolf Bihy9-Jan-14 2:38
professionalManfred Rudolf Bihy9-Jan-14 2:38 
Questionnot able to open excel hyperlink provided in PPT in asp.net form Pin
ven7539-Jan-14 0:11
ven7539-Jan-14 0:11 
AnswerRe: not able to open excel hyperlink provided in PPT in asp.net form Pin
Shameel10-Jan-14 2:46
professionalShameel10-Jan-14 2:46 

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.