python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What determines the x numbers from that path aspnet_client/system_web/4_x_xx on IIS Server?
I am using crystal reports on Visual Studio 2019. The crystalreportviewers indicate to that path : aspnet_client/system_web/4_x_xx . What determines the x numbers?
I have two cases. In the first case...
Fatman123
Votes: 0
Answers: 1
Crystal Reports - uninstall old version before installing new
I have created a bundle for my project that checks for Crystal Reports and will install it if it doesn't exist.
My issue is I need to uninstall the old Crystal Reports if it exists first.
Say the user...
Willie M
Votes: 0
Answers: 1
System.out.println stop writing to WildFly server.log after run CrystalEnterprise.getSessionMgr()
The java code like this:
import com.crystaldecisions.sdk.framework.ISessionMgr;
...
System.out.println("1. before getSessionMgr");
ISessionMgr sm = CrystalEnterprise.getSessi...
Roger Chu
Votes: 0
Answers: 0
Transfer Date from DataGridView to Crystal Reports VB.NET
When I use these codes Dim inDate As String = CStr(dgr.Cells(0).Value.ToString("MM-dd-yyyy")). The error says the conversion from string "MM-dd-yyyy" to type integer is not valid. ...
cookieMonster
Votes: 0
Answers: 1