Click here to Skip to main content
15,908,175 members
Home / Discussions / C#
   

C#

 
AnswerRe: What is the equivalent code in c#? Pin
GenJerDan20-Dec-10 4:11
GenJerDan20-Dec-10 4:11 
AnswerRe: What is the equivalent code in c#? Pin
Pete O'Hanlon20-Dec-10 4:41
mvePete O'Hanlon20-Dec-10 4:41 
QuestionHelp with encrypting and decrypting Pin
turbosupramk317-Dec-10 10:40
turbosupramk317-Dec-10 10:40 
AnswerRe: Help with encrypting and decrypting Pin
Richard MacCutchan17-Dec-10 23:38
mveRichard MacCutchan17-Dec-10 23:38 
GeneralRe: Help with encrypting and decrypting Pin
turbosupramk318-Dec-10 4:15
turbosupramk318-Dec-10 4:15 
GeneralRe: Help with encrypting and decrypting Pin
harold aptroot18-Dec-10 4:22
harold aptroot18-Dec-10 4:22 
AnswerRe: Help with encrypting and decrypting Pin
Eddy Vluggen18-Dec-10 1:46
professionalEddy Vluggen18-Dec-10 1:46 
GeneralRe: Help with encrypting and decrypting Pin
turbosupramk318-Dec-10 4:18
turbosupramk318-Dec-10 4:18 
GeneralRe: Help with encrypting and decrypting Pin
Eddy Vluggen18-Dec-10 10:24
professionalEddy Vluggen18-Dec-10 10:24 
GeneralRe: Help with encrypting and decrypting Pin
turbosupramk321-Dec-10 11:19
turbosupramk321-Dec-10 11:19 
GeneralRe: Help with encrypting and decrypting Pin
Eddy Vluggen22-Dec-10 0:33
professionalEddy Vluggen22-Dec-10 0:33 
QuestionMessage Removed Pin
17-Dec-10 6:17
wizardzz17-Dec-10 6:17 
AnswerRe: DataGridView Index outside of bounds Pin
Luc Pattyn17-Dec-10 6:37
sitebuilderLuc Pattyn17-Dec-10 6:37 
GeneralRe: DataGridView Index outside of bounds Pin
wizardzz17-Dec-10 6:54
wizardzz17-Dec-10 6:54 
GeneralRe: DataGridView Index outside of bounds Pin
Pete O'Hanlon17-Dec-10 8:23
mvePete O'Hanlon17-Dec-10 8:23 
GeneralRe: DataGridView Index outside of bounds Pin
wizardzz17-Dec-10 8:39
wizardzz17-Dec-10 8:39 
GeneralRe: DataGridView Index outside of bounds Pin
Pete O'Hanlon17-Dec-10 9:13
mvePete O'Hanlon17-Dec-10 9:13 
Questioncrystal report error Pin
Tridip Bhattacharjee17-Dec-10 2:21
professionalTridip Bhattacharjee17-Dec-10 2:21 
hi,

i am getting error when i am trying to show crystal report or export. i am not being able to understand reading the error message. i have bind my crystal report with dataset and also properly send crystal report parameter. please help me to fix up the problem.

Error Logon failed. Details: mscorlib : Could not find a part of the path 'D:\Tridip_BBA\BBA JOB Board With New Part\reman\TypedDataset\EOD.xsd'. Error in File C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\temp_a82e24f3-3616-46fa-bb17-84e169f5d5e7 {AD3F546E-6C3F-4675-9174-9E6F417D5F08}.rpt: Unable to connect: incorrect log on parameters. Error CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. Details: mscorlib : Could not find a part of the path 'D:\Tridip_BBA\BBA JOB Board With New Part\reman\TypedDataset\EOD.xsd'. Error in File C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\temp_a82e24f3-3616-46fa-bb17-84e169f5d5e7 {AD3F546E-6C3F-4675-9174-9E6F417D5F08}.rpt: Unable to connect: incorrect log on parameters. ---> System.Runtime.InteropServices.COMException (0x8004100F): Logon failed. Details: mscorlib : Could not find a part of the path 'D:\Tridip_BBA\BBA JOB Board With New Part\reman\TypedDataset\EOD.xsd'. Error in File C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\temp_a82e24f3-3616-46fa-bb17-84e169f5d5e7 {AD3F546E-6C3F-4675-9174-9E6F417D5F08}.rpt: Unable to connect: incorrect log on parameters. at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) --- End of inner exception stack trace --- at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToDisk(ExportFormatType formatType, String fileName) at EOD_Schedular.frmMain.GenerateReport(Boolean ViewOnly) at EOD_Schedular.frmMain.Generate(Boolean ViewOnly) Method Name: ThrowDotNetException
tbhattacharjee

AnswerRe: crystal report error Pin
Ekin Bulut17-Dec-10 3:40
Ekin Bulut17-Dec-10 3:40 
AnswerRe: crystal report error Pin
phil.o17-Dec-10 4:56
professionalphil.o17-Dec-10 4:56 
QuestionIs there a collection or structure that take three types? Pin
teknolog12317-Dec-10 0:10
teknolog12317-Dec-10 0:10 
AnswerRe: Is there a collection or structure that take three types? PinPopular
Pete O'Hanlon17-Dec-10 0:35
mvePete O'Hanlon17-Dec-10 0:35 
GeneralRe: Is there a collection or structure that take three types? Pin
teknolog12317-Dec-10 1:08
teknolog12317-Dec-10 1:08 
AnswerRe: Is there a collection or structure that take three types? [modified] Pin
phil.o17-Dec-10 1:52
professionalphil.o17-Dec-10 1:52 
GeneralRe: Is there a collection or structure that take three types? Pin
Luc Pattyn17-Dec-10 3:17
sitebuilderLuc Pattyn17-Dec-10 3:17 

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.