Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

October 2005 - Posts

Tips and Tricks for Hacking Google

We all live in Google. It's more than merely the one of the best search sites on the planet; it has become a constellation of sites and services, from desktop applications to Internet-based applications and destinations, and it's even branching out into offering free Wi-Fi service.
For more ...
http://www.pcmag.com/article2/0,1895,1869871,00.asp

Suresh Behera

Posted: Oct 30 2005, 07:36 PM by Suresh Behera | with 2 comment(s)
Filed under:
Build Your Own ASP.NET Website Using C# & VB.NET

Nice PDF file for beginner.

Build Your Own ASP.NET Website Using C# & VB.NET
www.aspnet101.com/aspnet101/chapters/aspnet-sample.pdf

Suresh Behera

Access is denied: 'Ajax'.

I hate this error when every time when I restart my machine .Well for time being i stopped my Indexing (Right click on My Computer-->Manage-->Service and Application--->Indexing Service---->Exclude you .Net framework directory).I did this both on system and web as mentioned on Microsoft article but some reason it is not stopping this error. I do not have any choice other than stopping whole indexing. Well this is OK on local machine but my boss will kick me if this happen on production server ;)  

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'Ajax'.

Source Error:

Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="*"/> Line 199: </assemblies> Line 200: </compilation>


Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 198

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Ajax' could not be loaded.

 

Suresh Behera

"CS1010: Newline in Constant" Error Message

I got this error from asp.net application and here is the solution

Modify string as like

      string strValue = "Test value";
      string strAll = "<SCRIPT lanquage='JScript'>window.alert('" + strValue + "');<"+"/SCRIPT>";
More..
http://support.microsoft.com/default.aspx?scid=kb;EN-US;827420

Suresh Behera

.Net Tutorial

Nice .Net tutorial for beginner.

http://www.vijaymukhi.com/

Suresh Behera

Microsoft Office Resource Kit

Awesome useful tools for Microsoft Office

New and updated tools

Office Resource Kit core tools and information

Deployment and administration tools

Tools for upgrading to Office 2000

International tools and information

Messaging utilities and services

Tools for creating custom Help

Office Web Server tools and technologies

Reference information

Cheers..!

Suresh Behera

Posted: Oct 10 2005, 12:11 AM by Suresh Behera | with no comments
Filed under:
More Posts