Skip to main content

Posts

Showing posts from April, 2011

Server Application Unavailable in .net dnn installation

If you found the error Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in your web browser to retry your request. Administrator Note:  An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. The problem is simple that your .net version is 1.1 you may need to register 2.0 or higher version  Problem will be resolved  Regards  Rashid Imran Bilgrami  http://www.bestvisualization.com 

Active Server Pages error 'ASP 0139'

When trying to add a Flash.swf movie to a .ASP page you will sometimes get the following error: Active Server Pages error 'ASP 0139' Nested Object /cli/context.planning/pw/introduction/index.asp, line 88 An object tag cannot be placed inside another object tag. Solution  The solution is very simple just change the close object positions Default Position:  I am not writing the full parameters here <  object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1000" height="250"   > --- Your Flash parameters---  <      object type="application/x-shockwave-flash" data="bann-in.swf" width="1000" height="250"      > --- Your Flash parameters--- < /   object   > < /   object   > Updated Position:  <  object id="FlashID" classid="clsid:D27CDB6E-AE6D-11

Calling LoadLibraryEx on ISAPI filter “C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll” failed

Dear Readers if you get the error Calling LoadLibraryEx on ISAPI filter “C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll” failed Here is the solution  Get a command prompt in administrator mode and go to C:\Windows\Microsoft .NET\FrameWork64\v4.xxx and run aspnet_regiis -r . This will re-register the right libraries. It has happened twice already to me. For other frameworks (32 bit or other versions of .net make sure you go to the correct folder (i.e. Framework/v2.xxx, etc.) xxxx is the the number which is present with the folder name so i suggest you guys to check the folder name in your directory If " run aspnet_regiis -r " is not working and if you get the error run is not recognized command then just type "  aspnet_regiis -r " it will run fine Reason of problem Your asp.net frame work has been change may be you have install the lower version on the higher version or may be because of any reason you have register another version

Write Arabic Language In PHP Code

Normally when you call the arabic text through your PHP then it shows you block [][][] like this the solution is simple: Your Arabic PHP code Instead of using the Your arabic PHP code you will use your PHP field Regards Rashid Imran Bilgrami http://www.bestvisualization.com

Disable Submit Button In DNN Form / listing Module Or How to enable Form / Listing DNN module button

If you implement the Form and Listing dnn or dotnetnuke module then first time you shocked when you logged out the submit button will disabled Solution: Just go to the settings (Module setting not the form and list settings) Click on All user under Create Record/ Submit Form (the first option under permission) Update it once you log out see the submit button will enable Regards Rashid Bilgrami http://www.bestvisualization.com

Flash Drop down menu over HTML page

Dear readers If you need to Put flash drop down menu over the normal HTML then you can do in this way Create the Master DIV called Your flash code CSS for both div #flashContent {  position:absolute;  width:100%;  height:100%; } .masterFile { Your main div css } Regards Rashid Imran Bilgrami CEO Best visualization http://www.bestvisualization.com