我正在尝试从Customer.cs类访问ApplicationUser.cs中的属性。我一直收到一个空错误。在我运行app并尝试显示所有用户之前,我没有收到任何错误。错误发生在ApplicationUser.BusinessName上 Customer.cs public class Customer [Key, ForeignKey("ApplicationUser= "Organization")]
public string BusinessName { get; s
我使用的是Jena API。除了在Ontology Model中找不到查询匹配(即查询的结果为null)之外,我觉得一切都很好。然后使用servlet在浏览器中不显示任何内容,并在控制台显示空指针异常。即下面给出的。有人能指导我如何处理这个空指针异常吗?谢谢。Servlet.service() for servlet [main.DevInsta] in context with path [/FMOnt] threw exception
j