Click here to Skip to main content
15,890,123 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: static public functions : asp.net c# Pin
Eytukan9-Apr-09 21:35
Eytukan9-Apr-09 21:35 
GeneralRe: static public functions : asp.net c# Pin
VijayVishwakarma9-Apr-09 22:43
VijayVishwakarma9-Apr-09 22:43 
GeneralRe: static public functions : asp.net c# Pin
Eytukan9-Apr-09 23:01
Eytukan9-Apr-09 23:01 
GeneralRe: static public functions : asp.net c# Pin
VijayVishwakarma17-Apr-09 2:11
VijayVishwakarma17-Apr-09 2:11 
QuestionGridView_RowCreated event handler is not working on GridView_PageIndexChanging Pin
Member 29989699-Apr-09 19:35
Member 29989699-Apr-09 19:35 
AnswerRe: GridView_RowCreated event handler is not working on GridView_PageIndexChanging Pin
VijayVishwakarma9-Apr-09 20:31
VijayVishwakarma9-Apr-09 20:31 
GeneralRe: GridView_RowCreated event handler is not working on GridView_PageIndexChanging Pin
Member 29989699-Apr-09 22:06
Member 29989699-Apr-09 22:06 
QuestionHttpHandler (another Could not load type ) Pin
vexi9-Apr-09 17:59
vexi9-Apr-09 17:59 
Hello
first of sorry for the bad english but im dyslexic

im working on a simpel httpHandler at the momment but my problem is that i simply cant regiser it in my web.config, i have tryed adding a assembly name (im on the WWD so i dont think i can actly make assembys?) bouth whith my application name and whith the App_Code (bouth whith the handler in the App_Code folder And whith it in the root, and if is the App_Code folder DotNet wont let me build my page at all)

after 3 houres of forum searching im truey lost, i whent on the MSDN and copy pasted there helloworld exampel but its not working eather...

i tryed whith following in my Root web.config (not that i have any sub cfg's now.

<httpHandlers>
    <remove verb="*" path="*.asmx"/>
    <add verb="*" path="*.sample" type="HelloWorldHandler,HelloWorldHandler"/>
    <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    <add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</httpHandlers>


And whith:
<add verb="*" path="*.sample" type="HelloWorldHandler,HelloWorldHandler"/>




Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'HelloWorldHandler' or one of its dependencies. The system cannot find the file specified.
=== Pre-bind state information ===
LOG: User = vexis\vexi
LOG: DisplayName = HelloWorldHandler
 (Partial)
LOG: Appbase = file:///C:/Users/vexi/Documents/webs/vxm/
LOG: Initial PrivatePath = C:\Users\vexi\Documents\webs\vxm\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\vexi\Documents\webs\vxm\web.config
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: The same bind was seen before, and was failed with hr = 0x80070002.


i can see its trying to get the assimbly from my local web dir but WWD dont create a folder named bin whith the compiled code so im kind of lost for what to do now?

Help appreciated

Salomon B. Sumbundu
Denmark
AnswerRe: HttpHandler (another Could not load type ) Pin
anilpal9-Apr-09 21:32
anilpal9-Apr-09 21:32 
GeneralRe: HttpHandler (another Could not load type ) Pin
vexi9-Apr-09 22:23
vexi9-Apr-09 22:23 
NewsRe: HttpHandler (another Could not load type ) Pin
vexi9-Apr-09 22:45
vexi9-Apr-09 22:45 
Questionhow to do Online custom t-shirt designing using .net Pin
pink9-Apr-09 17:57
pink9-Apr-09 17:57 
AnswerRe: how to do Online custom t-shirt designing using .net Pin
Abhishek Sur9-Apr-09 22:46
professionalAbhishek Sur9-Apr-09 22:46 
GeneralRe: how to do Online custom t-shirt designing using .net Pin
pink10-Apr-09 21:16
pink10-Apr-09 21:16 
QuestionRegistration process for social netwoork [modified] Pin
Shahdat Hosain9-Apr-09 17:32
Shahdat Hosain9-Apr-09 17:32 
AnswerRe: Registration process for social netwoork Pin
Abhijit Jana9-Apr-09 19:20
professionalAbhijit Jana9-Apr-09 19:20 
AnswerRe: Registration process for social netwoork Pin
Abhijit Jana9-Apr-09 20:11
professionalAbhijit Jana9-Apr-09 20:11 
QuestionFTP and datatable VB.net Pin
jjordanc9-Apr-09 14:10
jjordanc9-Apr-09 14:10 
QuestionHow do I implement a DataType property of type System.Type on a User Control? Pin
Brady Kelly9-Apr-09 8:14
Brady Kelly9-Apr-09 8:14 
QuestionHow to set google maps view of your area in the site? Pin
Alok Sharma ji9-Apr-09 8:02
Alok Sharma ji9-Apr-09 8:02 
AnswerCheck out Google Maps API Pin
David Mujica9-Apr-09 8:08
David Mujica9-Apr-09 8:08 
GeneralRe: Check out Google Maps API Pin
Alok Sharma ji9-Apr-09 8:19
Alok Sharma ji9-Apr-09 8:19 
Question[Message Deleted] Pin
Sr...Frank9-Apr-09 7:18
Sr...Frank9-Apr-09 7:18 
AnswerRe: Session Problem!!! [modified] Pin
Alok Sharma ji9-Apr-09 7:59
Alok Sharma ji9-Apr-09 7:59 
AnswerRe: Session Problem!!! Pin
Paulo Zemek9-Apr-09 8:04
mvaPaulo Zemek9-Apr-09 8:04 

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.