python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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