Click here to Skip to main content
16,005,038 members

Pradeep Mogha - Professional Profile



Summary

    Blog RSS
70
Authority
3
Debator
5
Editor
5
Organiser
278
Participant
0
Author
0
Enquirer
Contact Me at: pradeep.mogha@gmail.com

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralHow to Use Shared Assembly in Global Access Cache (GAC) Pin
Pradeep Mogha14-Nov-08 22:12
Pradeep Mogha14-Nov-08 22:12 
Step1: Open .Net Command Prompt and Type Following Command
Sn –k “C:\testGac\testGacKey.snk”
This step will create a Strong Name File.

Step2: Open New Project and Add
<Assembly: AssemblyKeyFile("c:\b1.snk")>
<Assembly: AssemblyVersion("1.0.2930.23540")>
In Assembly.vb / Assembly.cs File

Step3: Build this Project.

Step4: By Using GacUtil.exe Add Project dll to GAC.
e.g. gactutil –i “C:\inetpub\wwwroot\webapplication2\bin\webapplication2.dll”
To Check that webapplication.dll is add properly in GAC . Open Window? Assembly? In this your webapplication2.dll is there you can see that file.

Step5: Open regedit in Open HKEY_LOCAL_MACHINE?SOFTWARE?Microsoft?.NETFramework->AssemblyFolders?New Key #1

In New Key # there is one Default file open that file give the Physical path of your Main WebApplication2.dll

Note? Sometime AssemblyFolders is not there in .NETFramework folder then you create manually this Folder

Step6: Open New Project Add Reference that webapplication2.dll this file automatically added in your .Net Reference. Select this File.

Step7: Import this file webapplication2 in your code behind by making object of your class you can now access any member of classes. (According to scope access).

Step8: Setting in Web.config File. If you want use of different Version’s Assembly in your Current Project.





newVersion="1.0.2930.23540" />

MCA , MCTS ( Web & Windows Application ), BCA

GeneralHow to Use Shared Assembly in Global Access Cache (GAC) [modified] Pin
Pradeep Mogha8-Jan-08 22:34
Pradeep Mogha8-Jan-08 22:34 
QuestionHow to Use Progress Bar in Ajax with ASP.Net Pin
Pradeep Mogha30-Oct-07 19:42
Pradeep Mogha30-Oct-07 19:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.