Forums

 
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersVST2005 PRO - problems compiling comunity editionVST2005 PRO - problems compiling comunity edition
Previous Previous
 
Next Next
New Post
 9/29/2009 4:39 AM
 
 Modified By jj jj  on 9/29/2009 4:56:14 AM
Hello, I downloaded the comunity version I load the proyect with visual studio 2005 PRO but I get some extrange error when I compile it. Is there any manual? Thanks
New Post
 9/29/2009 8:29 AM
 

There should be no need for a manual.  Just load the project and go.

What error did you get?

 

New Post
 9/29/2009 8:50 AM
 
Circular references are not allowed files. Label Server 'SplendidCRM: AccessView' unknown.
New Post
 9/29/2009 9:06 AM
 
jj wrote
Circular references are not allowed files. Label Server 'SplendidCRM: AccessView' unknown.

I fixed it. You must change this compilation defaultLanguage="c#" debug="true" batch="false".
But now I have another problem with upload.aspx and connector.aspx
New Post
 9/29/2009 7:41 PM
 
The circular references error suggests that you have opened the application as a Web Site and not a Web Application Project.  In order to compile the DLL, you need to be able to open the CSPROJ file.  If you have not installed VS 2005 SP1, then it will fail to load.
Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersVST2005 PRO - problems compiling comunity editionVST2005 PRO - problems compiling comunity edition