CRM 2013 SP 1 Empty solution in IE10 - crm

So i just updated my CRM 2013 solution to SP 1.
After doing so everything in the solution disappeared except for the Navigation bar as seen on the attached picture.
This only happens in IE where the server is running IE 10. When opening in firefox i am told there is an error but everything is shown.
It might be interesting to tell that the CRM installation is danish. There are no languagepacks installed, and when i inspect the scripts run i can see an invalidcharacterexception in global.ashx.
Does anyone have an idea about what the problem is?

Related

Visual Studio 2017 Launches Two Instances Of IE When Debugging A Single Project

My development machine was recently renamed and updated to Windows 10. While debugging a single ASP.Net project in VS 2017, I press F5 and two instances of the same page show up in my IE-11 Browser (Two Tabs - Same Page) which screws up the debugger. It works fine when I launch under chrome but I need to debug IE for now since it is still the company standard.
Has any seen this behavior and is there a way to fix it?
Thanks for any insight - it's driving me crazy.
After a lot of head scratching, I finally came up with the solution and it was one of those things where it was simple. After the Windows 10 upgrade occurred, the software went and reset all of my IE 11 browser settings. There is an option on the first option page that says "Start with tabs from last session". This was selected and every time a new VS browser window fired up it went and created a tab from my previous session. I selected the other option "Start with home page" and the problem went away.

Bootstrap content not rendering properly in ASP.NET

The problem is awkward because everything worked fine. I opened the laptop and somehow it crashed and didn't corresponding to any commands so I had to turn it off. After I started again and after building my project(just in case anything was wrong) and opened my web page I realized that bootstrap is not working at all, and I can't figure out why because I didn't do anything. I tried to install a lower version and didn't worked and after I install the latest stable version and not didn't worked again. If you need any source code let me know and I will edit my post. I will put a picture below which describes what I am talking about(or at least I hope so).
It has the appearance of running in IE Compatibility mode, even though you're on Chrome. Try refreshing your cache (Control+Shift+Delete), rebuilding your project, and using a different browser.
I've run in to this issue before and refreshing the cache usually does the trick.

SCORM (flash Player Content) not working on Windows Server 2012 R2 which has IE11 integrated installed on it

I have website which contains SCORM package, installed on Windows Server 2012 R2 which has IE11 installed on it. Flash Player is also embedded with IE.
IE Version: 11.0.9600.17278.
Updated Version: 11.0.12 (KB2977629)
When I launch SCORM (flash Player Content) from my application, it is not working. It just displays a blank page however the Title of IE is set to the text from the SCORM content.
However if I access the same URL from any other machine which has previous version of Windows OS (i.e. previous to Windows 8 OS), it is working as expected on IE9, IE10 and IE11.
While trying to find out the cause, I came across some forum which says we have to install the “Desktop Experience” on the server to enable the inbuilt flash player. After doing that also, My SCORM contents are not getting displayed.
To find out more details, I have uploaded the SCORM Package on SCORM Cloud to check if it is working there. Here again the same problem, it doesn’t work and displays error message saying that “Member is not found” and when I tried to find out the location of the error then it is coming at windows.document.myflash.SetVariable(…) method on the Windows Server 2012 R2 with IE11.
When I performed “Addwatch”, it is saying that windows.document.myflash doesn’t have SetVariable(…) method.
However if access the same cloud URL from other machine (Having OS previous to Windows 8 OS), it is working as expected.
Any help would be appreciated.
Thanks.
Windows Server has probably a restricted Internet Explorer installed (this is an addon for IE that restricts the kind of content that can be run from a web page).
If this is disabling flash content, you will have to uninstall the addon.
You could check if any other flash based page is working, e.g. Youtube to confirm that Flash is disabled.
I found the cause and the solution for the same.
Actually it was throwing an javascript error which was expecting "StudentName" and "StudentID" property which I haven't set. However even though I was not setting these parameter, it was working on other versions of IE.
After setting these parameters, it is working now.
Thanks for all suggestions.

Visual Studio 2013 debugging in opera 18

not sure if this counts as an SO question, but lets give it a shot.
I have upgraded my Opera browser from v16 to the new chromium based browser (v18), and since then if I try debug an asp.net system in Opera Visual Studio throws up the following error
Unable to start program "http://localhost:3601/testpage.aspx. A null reference pointer was
passed to the stub
Has anyone hit this one before?
I have noticed the following
Everything runs as normal if I use IE or Chrome
If I run without debugging (ctrl+f5) the app runs fine
any suggestions? This is one of those silly things that is driving me nuts. I have tried reinstalling Opera, Visual studio. just seems like something isn't compatible
Thanks

CSS and Button issue occurs only in IE7 and Windows Server 2008

I have a CSS issue that appears to only be reproducable when viewing the webpage in IE7 on a Windows 2008 web server. The issue does not occur when viewing the page on my dev version of the website (which is a widnows 7 environment). Note: the windows 2008 server and dev code (and database data) are the same.
The problem is when a popup is displayed, one of the buttons poistion is not updated (actually, the image for the button is not updated, the button itself has moved but is not displayed as such). This kind of problem is usually straight forward to fix because you can inspect the elements in IE9, but in this case you can't see the HTML that is output and you cannot select the elements in the popup. I cannot reproduce this on my dev machnine and cannot inspect the button element in the browser as you usually would be able to.
Are there any known issues that can be caused simply by websites being hosted on certain versions of windows server? (I can't think of anything else that's different beteween dev environment and the server)
I have researched on the internet but there seems to be very little regarding this specific issue. The best guess I have is that it may be caused by something being used by the site called PIE.htc and it may be one of the issues listed here: [http://css3pie.com/documentation/known-issues/][1]
[1]: http://css3pie.com/documentation/known-issues/ but this is a long shot and I have no way of verifying whether this is the case because the code must first be deployed to the 2008 server (I cannot reproduce it in dev environment and cannot inspect elements)
I cannot think what else could be causing this issue so any any suggestions will be very much appreciated.

Resources