Hello,
I was trying to use the toolkit's tab control. However that didn't work out as it never shows up on the screen. However this bug (while I get the same errors either way), is separate
Visual Studio 2013, RTM Update 2 (and all other patches)
Windows 8.1 (and all patches)
1. Create a new Empty 4.5.1 project
2. Add a Web Form (not site mastered, just a web form)
3. Name it Default.aspx
4. Set it as the start up page
5. Run it
No issues or errors
Now:
1. Add a reference to the AjaxControlToolkit, version 7.1213
I get the following, which I did not get
Exception was thrown at line 37, column 20433 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a01bd - JavaScript runtime error: Object doesn't support this action
Exception was thrown at line 37, column 16498 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x8000000a - JavaScript runtime error: The data necessary to complete this operation is not yet available.
Exception was thrown at line 37, column 52172 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a1396 - JavaScript runtime error: Array.prototype.slice: 'this' is not a JavaScript object
Exception was thrown at line 37, column 13143 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a139e - JavaScript runtime error: jQuery18205103154029834798_1401192149153 was not called
Exception was thrown at line 37, column 13143 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a139e - JavaScript runtime error: jQuery18205103154029834798_1401192149154 was not called
Exception was thrown at line 37, column 13143 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a139e - JavaScript runtime error: jQuery18205103154029834798_1401192149154 was not called
Exception was thrown at line 37, column 13143 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a139e - JavaScript runtime error: jQuery18205103154029834798_1401192149153 was not called
Doesn't matter whether I use IIS Express, or Create a Local Virtual Directory
On top of that cannot use the TabControl, which was the whole point lol of installing this.
Other information
1. I didn't add any references my self but here are the nuget packages that were added based on the AjaxToolKit
* Ajax Control Toolkit: 7.1213
* EdmLib 5.2.0
* HtmlAgilityPack 1.4.6
* Microsoft Ajax Minifier 4.97.4951.28483
* ODataLib 5.2.0
* System.Spatial 5.2.0
* Windows Azure Configuration Manager 1.8.0
* Windows Azure Storage 2.1.0.3
And ugh I hate the storage ones being installed as it causes issues (total separate issues lol)
Hope that helps... It's 100% reproable
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.
I was trying to use the toolkit's tab control. However that didn't work out as it never shows up on the screen. However this bug (while I get the same errors either way), is separate
Visual Studio 2013, RTM Update 2 (and all other patches)
Windows 8.1 (and all patches)
1. Create a new Empty 4.5.1 project
2. Add a Web Form (not site mastered, just a web form)
3. Name it Default.aspx
4. Set it as the start up page
5. Run it
No issues or errors
Now:
1. Add a reference to the AjaxControlToolkit, version 7.1213
I get the following, which I did not get
Exception was thrown at line 37, column 20433 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a01bd - JavaScript runtime error: Object doesn't support this action
Exception was thrown at line 37, column 16498 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x8000000a - JavaScript runtime error: The data necessary to complete this operation is not yet available.
Exception was thrown at line 37, column 52172 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a1396 - JavaScript runtime error: Array.prototype.slice: 'this' is not a JavaScript object
Exception was thrown at line 37, column 13143 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a139e - JavaScript runtime error: jQuery18205103154029834798_1401192149153 was not called
Exception was thrown at line 37, column 13143 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a139e - JavaScript runtime error: jQuery18205103154029834798_1401192149154 was not called
Exception was thrown at line 37, column 13143 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a139e - JavaScript runtime error: jQuery18205103154029834798_1401192149154 was not called
Exception was thrown at line 37, column 13143 in http://localhost:8139/c6f85623e5044d188b9d840a4afb1198/browserLink
0x800a139e - JavaScript runtime error: jQuery18205103154029834798_1401192149153 was not called
Doesn't matter whether I use IIS Express, or Create a Local Virtual Directory
On top of that cannot use the TabControl, which was the whole point lol of installing this.
Other information
1. I didn't add any references my self but here are the nuget packages that were added based on the AjaxToolKit
* Ajax Control Toolkit: 7.1213
* EdmLib 5.2.0
* HtmlAgilityPack 1.4.6
* Microsoft Ajax Minifier 4.97.4951.28483
* ODataLib 5.2.0
* System.Spatial 5.2.0
* Windows Azure Configuration Manager 1.8.0
* Windows Azure Storage 2.1.0.3
And ugh I hate the storage ones being installed as it causes issues (total separate issues lol)
Hope that helps... It's 100% reproable
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.