Asked by:
Format of the initialization string does not conform to specification starting at index 0.

Question
-
User-379746887 posted
I get this error at
if(!newProject.save())
why is it so..
Thursday, February 18, 2010 2:33 PM
All replies
-
User-577741185 posted
This has to do with your connection string. How are you defining your connection string? Post your code.
Thursday, February 18, 2010 2:46 PM -
User-379746887 posted
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
Friday, February 19, 2010 1:27 PM -
User-577741185 posted
You should start a new thread, since you're asking a new question on a totally different topic.
Friday, February 19, 2010 1:31 PM -
User555306248 posted
Debug the method AddUserToProject(), you will get the exact error
Wednesday, March 10, 2010 10:03 PM -
User555306248 posted
Any updates on this
Tuesday, March 16, 2010 11:15 PM -
User555306248 posted
Refer this thread
Tuesday, April 13, 2010 11:07 PM