Missing reference

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.
6/11/2006 9:38:58 AM
Gravatar
Total Posts 68

Missing reference

Hi, after a clean install. I get this error in VS:

Error 57 The type or namespace name 'Web' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\Inetpub\wwwroot\mojoportal\mojoPortalWebPartsAtlas\mojoWebPartManager.cs 6 17 mojoPortalWebPartsAtlas


And also alot of warnings (217).

How should I fix this the correct way? Do I have to download a pakage from Microsoft or something?

Thanks!
6/11/2006 10:12:28 AM
Gravatar
Total Posts 18439

Re: Missing reference

Hi Christian,

The mojoPortalWebPartsAtlas project has a dependency on Atlas and I cannot legally distribute the Atlas dll.
See the README.VisualStudio2005.txt at the root of the solution.
and read http://www.mojoportal.com/usingmypage.aspx

I probably should remove this project from the Solution (not from the file system) and make users who wish to use Atlas add the project to the Solution. I will do that soon. In any case if you are running on Windows my guess is you will want to use the Atlas enabled mojoWebPartManager from the mojoPortalWebPartsAtlas project instead of the non-Atlas enabled mojoWebPartManager in the mojoPortalWebParts project that is currently referenced from the mojoPortal.Web project.

The advantage of the Atlas enabled version is that the WebPart drag and drop works in Firefox and maybe Safari using that one while the non-Atlas one only has drag and drop in IE.

My basic strategy in having 2 versions of mojoWebPartManager is to make it possible to use this Atlas feature without having a dependency on Atlas. This is to keep mojoPortal a pure open source project and to avoid additional hurdles in getting the 2.x branch of mojoPortal working on Mono. So Windows users who want to use this feature can enable it but by default it is not enabled and I will probably exclude it from the Solution in svn to avoid this build error. Users who wish to use it can add it to the solution, install the Atlas dll, uncomment a few things in the web.config and have the Atlas enabled version up and running fairly easily.

The document and link above should help you get things setup, I imagine you will want to use it. Let me know if you have any questions after reading that.

The other compiler warnings are mostly coming from subordinate projects rather than mojoPortal, there may be a few mojo warnings but none of these are anything of serious concern and can be ignored for the most part.

Cheers,

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