Click here to Skip to main content
15,903,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: maintain checkbox selection for paging in gridview Pin
Abhijit Jana17-Jul-09 22:34
professionalAbhijit Jana17-Jul-09 22:34 
AnswerRe: maintain checkbox selection for paging in gridview Pin
Brij18-Jul-09 1:14
mentorBrij18-Jul-09 1:14 
QuestionUser Control Inside Modal Popup Pin
anada888617-Jul-09 16:38
anada888617-Jul-09 16:38 
AnswerRe: User Control Inside Modal Popup Pin
Abhijit Jana19-Jul-09 7:47
professionalAbhijit Jana19-Jul-09 7:47 
GeneralRe: User Control Inside Modal Popup Pin
anada888619-Jul-09 16:32
anada888619-Jul-09 16:32 
Questionpopup is blocking my download Pin
cmrhema17-Jul-09 16:03
cmrhema17-Jul-09 16:03 
AnswerRe: popup is blocking my download Pin
Christian Graus17-Jul-09 16:16
protectorChristian Graus17-Jul-09 16:16 
QuestionCan not find Code Behind code; getting "Could not create type " Pin
Lori Janes17-Jul-09 6:41
Lori Janes17-Jul-09 6:41 
Okay, ... my first attempt at a .net web service.

VB.net visual studio 2005, ...
on my workstation, it runs fine with View in Browser.
But on hosting service, I get the Parsing Error "Could not create type Filedownload.
On hosting service, if I put vb code in asmx file and remove codebehind statement, it does work.

Like it cannot find the codebehind code.
Tried the compiled file and dll, and .vb file.
Tried putting them in same folder as .asmx with codebehind = filedownload.vb (so not have to have access and find another folder).

Called hosting service, verify running .net 2.0.5
Checked/changed access to subfolders as full access.

Tried using actual www......\etc. ... host name then folder name.
How do I know Vitual name vs. literal name ?

STUMPED: Any ideas?

Filedownload.asmx contains:
<%@ WebService Language="VB" CodeBehind="~\App_Code\FileDownload.vb" Class="FileDownload" %>

Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.IO

<webservice(namespace:="http: tempuri.org="" ")=""> _
<webservicebinding(conformsto:=wsiprofiles.basicprofile1_1)> _
<global.microsoft.visualbasic.compilerservices.designergenerated()> _
Public Class FileDownload
Inherits System.Web.Services.WebService

<webmethod()> _
Public Function DownloadTheFile() As String
Return "Hello FROM File Download THE File"
End Function
End Class
AnswerRe: Can not find Code Behind code; getting "Could not create type " Pin
Abhijit Jana17-Jul-09 6:55
professionalAbhijit Jana17-Jul-09 6:55 
GeneralRe: Can not find Code Behind code; getting "Could not create type " [modified] Pin
Lori Janes17-Jul-09 7:58
Lori Janes17-Jul-09 7:58 
GeneralRe: Can not find Code Behind code; getting "Could not create type " Pin
Abhijit Jana17-Jul-09 22:04
professionalAbhijit Jana17-Jul-09 22:04 
QuestionDictionary object in .Net Pin
Tina P17-Jul-09 6:37
Tina P17-Jul-09 6:37 
AnswerRe: Dictionary object in .Net Pin
Christian Graus17-Jul-09 9:23
protectorChristian Graus17-Jul-09 9:23 
GeneralRe: Dictionary object in .Net Pin
Tina P17-Jul-09 12:18
Tina P17-Jul-09 12:18 
GeneralRe: Dictionary object in .Net Pin
Christian Graus17-Jul-09 17:09
protectorChristian Graus17-Jul-09 17:09 
GeneralCreating Forum Pin
Abdulhafeezo17-Jul-09 5:43
Abdulhafeezo17-Jul-09 5:43 
AnswerRe: Creating Forum [modified] Pin
Abhijit Jana17-Jul-09 6:02
professionalAbhijit Jana17-Jul-09 6:02 
GeneralRe: Creating Forum Pin
Brij17-Jul-09 6:06
mentorBrij17-Jul-09 6:06 
Questionunable to connect to visual studio's localhost web server? Pin
Pawan Kiran17-Jul-09 5:40
Pawan Kiran17-Jul-09 5:40 
AnswerRe: unable to connect to visual studio's localhost web server? Pin
Abdulhafeezo17-Jul-09 5:55
Abdulhafeezo17-Jul-09 5:55 
GeneralRe: unable to connect to visual studio's localhost web server? Pin
Abhijit Jana17-Jul-09 6:13
professionalAbhijit Jana17-Jul-09 6:13 
AnswerRe: unable to connect to visual studio's localhost web server? Pin
Abhijit Jana17-Jul-09 6:12
professionalAbhijit Jana17-Jul-09 6:12 
GeneralRe: unable to connect to visual studio's localhost web server? Pin
mailme.vibin14-Feb-10 3:01
mailme.vibin14-Feb-10 3:01 
GeneralRe: unable to connect to visual studio's localhost web server? Pin
mailme.vibin14-Feb-10 3:10
mailme.vibin14-Feb-10 3:10 
AnswerRe: unable to connect to visual studio's localhost web server? Pin
mailme.vibin14-Feb-10 3:00
mailme.vibin14-Feb-10 3:00 

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.