The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: MyCollegeMyFriend - An Open Source Project developed using ASP.NET 2.0
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Kiran Kumar TalikotiPosted Sep 6, 2013, 12:23 AM
Nice Projects rahul..very help full for beginners
Anand PatilPosted Jan 9, 2013, 2:47 AM
Hello, while executing i m facing this kind of error, Line 335: get Line 336: { Line 337: return bool.Parse(ConfigurationManager.AppSettings["RethrowError"].ToString()); Line 338: } Line 339: } the Connection string is, <connectionStrings> <add name="MyCollegeMyFriendConnectionString1" connectionString="Data Source=.;Initial Catalog=MyCollegeMyFriend;Persist Security Info=True;User ID=sa;MultipleActiveResultSets=False;Packet Size=4096;Application Name="Microsoft SQL Server Management Studio"" providerName="System.Data.SqlClient"/> </connectionStrings>. Plz help me out....
Vinil WilsonPosted Mar 4, 2012, 1:33 PM
<connectionStrings> <add name="MyCollegeMyFriendConnectionString1" connectionString="Data Source=WININWILSON\SQLEXPRESS;Initial Catalog=MyCollegeMyFriend;Persist Security Info=True;User ID=sa;MultipleActiveResultSets=False;Packet Size=4096;Application Name="Microsoft SQL Server Management Studio"" providerName="System.Data.SqlClient"/> </connectionStrings> This is my connection String..please check for accuracy... I keep getting error at the location of: return bool.Parse(ConnectionManager.AppSettings["RethrowError"].ToString()); ANYBODY HELP PLEASE..!!!
sudheer kumarPosted Jan 18, 2011, 12:40 AM
Hey Please send the Alumni project source code using Asp.net,c#
Parul khullareditedPosted Sep 2, 2010, 11:52 AMEdited Sep 2, 2010, 11:53 AM
nyc work... sir,i m g8ng some problem in its web.config file.. Error 1 Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. i have olredy chnged connection string..
Dharmesh BafnaPosted Apr 29, 2010, 8:02 AM
I just downloaded the project, I haven't even extract it yet, but it's looking great. Nice effort...
ravi kumarPosted Nov 7, 2009, 7:52 AM
sir, i m also getting the same exception as poonam as got, there is some problem in configuration.cs file could you please explain me why i m getting this exception?
Puneet Sharma 0Posted Jun 17, 2009, 4:45 PM
Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: Line 335: get Line 336: { Line 337: return bool.Parse(ConfigurationManager.AppSettings["RethrowError"].ToString()); Line 338: } Line 339: } Source File: c:\Users\TPKS\Documents\Visual Studio 2005\WebSites\MyCollegeMyFriend\App_Code\Configurations.cs Line: 337
Nosnibor LlaworPosted Jun 3, 2009, 11:24 AM
Nice Demo...
Arjun SrivastavaPosted Apr 28, 2009, 7:54 AM
Great piece of work in the demo although it helps me I would like to add some more features in the future.
Murtuza KabulPosted Jan 14, 2009, 3:20 PM
Code works great. I hope you are thinking about adding some extra functionality to the demo application in your next article.