Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

November 2011 - Posts

Files and content search outside from opened Visual Studio solution

I have been using Visual studio for decade now and never notice a useful search option on “Find and Replace”  wizard.One of my client still use Windows XP for their development machine.We have set of projects separated to specific group or solutions. So,i always have challenge to find some contents or files other than current opened solutions.On windows 7 it is easier go folder and look for content but not so easy on windows XP.Following “Find and Replace” and content search found very helpful.

image image

Hope this help.

Thanks,

Suresh Behera

Good list of cloud computing learning
Internet Explorer 8 developer tools debugging on Windows XP

Although , Microsoft officially not going support Windows XP  but still many healthcare companies preferred to use windows XP internally. They buy windows 7 laptop and convert to Windows XP.This sounds funny but it true.

I was trying to use IE’s Developer tools(F12) to debug one of JavaScript issue found that “jscript.dll” has to be registered explicitly    to your machine.

Level of Care - Developer Tools_2011-11-17_14-38-13

even if i have IE8 and javsascript enabled on browser it was not stopping on breakpoint.

Solution : register jscript.sll
type “regsvr32 jscript.dll” on command prompt and your good to go.

All credit goes to
http://blog.codepyro.com/2009/11/having-frustrating-day-tring-to-get-ie7.html

More about debugging on IE
http://msdn.microsoft.com/library/dd565629(VS.85).aspx
http://msdn.microsoft.com/en-us/library/dd565625(v=vs.85).aspx

Thanks,

Suresh Behera

Posted: Nov 18 2011, 01:04 AM by Suresh Behera | with 3 comment(s)
Filed under:
No Internet Explorer 9 for Windows XP

image

Good to know :)

Thanks,

Suresh Behera

Posted: Nov 17 2011, 12:57 PM by Suresh Behera | with 1 comment(s)
Filed under:
ReportViewer configuration

Some of my team member was facing configuring report viewer.Most of the post are confusing or not able to understand properly.
This is what we concluded and thought to put a quick note on it.

No 1 Section : This is the report name
No 2 Section : ReportServer make the default name on URL sometime even if you don’t see on browser you still need to try with “Reportserver” on url. In our case the DB/report team did not mentioned nothing about “ReprtServer” on URL but it was needed.

No 3. “Adventure Works” is the folder path name.This required as full path. Don’t confuse with browser URL path. Look for actual server path. Browser show something like this “Report/page” blah blah..But this is not the right URL.

No 4: Credential are configured on server and you should able to see report without any login prompt even if you gave “MyReportViewer.ShowCredentialPrompts = false” option. this also need to inherits from IReportServerCredentials  and pass the user id and password using NetworkCredential .

 

image

Hope this help somebody and save sometime.

Good luck

Thanks,

Suresh Behera

Posted: Nov 16 2011, 05:43 PM by Suresh Behera | with 2 comment(s) |
Filed under: ,
Javascript : Modifying parent element from child block the web site to display

Well recently i was working with Dotnetnuke and we are using lots of JavaScript around this project. Internally, dotnetnuke use lot of asp.net user control which lead to have a situation where child element accessing/modifying data of parent.

Here is one example  

the DIV element is a child container element. The SCRIPT block inside the DIV element tries to modify the BODY element. The BODY element is the unclosed parent container of the DIV element.

   1:  <html>
   2:    <body>
   3:        <div>
   4:                    <script type="text/Javascript">
   5:                      document.body.innerHTML+="sample text";
   6:                    </script>
   7:        </div>
   8:    </body>
   9:  </html>

This is by Design,so, upgrade to latest IE :)

For more information
Why do I receive an "Operation aborted" error message when I visit a Web page in Internet Explorer?
http://support.microsoft.com/kb/927917

Thanks,

Suresh Behera

BizTalk and Cloud computing

Now a day I am more thinking on cloud computing,biztalk ,appfabrick,health care,HPC and data bursting. I guess I should have my own lab now and wish have enough time to play around. I will start writing more blog abound this subject slowly .I am in process to setting up a very nicely distributed and decoupled environment for biztalk .I got my first surprise.I will do more VM Role setup with windows Azure 4.0 .

7

(Installation on Biztalk 2010 and database on different server.)

 

Thanks,

Suresh

Digg This
TFS Installation

After long time I got chance to configure TFS myself .I did this for my BizTalk team .I was able to install without any issue…

aaneel.dyndns-ip

 

Thanks,

Suresh Behera

Digg This
Posted: Nov 16 2011, 01:56 AM by Suresh Behera | with 3 comment(s)
Filed under: ,
More Posts