Click here to Skip to main content
15,910,603 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Remove Event onMouseOver on ImageHtml Pin
Bradml27-Feb-07 22:29
Bradml27-Feb-07 22:29 
QuestionASP and SQL Server 2005 NOT ASP.NET Pin
Kiss Lover27-Feb-07 7:30
Kiss Lover27-Feb-07 7:30 
AnswerRe: ASP and SQL Server 2005 NOT ASP.NET Pin
andyharman27-Feb-07 8:16
professionalandyharman27-Feb-07 8:16 
QuestionASP Export to Excel Pin
admoore7727-Feb-07 4:16
admoore7727-Feb-07 4:16 
AnswerRe: ASP Export to Excel Pin
andyharman27-Feb-07 5:46
professionalandyharman27-Feb-07 5:46 
QuestionRe: ASP Export to Excel Pin
admoore7727-Feb-07 6:32
admoore7727-Feb-07 6:32 
AnswerRe: ASP Export to Excel Pin
andyharman27-Feb-07 8:15
professionalandyharman27-Feb-07 8:15 
QuestionI want to Execuate EXE file on client machine through vbscript or javascript. Pin
divyesh143226-Feb-07 23:31
divyesh143226-Feb-07 23:31 
AnswerRe: I want to Execuate EXE file on client machine through vbscript or javascript. Pin
Bradml26-Feb-07 23:44
Bradml26-Feb-07 23:44 
AnswerRe: I want to Execuate EXE file on client machine through vbscript or javascript. Pin
User 171649226-Feb-07 23:54
professionalUser 171649226-Feb-07 23:54 
QuestionDatagrid fails to show data! Pin
nclauder26-Feb-07 22:04
nclauder26-Feb-07 22:04 
AnswerRe: Datagrid fails to show data! Pin
Marcus J. Smith27-Feb-07 3:11
professionalMarcus J. Smith27-Feb-07 3:11 
GeneralRe: Datagrid fails to show data! Pin
nclauder28-Feb-07 0:32
nclauder28-Feb-07 0:32 
GeneralRe: Datagrid fails to show data! Pin
Marcus J. Smith28-Feb-07 6:52
professionalMarcus J. Smith28-Feb-07 6:52 
GeneralRe: Datagrid fails to show data! Pin
nclauder28-Feb-07 20:17
nclauder28-Feb-07 20:17 
Questionapache server Pin
Manjunath S26-Feb-07 21:51
Manjunath S26-Feb-07 21:51 
AnswerRe: apache server Pin
Bradml26-Feb-07 23:44
Bradml26-Feb-07 23:44 
Questionnew error Pin
No-e26-Feb-07 9:17
No-e26-Feb-07 9:17 
I am working on a basic internal site, I just added a new simple page that fills a simple DataGrid with data from a SQL table, aside from the conversion issue reference below all seemed to go smooth until I tried to deploy it.

when I try to run it on teh server I get teh error:

"File or Assembly name CrystalDecisions.CrystalReports.Engine or one of its dependancies was not found"

I appears there is a new entry in my web.config file as follows. The portion after compilation, default language and debug="true" part is new.

<compilation defaultlanguage="vb" debug="true"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"><add assembly="CrystalDecisions.ReportSource, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"><add assembly="CrystalDecisions.Shared, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"><add assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304">

If I try to take it out I get an error, does anyone know where this came from and/or the best way to resolve the issue?

I think I did drag a Crystal Reports Viewer on teh form at one point but removed it...
Thanks in advance,
AnswerRe: new error Pin
kubben26-Feb-07 9:27
kubben26-Feb-07 9:27 
GeneralRe: new error Pin
No-e26-Feb-07 9:47
No-e26-Feb-07 9:47 
QuestionHow to handle secondary tables that key off primary table Pin
MaxRelaxman26-Feb-07 7:23
MaxRelaxman26-Feb-07 7:23 
QuestionSpecified Cast Not Valid Pin
No-e26-Feb-07 7:12
No-e26-Feb-07 7:12 
AnswerRe: Specified Cast Not Valid Pin
kubben26-Feb-07 7:36
kubben26-Feb-07 7:36 
GeneralRe: Specified Cast Not Valid Pin
No-e26-Feb-07 9:01
No-e26-Feb-07 9:01 
GeneralRe: Specified Cast Not Valid Pin
kubben26-Feb-07 9:02
kubben26-Feb-07 9:02 

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.