I have an application written in VS 2005 with a SQL Server 2005 back end. I am trying to determine if CuteChat especially the ChatMessenger will work for us.
I downloaded the CutePortal and was able to convert it to VS 2005 using the new Web Application Project with no problem (other than 10 warnings about obsolete classes). So far it works great in VS 2005.
Now I am in the process of integrating it into our application. I downloaded the integration project and using the web version of the developers manual made the changes to the global.asax file.
I have the following questions:
- If I was running a VS 2003 application then I would add this project to it and put a reference to to the dll in my application. Is that correct?
- Since this was developed using VS 2003 will the dll in the integration project work in my VS 2005 application?
- If not when will one be available?
- It looks like I will have to populate the CutePortal database with the user names and passwords from my database to get an integrated log in. Is there anyway around that?
- I noticed when I was changing the global.asax that the recommended code in the file for one of the methods (SearchUserNaeByDisplayName) was different from the web version of the developers manual. I used the version on the web. Was that correct?
Thanks,
Lynn
- Are there any gotchas I need to watch out for?