server currently unavailable on aptana? - aptana

I have installed Aptana Studio 3 to make a RoR project by following this video : https://www.youtube.com/watch?v=0joa5MNNRJU&t=633s. I really did the same but when I open Aptana Studio 3, I get a server currently unavailable message instead of the nice menu. I have already glanced at Adding an external server in Aptana Studio 3 but I didn't catch it as it doesn't seem to me to be the same problem. Could someone help ? Thanks ]1

Related

Unable to Install: my .msi file

I have develop a system in asp.net using win form and made its .msi file. I have installed it on my system it works perfect but when i try to install it on clients system it gives me following error.
The framework i'm using is 4.5 Visual studio 2013
This is the error i'm facing.
Need serious suggestion to resolve this error.
Thanks all .My problem sorted out using visual studio installer i add primary out and localize resources of the product in exe. Bingo the problem go on.

Pages won't load - only on my computer

Created a asp.net 5 project with another team member and works on everyone's computer but mine. I get "Failed to load resource: the server responded with a status of 500 (Internal Server Error and the web page is blank.
I thought maybe I was missing a .net version but when downloading .NET Framework 4.6 it says ".NET Framework 4.6 or a later update is already installed on this computer."
If someone could point me in the right direction it would be a lot of help! Thanks!
The error code is very general in that some error happened in your code that stopped the execution of the webpage.
If you are running the webpage in debug mode from Visual Studio on your computer, VS should have stopped on the line of code containing the error.
If, for some reason, Visual Studio does not stop on the error, you can also look in Windows Logs -> Application. It should appear as an Asp.Net Warning with details regarding the error.
See Log #3:
http://blog.leansentry.com/the-server-logs-you-need-to-know-to-fix-any-iis-aspnet-error/
I figured out my problem! I had a dependency issue in my project.json file.
"Oracle.ManagedDataAccess": "12.1.2400"
"FluentNHibernate": "2.0.3"
"NHibernate.Caches.SysCache": "4.0.0.4000"
These packages didn't support dnx 5.0 so they couldn't be in the default dependencies section. They needed to go under dnx451 -> dependencies.

Updating the Project to .Net Framework 4 and building it doesnot work on windows server 2003

We updated the project from 3.5 to dot net framework 4.0 ,build and deploy it on windows server 2003,the default page was loaded but when we access any other pages it shows error:
404 File Not Found
The page that you are looking for might have been removed,had its name changed, or is temporarily unavailable.
Again when I build the same project on the server the error goes off and the pages redirects as usual.But when I build on My Machine which has windows 7 and upload the dll ,the same problem occurs.Is there any thing to do with the dll with windows.
What could be the problem of this.We are tired searching of the solution.We would be grateful you provide us the actual cause of the problem.
I think the problems occur for os change. It does't support in Windows 7

VS 2010 does not open CSS files [duplicate]

I am unable to open CSS files in Visual Studio 2010 after adding to a project.
It shows the following error:
The operation could not be completed.Unspecified error.
Even if I try to edit embedded CSS in a webpage directly, IntelliSense doesn't appear.
I found the solution from here:
I was having the same issue and found that by going to the Tools -> Extension Manager -> Online Gallery and search for/install the "Web Standards Update for Microsoft Visual Studio 2010 sp1" I was able to open CSS files again.
And it worked for me.
Probably it can happen after installing the Visual Studio LightSwitch beta
OR
Windows Azure tools installed
OR
SQL Server 2012 installed
Download this and install it if already installed then repair it and it'll fix the issue:
http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83
This happened to me after installing Adobe Cloud production suite. Web Standards Update did the trick.
There is dropdown box in the toolbar saying "XHTML 1.0 transition". Change it to HTML.

How can I open MVC 3 project in Visual studio 2010 SP1 ?

I just reinstalled my OS and installed everything again and found that whenever I open my project I got the error that.
The project type is not supported by this installation.
Can anyone explain why this happened whenever nothing goes wrong whenever I install.
The issue I found that is error code 1603 and I found later a alternate to install MVC3 you can read the whole post:
1603 installation Error in MVC 3.
You need to go to the asp.net homepage, download and install the MVC3 package.
http://www.asp.net/mvc/mvc3
There are a few quirks with the web platform installer. Download the full mvc version by clicking on the download for "AspNetMvc3Setup.exe" on this page: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d2928bc1-f48c-4e95-a064-2a455a22c8f6
Then run the executable, which will get around having to use the web platform installer.

Resources