resource name already exit

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/23/2008 3:00:22 AM
Gravatar
Total Posts 26

resource name already exit

hi

this is viren here..hi i had a chat with u previously ..i want to install mojoportal but still not able to...plz help me with this..i hav done the following steps..

download code from tortoise svn...

after add mojoportal.data.mssql...reference..

after tht i hav edit web.config..for connection string...

i set mojoportal.wem prject as start up project & in setup folder i hav set default.aspx to start up page..after compiling & pressing f5 i got this error plz help me..also tell me how to install this poratl....

the error is

Server Error in '/' Application.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0101: The namespace 'Resources' already contains a definition for 'Resource'

Source Error:

 

Line 24: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 25: [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
Line 26: public class Resource {
Line 27:
Line 28: private static global::System.Resources.ResourceManager resourceMan;
 

Source File: c:\Documents and Settings\virendra.ranjane\Local Settings\Temp\Temporary ASP.NET Files\root\5a8e21f6\a8386167\App_GlobalResources.03xcffcl.15.cs Line: 26

 

 


 

8/24/2008 4:21:16 PM
Gravatar
Total Posts 33

Re: resource name already exit

You need to remove the other resource files and leave only one.

8/25/2008 1:26:57 AM
Gravatar
Total Posts 26

Re: resource name already exit

Probing system...
File system permissions ok.
MSSQL database connection ok.
database permissions are sufficient to alter schema.
database initial schema already exists.
database core schema needs upgrade.
0 site(s) found.
Running script mojoportal-core - 2.2.1.5 - 00:00:02.7656250
Running script mojoportal-core - 2.2.1.6 - 00:00:02.8281250
Running script mojoportal-core - 2.2.1.7 - 00:00:02.8437500
Running script mojoportal-core - 2.2.1.8 - 00:00:02.8437500
Running script mojoportal-core - 2.2.1.9 - 00:00:02.8593750
System.Data.SqlClient.SqlException: Either the parameter @objname is ambiguous or the claimed @objtype (COLUMN) is wrong. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at mojoPortal.Data.SqlHelper.ExecuteNonQuery(SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters) in D:\mojoportal\mojoPortal.Data.MSSQL\SQLHelper.cs:line 448 at mojoPortal.Data.DBPortal.DatabaseHelperRunScript(String script, String overrideConnectionInfo) in D:\mojoportal\mojoPortal.Data.MSSQL\dbPortal.cs:line 568 at mojoPortal.Data.DBPortal.DatabaseHelperRunScript(FileInfo scriptFile, String overrideConnectionInfo) in D:\mojoportal\mojoPortal.Data.MSSQL\dbPortal.cs:line 504 at mojoPortal.Business.DatabaseHelper.RunScript(Guid applicationId, FileInfo scriptFile, String overrideConnectionInfo) in D:\mojoportal\mojoPortal.Business\DatabaseHelper.cs:line 313 - 00:00:03.7187500
Note: This page shows some information that is helpful during setup and upgrades but for security it would be best not to show any information when the system is up to date. You can disable setup and suppress all information on this page by setting DisableSetup=true in Web.config. When you need to upgrade, you can set this back to false. If you are logged in as Administrator setup will run and you will be able to see this page even if it is disabled in Web.config so you can easily leave it disabled and just login before upgrading. But if you are not logged in you will need to enable setup in Web.config.
 

help mw with this

 

 

You must sign in to post in the forums. This thread is closed to new posts.