Click here to Skip to main content
15,914,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondisabling an item in combobox Pin
Prakash_Mishra19-Aug-07 21:24
Prakash_Mishra19-Aug-07 21:24 
AnswerRe: disabling an item in combobox Pin
Imran Khan Pathan19-Aug-07 21:35
Imran Khan Pathan19-Aug-07 21:35 
GeneralRe: disabling an item in combobox Pin
Prakash_Mishra19-Aug-07 21:41
Prakash_Mishra19-Aug-07 21:41 
GeneralRe: disabling an item in combobox Pin
Imran Khan Pathan19-Aug-07 21:43
Imran Khan Pathan19-Aug-07 21:43 
GeneralRe: disabling an item in combobox Pin
Prakash_Mishra19-Aug-07 21:59
Prakash_Mishra19-Aug-07 21:59 
GeneralRe: disabling an item in combobox Pin
Prakash_Mishra19-Aug-07 22:54
Prakash_Mishra19-Aug-07 22:54 
QuestionForm authentcation Pin
saravanan0519-Aug-07 21:16
saravanan0519-Aug-07 21:16 
AnswerRe: Form authentcation Pin
neerubee20-Aug-07 2:11
neerubee20-Aug-07 2:11 
Questiondatagrid Pin
jai 12319-Aug-07 20:44
jai 12319-Aug-07 20:44 
AnswerRe: datagrid Pin
Imran Khan Pathan19-Aug-07 20:57
Imran Khan Pathan19-Aug-07 20:57 
GeneralRe: datagrid Pin
neerubee20-Aug-07 2:13
neerubee20-Aug-07 2:13 
QuestionHow to Bind the Data to DropDownListBox In GridViewControl Pin
mrgaddam19-Aug-07 20:36
mrgaddam19-Aug-07 20:36 
AnswerRe: How to Bind the Data to DropDownListBox In GridViewControl Pin
Imran Khan Pathan19-Aug-07 20:44
Imran Khan Pathan19-Aug-07 20:44 
Questionhello everyone Pin
ballameharmurali19-Aug-07 20:28
ballameharmurali19-Aug-07 20:28 
AnswerRe: hello everyone Pin
codingrocks19-Aug-07 23:23
codingrocks19-Aug-07 23:23 
QuestionWant IE6 and IE7 in single OS? Pin
chand1019-Aug-07 20:24
chand1019-Aug-07 20:24 
AnswerRe: Want IE6 and IE7 in single OS? Pin
Christian Graus19-Aug-07 20:44
protectorChristian Graus19-Aug-07 20:44 
GeneralRe: Want IE6 and IE7 in single OS? Pin
Michael Sync20-Aug-07 6:55
Michael Sync20-Aug-07 6:55 
QuestionFind ISP Address using Asp.net Pin
pjpspeed19-Aug-07 20:23
pjpspeed19-Aug-07 20:23 
QuestionCrystal Reports deployment in remote server asp.net 2005 Pin
Jay_se19-Aug-07 20:14
Jay_se19-Aug-07 20:14 
Below is the list of assemblies referenced in the web.config file. In my desktop, the Crystal Reports XI has been installed & the reports has been viewed in the web pages.
(Crystal reports assembly Version 10.2.3600.0 --- from GAC)


BUT, in my deployment remote server, DOTNET framework 2.0 has been installed & (Crystal reports assembly Version 11.5.3300.0 --- from GAC). The reports can’t be viewed using the website.

How can I refer the crystal reports assembly Version 11.5.3300.0 (.dll) in deployment server?

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<assemblies>

<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<add assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.Enterprise.Desktop.Report, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies>



-- modified at 3:13 Monday 20th August, 2007

Jey

QuestionWhere do I get an ASP.NET PropertyGrid control? Pin
shubhabratam19-Aug-07 20:12
shubhabratam19-Aug-07 20:12 
AnswerRe: Where do I get an ASP.NET PropertyGrid control? Pin
Imran Khan Pathan19-Aug-07 21:20
Imran Khan Pathan19-Aug-07 21:20 
Questionedit ,cancel,delete datagrid Pin
saravanan0519-Aug-07 20:11
saravanan0519-Aug-07 20:11 
AnswerRe: edit ,cancel,delete datagrid Pin
Imran Khan Pathan19-Aug-07 20:30
Imran Khan Pathan19-Aug-07 20:30 
QuestionUsing namespaces in global.asax Pin
kbalias19-Aug-07 20:03
kbalias19-Aug-07 20:03 

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.