7/6/2025 8:29:20 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
v7.5 - Debugger Basics?
Posted: 19 May 09 3:15 PM
|
Can someone tell me the basics of how to run SLX 7.5 Web through a debugger?
I've been working on the formatting and functionality of a form all day. I have it just about where I want it and now the web site gives me a pop up message saying "Object Reference Not Set to an instance of an object". I'm getting this message on Account tabs that I wasn't even working with. I'd like to know how to narrow my focus on finding the problem, but I am not familiar with debugging this product, nor do I know where to look for pertient logs.
Any help is appreciated. Thanks!
|
|
|
|
Re: v7.5 - Debugger Basics?
Posted: 19 May 09 4:32 PM
|
If you are on 7.5.1 try the event log, they actually log the exception with the full stack trace there (most of the time). For the debugger there are various ways, depending on how you are running the site. Myself, I run it within IIS, I open the web site in Visual Studio (File->Open->Web Site then select the site under IIS - if you are on Vista or Win2008 make sure you start VS as Administrator), where I do all my editing, and to debug it I go under Debug -> Attach to Process and attach to the w3wp.exe process (make sure you have debug enabled in web.config though) |
|
|
|
Re: v7.5 - Debugger Basics?
Posted: 20 May 09 1:54 PM
|
Thanks Nicolas. There appears to be a lot to learn to get the most out of the debugger, but I was able to use it to narrow down the cause, and correct my problem.
Jim M. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|