I'm running sitecore 5.2.0.6 and internet explore 7 RC1. I installed ie7 becaus sitecore crached when I clicked on menues. Installing ie7 helped that problem...
The wrong version of the .NET Framework was selected on the ASP.NET tab in the properties of the website in the IIS manager console. thanks John now sitecore...
If this is a clean installation, something appears to have become corrupt in your download or extraction process; re-download and reinstall. If this is an ...
Just to confirm, the "Show updates" checkbox at the top of the Add/Remove Programs window is selected, you are logged in as a Windows administrator and see ...
I'm testing Sitecore 5.3 Beta (2006/08/25) and in an IFRAME field of my template, I use the ID sended by sitecore to retrieve information about the current...
I am using 060825 and don't have any trouble with the following code: Sitecore.Data.Database db = Sitecore.Configuration.Factory.GetDatabase("master"); ...
John West wrote in an other post, but it must be a question to this post: Just to confirm, the "Show updates" checkbox at the top of the Add/Remove Programs...
Hello, i am using MailingList v. 5.1.1 with Sitecore 5.2.0.10. The installation goes through without problems. Also the changes in web.config. I've done the...
Greetings, I've downloaded the source code/project for the menu control thing but i'm having difficulties implementing it to my project. Has someone done this...
I tried your code without succes. I see my item in the SQL DB but when I try to retrieve it in my IFRAME, the item is always null... Is there somewhere else I...
I get a fault (se below) when i try to publish on my newly installed sitecore 5.2.0.10 [MissingMethodException]: Method not found: 'Sitecore.Handle ...
Hi! I have a problem rendering a content of an item. I know this is quiet simple but I dont know where I am going wrong. Under my Content I have a folders...
This is highly unusual. Can you list the contents of the /bin directory under the document root? I suppose it's possible that Visual Studio 2005 has deleted...
I would first ensure the parameter is being passed though I am fairly certain it is. foreach (string key in this.Request.QueryString.AllKeys ) { object val =...
Sorry, I really don't have any good suggestions; I would contact Microsoft. You could try reinstalling the browser completely but that's not guaranteed to ...
Hello, We are on Sitecore version 5.2 (Sitecore 5.2.0.6). We have about 26 different departments with access to "Modify" only their nodes. Currently, we have...
I have uninstalled IE 7 because I had the same problem. After uninstalling IE7, i've made a full Windows Update and removed the #918899 patch. Now it works #1...
I looked at the log event viewer and I got this error message when my Iframe is loaded: 5364 15:06:33 ERROR #### AppError #### 5364 15:06:33 WARN Timing...
While I would hope the iframe takes less than a second to execute I believe this is jut a warning and shouldn't affect the functionality - I believe something...
Hi Veena, There is indeed a simple way to publish items automatically using workflow actions. For example, the final state in the sample workflow provided with...
Can anyone point me to some documentation/referrence material/sample source for creating new field types in Sitecore? I didn't see anything on the SDN5 site...
I was wondering if anyone had any suggestions on the best way to design a template to handle a content item that will have a variable number of images attached...
A simple solution would be to create a new template called "ArticleImage" that has a field or two - an image field called "image" and a text field called...