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

.NET (Core and Framework)

 
Question[Message Deleted] Pin
Maxy5517-Feb-09 3:56
Maxy5517-Feb-09 3:56 
AnswerRe: how to implement Multi-Tenant Data Architecture in asp.net 2.0 Pin
Pete O'Hanlon17-Feb-09 4:04
mvePete O'Hanlon17-Feb-09 4:04 
QuestionUrgent Menu Querry Pin
Member 284246817-Feb-09 1:55
Member 284246817-Feb-09 1:55 
AnswerRe: Urgent Menu Querry Pin
Pete O'Hanlon17-Feb-09 2:01
mvePete O'Hanlon17-Feb-09 2:01 
AnswerRe: Urgent Menu Querry Pin
Leonardo Muzzi17-Feb-09 3:36
Leonardo Muzzi17-Feb-09 3:36 
QuestionControlling the ToolboxItem control type during a drag operation Pin
astibich216-Feb-09 20:04
astibich216-Feb-09 20:04 
QuestionCounting Bandwidth/Data Whilst Consuming a Web Service Pin
SharpenedC16-Feb-09 14:51
SharpenedC16-Feb-09 14:51 
QuestionCrystal Report Error on VS2005 Pin
bobbymale7716-Feb-09 11:45
bobbymale7716-Feb-09 11:45 
I have CR template and Desktop Apps that access the CRViewer and convert them into PDF. The problem is that once the application installed on another PC without VS2005 installed the Program corrupted and would not run.

I have add references for all Crystal dlls.

'Export Crystal Report to PDF
Dim cryRpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
cryRpt.Load(Application.StartupPath + "\Rpt\_Plant.rpt")
CrystalReportViewer1.ReportSource = cryRpt
CrystalReportViewer1.Refresh()
Dim CrExportOptions As CrystalDecisions.Shared.ExportOptions
Dim CrDiskFileDestinationOptions As New CrystalDecisions.Shared.DiskFileDestinationOptions
Dim CrFormatTypeOptions As New CrystalDecisions.Shared.PdfRtfWordFormatOptions
Dim ExportDestinationType As New CrystalDecisions.Shared.ExportDestinationType
Dim ExportFormatType As New CrystalDecisions.Shared.ExportFormatType
CrDiskFileDestinationOptions.DiskFileName = dtSvr.Rows(0).Item("Outstring") + "Daily Analysts\" + NowDate + ".pdf"
CrExportOptions = cryRpt.ExportOptions
With CrExportOptions
.ExportDestinationType = ExportDestinationType.DiskFile
.ExportFormatType = ExportFormatType.PortableDocFormat
.DestinationOptions = CrDiskFileDestinationOptions
.FormatOptions = CrFormatTypeOptions
End With
cryRpt.Export()
cryRpt.Close()
CrystalReportViewer1.DataBindings.Clear()
QuestionActive Directory Group Pin
sheebalam11115-Feb-09 23:36
sheebalam11115-Feb-09 23:36 
AnswerRe: Active Directory Group Pin
Mark Salsbery16-Feb-09 5:29
Mark Salsbery16-Feb-09 5:29 
QuestionReadonly SelectionList Pin
mandrew36015-Feb-09 21:49
mandrew36015-Feb-09 21:49 
AnswerRe: Readonly SelectionList Pin
Mark Salsbery16-Feb-09 5:30
Mark Salsbery16-Feb-09 5:30 
QuestionManagement of mulitple instances of an application Pin
jimmov115-Feb-09 16:01
jimmov115-Feb-09 16:01 
Generalcross-post Pin
Luc Pattyn15-Feb-09 16:38
sitebuilderLuc Pattyn15-Feb-09 16:38 
Question.net obfuscation tool Pin
koleraba15-Feb-09 3:52
koleraba15-Feb-09 3:52 
AnswerRe: .net obfuscation tool Pin
Eddy Vluggen15-Feb-09 4:06
professionalEddy Vluggen15-Feb-09 4:06 
GeneralRe: .net obfuscation tool Pin
koleraba15-Feb-09 6:12
koleraba15-Feb-09 6:12 
GeneralRe: .net obfuscation tool Pin
Eddy Vluggen15-Feb-09 7:48
professionalEddy Vluggen15-Feb-09 7:48 
AnswerRe: .net obfuscation tool Pin
Giorgi Dalakishvili15-Feb-09 7:46
mentorGiorgi Dalakishvili15-Feb-09 7:46 
AnswerRe: .net obfuscation tool Pin
SharpenedC16-Feb-09 14:57
SharpenedC16-Feb-09 14:57 
Questiondeployment of windows application Pin
murali080814-Feb-09 21:19
murali080814-Feb-09 21:19 
AnswerRe: deployment of windows application Pin
Curtis Schlak.25-Feb-09 8:08
Curtis Schlak.25-Feb-09 8:08 
Questionvs2008 ans 3.5 sp1 problem with System.Web.Extensions Pin
icewolf_snowfire14-Feb-09 14:29
icewolf_snowfire14-Feb-09 14:29 
AnswerRe: vs2008 ans 3.5 sp1 problem with System.Web.Extensions Pin
flakzeus20-Feb-09 3:55
flakzeus20-Feb-09 3:55 
GeneralRe: vs2008 ans 3.5 sp1 problem with System.Web.Extensions Pin
icewolf_snowfire20-Feb-09 3:58
icewolf_snowfire20-Feb-09 3:58 

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.