Thursday, December 29, 2011
Friday, December 23, 2011
Runtime error: ; expected
I was working in asp.net with vb.net for for almost 3 years now, and now after 3 years, just started working on c# as back end language. So many times in a day I miss writing ; and got the this error!
I recently got this error in ascx control as well, when I was working in a repeater item template and missed # and write Eval like <% Eval...
Compiling code in C# reminds me to the starting of my career since I have worked on C# first.
Friday, December 16, 2011
Sharepoint: Debugging - which process to attach
As some of you may already be knowing, I have just joined a team of sharepoint developers and right now learning sharepoint development.
This is my first day to work on a development after watching videos and reading books and I already find myself lost while attaching to the process for debugging a webpart control in sharepoint. Here is how I finally got my ProcessID to attach:
Just open command prompt as administrator and type following:
Hope this will help to the developers who are new OR not knowing the way to find which process to attach.
Happy coding.
This is my first day to work on a development after watching videos and reading books and I already find myself lost while attaching to the process for debugging a webpart control in sharepoint. Here is how I finally got my ProcessID to attach:
Just open command prompt as administrator and type following:
%windir%\system32\inetsrv\appcmd.exe list wp
Hope this will help to the developers who are new OR not knowing the way to find which process to attach.
Happy coding.
Subscribe to:
Posts (Atom)
Popular Posts
-
Hi all, Creating a modal popup for asp.net users is always easy, its simply a modal panel, modal popup extender of asp.net ajax and all is ...
-
// using DotNetNuke.Entities.Portals; // using System.Collections; PortalAliasController paController = new PortalAliasController(); PortalA...
-
I was configuring one of our clients farm which required FBA on different web applications (around 5) and he wanted each web application sho...