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

ASP.NET

 
AnswerRe: How to upload a video in sql server 2005 then play it in asp.net Pin
Isaac Kit9-May-13 11:10
Isaac Kit9-May-13 11:10 
AnswerRe: How to upload a video in sql server 2005 then play it in asp.net Pin
Isaac Kit9-May-13 11:39
Isaac Kit9-May-13 11:39 
SuggestionRe: How to upload a video in sql server 2005 then play it in asp.net Pin
ZurdoDev10-May-13 7:16
professionalZurdoDev10-May-13 7:16 
GeneralRe: How to upload a video in sql server 2005 then play it in asp.net Pin
Isaac Kit11-May-13 8:44
Isaac Kit11-May-13 8:44 
SuggestionRe: How to upload a video in sql server 2005 then play it in asp.net Pin
ZurdoDev13-May-13 1:58
professionalZurdoDev13-May-13 1:58 
GeneralRe: How to upload a video in sql server 2005 then play it in asp.net Pin
Isaac Kit15-May-13 4:44
Isaac Kit15-May-13 4:44 
QuestionDrag Object From User's Computer into Webpage Pin
ASPnoob8-May-13 12:48
ASPnoob8-May-13 12:48 
AnswerRe: Drag Object From User's Computer into Webpage Pin
Blikkies8-May-13 21:53
professionalBlikkies8-May-13 21:53 
GeneralRe: Drag Object From User's Computer into Webpage Pin
ASPnoob8-May-13 22:07
ASPnoob8-May-13 22:07 
GeneralRe: Drag Object From User's Computer into Webpage Pin
Blikkies8-May-13 22:17
professionalBlikkies8-May-13 22:17 
GeneralRe: Drag Object From User's Computer into Webpage Pin
ASPnoob8-May-13 23:03
ASPnoob8-May-13 23:03 
QuestionHelp with SmarterStats web services Pin
Jassim Rahma8-May-13 12:03
Jassim Rahma8-May-13 12:03 
QuestionODP.Net provider error Pin
vanikanc8-May-13 7:09
vanikanc8-May-13 7:09 
AnswerRe: ODP.Net provider error Pin
Jasmine25018-May-13 7:48
Jasmine25018-May-13 7:48 
It is telling you it can't find the DLL. On line 14 in your web.config, you're referencing a DLL, and for some reason the runtime system can't find it. Either the assembly is not in the GAC, or the path you specified is wrong. In my Web.config the tag looks like this:

<add assembly="Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89B483F429C47342"/>


Which suggests the assembly is found in the GAC - which is where the installer should have placed it. This has nothing to do with the SQL scripts, which have probably already been run on your server - they only need to be run once for each server, so if you're the second or later developer to install this, you can skip it.

One way to "reset" VS in terms of finding this assembly is to go into your project property pages, open the "references" and remove the Oracle.DataAccess reference. Then save your project, I usually restart VS, then right-click the bin, choose "Add Reference..." and add the Oracle DLL back in. That should help it find the thing correctly.

If that doesn't work, drop a copy of the Oracle.DataAccess.DLL into the bin.
GeneralRe: ODP.Net provider error Pin
vanikanc8-May-13 7:59
vanikanc8-May-13 7:59 
GeneralRe: ODP.Net provider error Pin
Jasmine25018-May-13 9:07
Jasmine25018-May-13 9:07 
Questionwhich is the best practice to generate report in pdf format using ASP.NET MVC3? Pin
manoj.jsm8-May-13 0:20
manoj.jsm8-May-13 0:20 
Questionexpansion of axd in trace.axd Pin
Member 87018137-May-13 21:28
Member 87018137-May-13 21:28 
QuestionRe: expansion of axd in trace.axd Pin
Sandeep Mewara7-May-13 22:41
mveSandeep Mewara7-May-13 22:41 
AnswerRe: expansion of axd in trace.axd Pin
Member 870181310-May-13 7:46
Member 870181310-May-13 7:46 
QuestionHow to Display image with Grideview Pin
langpolen7-May-13 20:55
langpolen7-May-13 20:55 
AnswerRe: How to Display image with Grideview Pin
Sandeep Mewara7-May-13 22:42
mveSandeep Mewara7-May-13 22:42 
AnswerRe: How to Display image with Grideview Pin
AANIL DHAKAD8-May-13 2:56
AANIL DHAKAD8-May-13 2:56 
AnswerRe: How to Display image with Grideview Pin
Bikash Prakash Dash8-May-13 4:23
Bikash Prakash Dash8-May-13 4:23 
Questionbest way to move website from development to production Pin
Jassim Rahma7-May-13 10:30
Jassim Rahma7-May-13 10:30 

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.