Click here to Skip to main content
15,914,013 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Strange ArrayList behavior? Pin
Robert Rohde30-Jul-05 3:42
Robert Rohde30-Jul-05 3:42 
GeneralRe: Strange ArrayList behavior? Pin
Jon Rista2-Aug-05 16:04
Jon Rista2-Aug-05 16:04 
Generalmake an exe file Pin
f_n_d28-Jul-05 2:17
f_n_d28-Jul-05 2:17 
GeneralRe: make an exe file Pin
Vasudevan Deepak Kumar28-Jul-05 3:07
Vasudevan Deepak Kumar28-Jul-05 3:07 
GeneralRe: make an exe file Pin
f_n_d28-Jul-05 3:09
f_n_d28-Jul-05 3:09 
GeneralRe: make an exe file Pin
Vasudevan Deepak Kumar28-Jul-05 3:13
Vasudevan Deepak Kumar28-Jul-05 3:13 
GeneralRe: make an exe file Pin
f_n_d28-Jul-05 3:35
f_n_d28-Jul-05 3:35 
GeneralNeed Urgent Help on Crystal Report with .Net Framework Pin
Parimal Patel27-Jul-05 21:26
Parimal Patel27-Jul-05 21:26 
Hi,

Please help me it is urgent.Cry | :((

there is only .Net Framework and crystal controls are installed on web server and when i am trying to run following code on server it gives error of Logon Failed.Confused | :confused:

I face a strange error of Logon failed when i would apply following code to Crystal Engine.

I provide following code for make connection to report.
********************************************************
Dim tbCurrent As CrystalDecisions.CrystalReports.Engine.Table
Dim tliCurrent As CrystalDecisions.Shared.TableLogOnInfo

For Each tbCurrent In Session("Report").Database.Tables
tliCurrent = tbCurrent.LogOnInfo
With tliCurrent.ConnectionInfo
.ServerName = ConfigurationSettings.AppSettings("strServerName")
.UserID = ConfigurationSettings.AppSettings("strUserID")
.Password = ConfigurationSettings.AppSettings("strPassword")
End With
tbCurrent.ApplyLogOnInfo(tliCurrent)
Next tbCurrent

**********************************************************

Please Help me .

If there is other alternative for applying Connections to crystal report then please help me.

when i apply same code to server when whole .net studio installed it works fine.

I am using OleDB Connections for Oralce for your kind information.

So i want to know which crystal decisions files are installed when we install only .Net framework on server.

Thanx.


Parimal Patel
(S/W Developer)

Parimal Patel
(S/W Developer)
QuestionWhat is the use of MarshalByVal? Pin
tiger3000000027-Jul-05 19:10
tiger3000000027-Jul-05 19:10 
AnswerRe: What is the use of MarshalByVal? Pin
Vasudevan Deepak Kumar28-Jul-05 5:23
Vasudevan Deepak Kumar28-Jul-05 5:23 
GeneralAccessing Different Versions of Assembly in GAC Pin
just4ulove727-Jul-05 12:36
just4ulove727-Jul-05 12:36 
GeneralUrgent: Remoting question Pin
Guillermo Jimenez27-Jul-05 6:59
Guillermo Jimenez27-Jul-05 6:59 
GeneralRuntime hyperlink of datagrid Pin
wEb GuRu...26-Jul-05 5:05
wEb GuRu...26-Jul-05 5:05 
GeneralRe: Runtime hyperlink of datagrid Pin
charmis27-Jul-05 2:47
charmis27-Jul-05 2:47 
GeneralRe: Runtime hyperlink of datagrid Pin
thanhannt31-Jul-05 22:59
thanhannt31-Jul-05 22:59 
GeneralQuestion from an old C/C++ programmer Pin
Mutty26-Jul-05 5:03
Mutty26-Jul-05 5:03 
GeneralRe: Question from an old C/C++ programmer Pin
Kevin McFarlane28-Jul-05 22:53
Kevin McFarlane28-Jul-05 22:53 
GeneralRe: Question from an old C/C++ programmer Pin
Kevin McFarlane28-Jul-05 22:54
Kevin McFarlane28-Jul-05 22:54 
GeneralCan't compile C code with cl.exe Pin
tejasbill25-Jul-05 16:06
tejasbill25-Jul-05 16:06 
GeneralRe: Can't compile C code with cl.exe Pin
Christian Graus25-Jul-05 19:17
protectorChristian Graus25-Jul-05 19:17 
GeneralRe: Can't compile C code with cl.exe Pin
Mike Dimmick26-Jul-05 2:32
Mike Dimmick26-Jul-05 2:32 
GeneralRe: Can't compile C code with cl.exe Pin
tejasbill26-Jul-05 17:44
tejasbill26-Jul-05 17:44 
GeneralForm delay and resize Pin
istrasci25-Jul-05 13:01
istrasci25-Jul-05 13:01 
GeneralIntraction with a Windows Service Pin
24-Jul-05 23:51
suss24-Jul-05 23:51 
GeneralRe: Intraction with a Windows Service Pin
Corinna John26-Jul-05 2:13
Corinna John26-Jul-05 2:13 

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.