Click here to Skip to main content
15,921,530 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: using master page Pin
Tiger45613-Jun-07 20:22
Tiger45613-Jun-07 20:22 
GeneralRe: using master page Pin
Not Active14-Jun-07 2:00
mentorNot Active14-Jun-07 2:00 
AnswerAccess text box contents in Edit view [modified] Pin
bjjonesey13-Jun-07 5:25
bjjonesey13-Jun-07 5:25 
Questioncrystal Report ActiveX Pin
Ali el13-Jun-07 5:24
Ali el13-Jun-07 5:24 
QuestionIs it possible to turn off the RowEditing event in a grid view? Pin
MBursill13-Jun-07 5:16
MBursill13-Jun-07 5:16 
AnswerRe: Is it possible to turn off the RowEditing event in a grid view? Pin
ali bagheri13-Jun-07 5:40
ali bagheri13-Jun-07 5:40 
GeneralRe: Is it possible to turn off the RowEditing event in a grid view? Pin
MBursill13-Jun-07 6:35
MBursill13-Jun-07 6:35 
QuestionSessionStateProvider Pin
Russell Jones13-Jun-07 5:15
Russell Jones13-Jun-07 5:15 
I've written a session state provider and tested it in my own app. I now want to set it up to work from within an ASP.Net Application.

My class derives from SessionStateStoreProviderBase and is in an assembly that is referenced from my ASP project and set to CopyLocal true.

I've added this to the web config file inside a sessionState element:

<providers>
   <add name="MySqlStateStore"
       type="MySQLIntegration,MySqlStateStore"
       connectionStringName="ASPSessionState"
       writeExceptionsToEventLog="false" />
</providers>


I've tried using a dot or a comma and using the dll name, the namespace, the class name etc in various combinations but I keep getting the following error.

Could not load file or assembly 'MySqlStateStore' or one of its dependencies. The system cannot find the file specified.

Does anyone know what i have to do to the dll or what i have to put in the type attribute in the web.config to get this to work? I've found loads of people asking related questions but not many answers as yet. All the examples i've found on MSDN or elsewhere talk loads about writing the class but seem to think that the web.config just sorts itself out.

Thanks for any help or references anyone can give me

Russell
QuestionConvert to double in javascript Pin
Khan.Bangash13-Jun-07 5:12
Khan.Bangash13-Jun-07 5:12 
AnswerRe: Convert to double in javascript Pin
Manas Bhardwaj13-Jun-07 5:16
professionalManas Bhardwaj13-Jun-07 5:16 
GeneralRe: Convert to double in javascript Pin
Khan.Bangash13-Jun-07 5:19
Khan.Bangash13-Jun-07 5:19 
GeneralRe: Convert to double in javascript Pin
Manas Bhardwaj13-Jun-07 5:24
professionalManas Bhardwaj13-Jun-07 5:24 
QuestionRead Certificates Pin
Blue_Boy13-Jun-07 4:07
Blue_Boy13-Jun-07 4:07 
Questionhelp Pin
lakshmii_n13-Jun-07 3:54
lakshmii_n13-Jun-07 3:54 
AnswerRe: help Pin
leckey13-Jun-07 8:18
leckey13-Jun-07 8:18 
QuestionAdding References?? Pin
macca2413-Jun-07 3:50
macca2413-Jun-07 3:50 
AnswerRe: Adding References?? Pin
Jay_se13-Jun-07 3:55
Jay_se13-Jun-07 3:55 
GeneralRe: Adding References?? Pin
macca2413-Jun-07 4:32
macca2413-Jun-07 4:32 
GeneralRe: Adding References?? Pin
Manas Bhardwaj13-Jun-07 4:50
professionalManas Bhardwaj13-Jun-07 4:50 
QuestionTable from two columns [modified] Pin
Senseicads13-Jun-07 3:49
Senseicads13-Jun-07 3:49 
QuestionSelectedIndexChange of a checkedListbox Pin
Rajiya13-Jun-07 3:43
Rajiya13-Jun-07 3:43 
AnswerRe: SelectedIndexChange of a checkedListbox Pin
Venkatesh Mookkan13-Jun-07 16:29
Venkatesh Mookkan13-Jun-07 16:29 
QuestionGet Values from Grid Pin
BINOVAR13-Jun-07 3:15
BINOVAR13-Jun-07 3:15 
AnswerRe: Get Values from Grid Pin
Fatbuddha 113-Jun-07 5:10
Fatbuddha 113-Jun-07 5:10 
QuestionShare Point Pin
alexfromto13-Jun-07 3:11
alexfromto13-Jun-07 3:11 

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.