The following warnings occurred:
Warning [2] Undefined array key "style" - Line: 874 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 874 errorHandler->error
/showthread.php 24 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5014 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 5014 errorHandler->error
/global.php 874 build_theme_select
/showthread.php 24 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 6953 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 6953 errorHandler->error
/inc/functions.php 5041 is_member
/global.php 874 build_theme_select
/showthread.php 24 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 6953 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 6953 errorHandler->error
/inc/functions.php 5041 is_member
/global.php 874 build_theme_select
/showthread.php 24 require_once
Warning [2] Undefined property: MyLanguage::$bottomlinks_returncontent - Line: 6 - File: global.php(901) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/global.php(901) : eval()'d code 6 errorHandler->error
/global.php 901 eval
/showthread.php 24 require_once
Warning [2] Undefined array key 1 - Line: 1399 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 1399 errorHandler->error
/inc/functions.php 1354 fetch_forum_permissions
/showthread.php 134 forum_permissions
Warning [2] Undefined array key 1 - Line: 1399 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 1399 errorHandler->error
/inc/functions.php 1364 fetch_forum_permissions
/inc/functions.php 2876 forum_permissions
/showthread.php 618 build_forum_jump
Warning [2] Undefined array key 1 - Line: 1399 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 1399 errorHandler->error
/inc/functions.php 1364 fetch_forum_permissions
/inc/functions.php 2876 forum_permissions
/showthread.php 618 build_forum_jump
Warning [2] Undefined array key "mybb" - Line: 1919 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 1919 errorHandler->error
/inc/functions_indicators.php 41 my_set_array_cookie
/showthread.php 626 mark_thread_read
Warning [2] Undefined property: MyLanguage::$ratings_update_error - Line: 5 - File: showthread.php(729) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/showthread.php(729) : eval()'d code 5 errorHandler->error
/showthread.php 729 eval
Warning [2] Undefined array key "stars" - Line: 281 - File: inc/functions_post.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions_post.php 281 errorHandler->error
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "additionalgroups" - Line: 6953 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 6953 errorHandler->error
/inc/functions_user.php 733 is_member
/inc/functions_post.php 399 purgespammer_show
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "canonlyreplyownthreads" - Line: 642 - File: inc/functions_post.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions_post.php 642 errorHandler->error
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "showimages" - Line: 700 - File: inc/functions_post.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions_post.php 700 errorHandler->error
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "showvideos" - Line: 705 - File: inc/functions_post.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions_post.php 705 errorHandler->error
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "userstars" - Line: 9 - File: inc/functions_post.php(803) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/inc/functions_post.php(803) : eval()'d code 9 errorHandler->error
/inc/functions_post.php 803 eval
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "posttime" - Line: 16 - File: inc/functions_post.php(803) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/inc/functions_post.php(803) : eval()'d code 16 errorHandler->error
/inc/functions_post.php 803 eval
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "invisible" - Line: 1497 - File: showthread.php PHP 8.0.30 (Linux)
File Line Function
/showthread.php 1497 errorHandler->error





Can't open .aspx files in Designer View
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
greglazor
Account not Activated

Posts: 16
Joined: Apr 2018
#1
04-30-2018, 10:12 AM

Hi,

I've recently been hired to make ehancements to a web application. It was originally maintained by consultants in India. Any correspondence with them takes forever as they are 12 hours ahead of us (I'm in Florida) and it's currently night there (and when they're at work, it's night here). So hopefully I can get an answer from you guys.
Whenever I try to open an .aspx file, I get the following error: "Session state can only be used when enableSessionState is set to true either in a configuration file or in the Page directive." And I only get the HTML code and not the Design tab.
The last correspondence we got from the Indian guys said that this was because the UI files inherit from a custom base class which prevents the .aspx files from opening in the Designer view. They said "you can remove the inheriting for the timing when designing the page, when you're done, reinherit the class." 
That's about as specific as they got. I've done all I can think of. I've added 'EnableSessionState="true"' to the Page directive in the .aspx file. I've tried to disinherit from the base class. I've uncommented and commented code that appears to be used for timing. I don't know what else to do.
I doubt I'll be able to get a specific answer without actully providing the code, but can anyone think of anything in general that might cause this and a solution for it?

Any help will be apprecited.

I didn't find the right solution from the Internet. 

References:
https://arstechnica.com/civis/viewtopic....0&t=529602
Marketing Explainer Video

Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)