My solved duh/learning moment

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.
5/30/2012 7:27:20 AM
Gravatar
Total Posts 76

My solved duh/learning moment

I am using ReportViewer to help with exporting to excel and well report viewing.  As far as I know, it requires a XSD Schema (which i have).  I made a change to it and for some reason I didn't make a backup copy.  So I went to production and made a copy in the same directory, copied the change over and then production stopped working.  Of course I had customErrors off so i could not see the problem.  Went to my development, it worked.  So I copied the files back to development to go back to where I was (copying the copy files too) and got the error.  It was saying I had duplicate definitions.  The next day I go crazy and delete the design file, same error.  Deleted the "copies".  The error went away.  So note to self, don't make copies of the XSD schema file in the same project.

I just wanted to share.

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