i am through with it but i have another error Object reference not set to an instance of an object. I have taken a Class.cs defined AddUserToProject(projectId, item.Text);
then in aspx.cs
Class obj= new class();
error at line //obj.AddUserToProject(projectId, item.Text);
None
0 Points
2 Posts
Format of the initialization string does not conform to specification starting at index 0.
Feb 18, 2010 02:33 PM|vaishali_2010|LINK
I get this error at
if(!newProject.save())
why is it so..
Star
11588 Points
2582 Posts
Re: Format of the initialization string does not conform to specification starting at index 0.
Feb 18, 2010 02:46 PM|rivdiv|LINK
This has to do with your connection string. How are you defining your connection string? Post your code.
None
0 Points
2 Posts
Re: Format of the initialization string does not conform to specification starting at index 0.
Feb 19, 2010 01:27 PM|vaishali_2010|LINK
i am through with it but i have another error Object reference not set to an instance of an object. I have taken a Class.cs defined AddUserToProject(projectId, item.Text);
then in aspx.cs
Class obj= new class();
error at line //obj.AddUserToProject(projectId, item.Text);
How can i avoid it
Star
11588 Points
2582 Posts
Re: Format of the initialization string does not conform to specification starting at index 0.
Feb 19, 2010 01:31 PM|rivdiv|LINK
You should start a new thread, since you're asking a new question on a totally different topic.
All-Star
48393 Points
12161 Posts
Re: Format of the initialization string does not conform to specification starting at index 0.
Mar 09, 2010 10:17 PM|chetan.sarode|LINK
http://forums.aspfree.com/net-development-11/common-causes-of-object-reference-not-set-to-an-instance-45799.html
http://en.csharp-online.net/CSharp_FAQ:_What_does_Object_reference_not_set_to_an_instance_of_an_object_mean
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.
All-Star
48393 Points
12161 Posts
Re: Format of the initialization string does not conform to specification starting at index 0.
Mar 10, 2010 10:03 PM|chetan.sarode|LINK
Debug the method AddUserToProject(), you will get the exact error
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.
All-Star
48393 Points
12161 Posts
Re: Format of the initialization string does not conform to specification starting at index 0.
Mar 16, 2010 11:15 PM|chetan.sarode|LINK
Any updates on this
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.
All-Star
48393 Points
12161 Posts
Re: Format of the initialization string does not conform to specification starting at index 0.
Apr 13, 2010 11:07 PM|chetan.sarode|LINK
Refer this thread
http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/thread/05c1ef17-8068-4cac-9bb3-dbc71e4a7c48
http://forums.asp.net/p/775120/775120.aspx
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.