A
AAaron123
I downloaded AjaxControlToolkit.dll and AjaxControlToolkit.pdb.
Put them in my bin folder.
Now I read:
The ASP.NET AJAX architecture provides a model for release and debug modes.
The same dll file?
Or is there two files, one for debug and one for release?
I wasn't given a debug/release option when I downloaded.
What I want is to not to debug Ajax.
I can generate enough bugs myself to keep me busy.
When try to debug my code and get to
slides(0) = New AjaxControlToolkit.Slide(...
It wants to debug the Ajax code.
How can I skip debugging Ajax when debugging my code?
Thanks
Put them in my bin folder.
Now I read:
The ASP.NET AJAX architecture provides a model for release and debug modes.
The same dll file?
Or is there two files, one for debug and one for release?
I wasn't given a debug/release option when I downloaded.
What I want is to not to debug Ajax.
I can generate enough bugs myself to keep me busy.
When try to debug my code and get to
slides(0) = New AjaxControlToolkit.Slide(...
It wants to debug the Ajax code.
How can I skip debugging Ajax when debugging my code?
Thanks