deployment issues with standalone appl

  •  07-02-2007, 8:27 PM

    deployment issues with standalone appl

    i am trying to build a website that will inculcate a well functional chat utility and having gone through this site thoroughly and observed other peoples issues and responses i have no doubt that this ware will do the job for me
     
    i followed the steps involved with the standalone chat- created a database,ran the sql script and create a v/d that referenced
    the cutechat2.0 folder but got this error on execution :
    object reference not set to an instance of an object;:
    the source;
    Line 67: 		}
                Line 68:
                Line 69: 		if(CuteSoft.Chat.ChatWebUtility.CurrentIdentityIsAdministrator)
                Line 70: 			temp += "<a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";
                Line 71: 		TopMenu.Text = temp;
     
    2) i use vsts 2005 when i tried upgrading the app with microsoft upgrade wizard it gave me an exception:
    ERROR: Unable to parse project file SamplePortal.csproj. 
    what should i do  
     
View Complete Thread