Osx - Open Up And Run An Asp.net Project Compiled In Windows On A Mac OS X?

Mar 4, 2010

i need to make some changes to an asp.net website developed by another person - he is on a windows machine, i am using a mac.i need to make some fairly minor changes to the asp, but obviously i can't without being able to at least run the project, and hopefully open it in some development environment (although i'm not adverse to doing it all with a text editor if that's 'easier').i have installed monodevelop, but can't see how to open the project, let alone run it!maybe it's easier to do this in parallels in a windows environment?

View 1 Replies


Similar Messages:

Configuration :: How To Install Compiled Project Under IIS

Mar 8, 2011

Anyway, I need to pick up on another person's project who has left and essentially what I have is his code base which compiles under Visual Studio2010 Ultimate. I need to dig into his code (VisualBasic) in order to fix some minor problem & make some enhancements. So anyway, I started it up and compiled everything. Then I press the little green arrow button, and the project starts up and launch the browser which then access and run this project. However I need to run this under IIS because I have to try access the webservice from a remote platform. Meaning this has to serve a remote connection and not just the browser from within VisualStudio. Could someone give me a little howto in order to set this up and running under IIS?

View 2 Replies

C# - Visual Studio 2008 Compilation Works; Same Project Compiled In 2010 Doesn't?

Feb 1, 2011

Have a project that was created in Visual Studio 2008 and deployed to a 64-bit Windows 2003 server. This application references a 32-bit Interop.ActiveDs.dll. The applications were originally compiled for 'Any CPU', however, explicitly compiling as 'x86' doesn't solve the problem. The project targets the 3.5 framework.

The server is running IIS 6.0 in 64-bit mode. When we deploy the version compiled in Visual Studio 2008, the app runs perfectly fine; all pages show up. In retrospect, this is actually surprising.We migrated the application to Visual Studio 2010 (we did not change the targeted framework) and redeployed. Now we get a BadImageFormatException loading Interop.ActiveDs.dll. Which actually makes more sense than the 2008 version running.To solve the problem, we set Enable32bitAppOnWin64 to true and ran aspnet_regiis.exe -i from the 32-bit folder of the 2.0 framework (as per various instructions on the web). In IIS, web service extensions, there were two versions of ASP.NET 2.0, one for 32-bit and one for 64-bit. We prohibited the 64-bit version, restarted IIS, and launched the website.

What we expected: The app to run as 32-bit, load the interop, and display
What we got: "Service Unavailable"All other web pages that were previously working displayed the same message, as did the Visual Studio 2008 version.The support page here describes the problem exactly, but tells us to do exactly what we did to resolve the problem (enable 32-bit mode).We've rolled back to 64-bit mode in IIS and deployed the Visual Studio 2008 version for now, but we really need to figure out how to make this app run and load the interop (there are also 32-bit Oracle DLLs that are referenced)Two questions:Why does the Visual Studio 2008 version work at all??
How do we get the Visual Studio 2010

View 1 Replies

'run Mode' Variable / Running Web Project In Debug Mode Or Compiled?

Aug 7, 2010

can i determine programmatically if im running my web project in debug mode or compiled?

or even better if im running it on my local machine or on a server? example to change the path for databases etc..

View 7 Replies

Determine Name Of Compiled Dll Files From .cs Files In Project?

Jan 7, 2011

I am doing a code review of a web project and want to make sure I have all the compiled dll's. I was provided only three .dll files for static analysis but wonder if I am missing any because when I looked at the actual code base and project it contained 20 various .cs files.All that I have opened shared a single namespace, but what was odd was the namespace was not the name of any of the .dll files. How does .net compile the application in the dlls that are found in the /bin folder? how does it get the names of the dlls? How do namespaces fit into this?

View 2 Replies

Cannot Open Project?

Aug 2, 2010

on my desktop computer, i first installed VS 2005.. after few weeks i installed VS 2008.. i created a project on VS 2008..on my laptop, i installed VS 2008..i transferred the project from my desktop to my laptop but i can't open it.. one of my clasm8s said told me that even if i created it on VS 2008 on my desktop, it still uses framework 3.0 because VS 2005 was the first installed.. is he correct? what should i do?

View 1 Replies

VS 2008 Cannot Open My Project?

Jun 8, 2010

here's what i did. on my desktop computer, i first installed VS 2005.. after few weeks i installed VS 2008.. i created a project on VS 2008. on my laptop, i installed VS 2008. i transferred the project from my desktop to my laptop but i can't open it.. one of my clasm8s said told me that even if i created it on VS 2008 on my desktop, it still uses framework 3.0 because VS 2005 was the first installed.. is he correct? what should i do?

View 1 Replies

How To Use Web Class Library From A Windows Project

Feb 19, 2011

I have a Web project in which I defined some methods to parse some webpages. I then save the retrieved data in a DB. Now I have run a lengthy operation(it may take 2 days) in which I continously parse webpage this way.

Can I use the webproject from a Windows project. If I try to add a refference to it it doesn't work. How should I do it? I have used until now an asp.net application, and done the calls to the parsing methods in the pageLoad event but after an hour or so the process stops.

View 1 Replies

MVC :: Cann't Open The Test Project?

Feb 26, 2010

why i cann't open the asp.net mvc test project ?

View 4 Replies

Asp.net - Open-source CMS (Windows, .NET) Recommendation?

Nov 16, 2010

I am looking for an open source, Windows, .NET based, CMS. I have a few simple requirements:Must run in or be built on the .NET 4 framework Users must be able to automatically authenticate via IIS / integrated windows authentication Must be able to utilize custom pre-built (existing) user controls presented as widgets / web parts / etc. with a minimum of re-coding.I have looked through a handful of open source CMS projects with no luck so far. If anyone knows of a CMS that fits the bill I would really appreciate your insights.

View 4 Replies

Visual Studio :: How To Open Project Created By Someone Else

May 20, 2010

How to open project created by someone else in visual studio

I have copy of project created by some one and now I want to be able to open that project and work further on it.

View 1 Replies

MVC 3 Hangs When Open A New Project Using VS 2010 SP1 Beta?

Jan 17, 2011

ASP.NET MVC 3 was released on Jan 13, 2011. I was able to install it on my XP SP3 workstation. But, when I opened an MVC C# project, VS 2010 hangs. I have repaired VS 2010 and Framework 4.0 with no luck. The issue was resolved after uninstalling VS 2010 SP1 Beta. Does anyone know if ASP.NET MVC 3 works with VS 2010 SP1 Beta?

View 1 Replies

ADO.NET :: Open Project And Model.Designer.cs Has So Many Errors

Mar 7, 2011

The first time I created my model, I thought a manual fix would keep it okay. But everytime I open my project, the model is updated and the Designer.cs is formatted weird. The following picture shows the main problem: I'm just not sure how to permanently fix it other than going through and deleting the "System.Data." and "System.whatever" paths when they are referenced. That is the only way the build/publish succeeds, and it's very time consuming to complete each time.

View 3 Replies

Open A Connection Object In A Windows Service?

Nov 5, 2010

Using vb.net 2005

I am trying to open a connection object in a windows service but getting an error, what do i need to do:

what I have now:

[Code]....

on the Open line i'm getting a squiggly error saying "declaration expected" for the MyCon.Open.

do I need to import something?

View 6 Replies

Web Forms :: How To Open A Windows Application In Website

Apr 3, 2010

Can i open a windows application project in asp.net website?If can then how?

View 3 Replies

How To Open Print Friendly Page Windows

May 18, 2010

Our users can currently select a number of funds from a page and go to another page to see the funds compared on a chart. I now have to present the user with an option to produce a print-friendly fact sheet page for each fund in the chart.

The requirement is that each page will open in a new window (or tab), and be minimised so as not to be 'too intrusive' when they're opened. how I could go about this? This also means that the user will have to go to each window or tab to print the page.

They also want the print dialog box open in each of the new windows so the user doesn't have to open it. Is this possible, for the print dialog to open at the page load? I disagree that (up to) 10 new windows can ever be anything but intrusive! Ideally I could send these new pages directly to the print queue. Is this possible?

Otherwise, I could Generate a page dynamically for each fund, strip out the contents of the page body and add the content for that fund to a large single page print-friendly factsheet. Does anyone have experience in this kind of work?

View 1 Replies

Web Forms :: Data Connection Can't Open In Windows

Apr 2, 2010

I have used vs 2008 to develop an asp.net application.

This application can run in windows xp, windows vista, but can't run under windows 7.

When the application want to new an database connection, it retun null.

I am using sqlserver 2005 express sp3 as my database.

The connection is :

Data Source=./SQLEXPRESS;Initial Catalog=mydb;Integrated Security=True

How can I do?

View 6 Replies

IPhone Safari 302 Redirects Open New Windows?

Mar 7, 2011

I have a fairly standard ASP.Net web application which is used via mobile safari on the iPhone.Some users who have a link to the web application placed on their desktop via profile are reporting that when navigating between pages (which I do on the server with Response.Redirect after specific events or via standard anchor tags in other cases (no target specified)) that Safari opens a new window instead of reusing the existing window.

Because of this, any login token/cookie etc (i'm using the built-in ASP.Net membership stuff), is now gone for that new browser window and the login prompt is shown.The problem doesn't happen every time, and I can't seem to replicate it on my device (but i'm not deploying the shortcut via profile)As you can probably imagine, it's quite frustrating for the users to have to log in every time, and you can't fix an issue you can't replicate.My question is, has anyone heard of this issue and/or know a workaround?The app is NOT iPhone specific, that is, it is used in a full desktop browser as well, and the logins stay like you'd expect there - and the same window is reused repeatedly.I've considered a few possibilities, but have been drawing a blank as far as what might be causing this or how I can resolve it.

View 1 Replies

C# - Linkbutton To Open Windows Explorer From Gridview?

Jun 4, 2010

I have a link in a Gridview that I want opened in Windows Explorer (or explorer.exe).

<asp:GridView ID="GridView1"runat="server" >
<Columns>
<asp:TemplateField>

[code]...

View 3 Replies

Web Forms :: Open Multiple New Windows With Listview?

Jun 16, 2010

I have a page with a listview bound to a database. The user selects an item on the list, hits submit, and a new window opens up with the selection as part of a query string. I need the user to be able to select multiple items and open up multiple new windows. Heres my code:

[Code]....

Currently, the first selection will open up a new window, but none after that.

View 4 Replies

Configuration :: Accessing C# Windows Class Library Project DLL?

Jun 8, 2010

I have one C# windows class library type project which has a web reference whose settings are automatically added in to settings.settings file( Webservice name, type, scope, value).

I also have one separate ASP.net project which has let us as suppose, one page with a button. When I click this button, it calls a method of referred DLL of previous project and control goes there.

When in that project, when control goes in to location where I use this web reference, it tries to get the URL of web reference from settings file and raises an exception - 'The current configuration system does not support user-scoped settings'.

So, What is the way for me to call a c# project having web service in a asp.net project ? This is really a source stopper for our development.

View 1 Replies

Deployment - Deploying 3.5 Project To IIS 6 On Windows Server 2003?

Aug 5, 2010

I have a project which involves a database (sql server 2008 express) class library, webservice and a website which I want to deploy on a windows server 2003 with IIS 6. I look ed on the web and how to do this for the website mostly but unfortunately not that much for the webservice, classlibrary and database.

View 1 Replies

Configuration :: Deploying The Project In Windows Server 2008 (iis 7)

May 11, 2010

I have a website build with .Net 2.0 Framework, I tried to deploy it in iis 7 ( Windows Server 2008 ). I get the following error when i browse the project. Server Error in '/' Application. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Your application is not running with full trust. Please call AspxLab.WebControls.Runtime.Initialize to manually initialize AspxLab Controls runtime environment. Source Error:

[Code]....

Stack Trace:

[Code]....

[SecurityException: Your application is not running with full trust. Please call AspxLab.WebControls.Runtime.Initialize to manually initialize AspxLab Controls runtime environment.]

a..ctor() +540
az..cctor() +140

Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927

View 3 Replies

Visual Studio :: VWD 2008 Not Showing Last Project Open

Nov 24, 2010

why Visual Studio is not showing the last project open. Actually it's not showing any that I have had open. If there a clitch.

View 2 Replies

Visual Studio :: Cannot Open A Project Because The Local IIS Url Has Not Been Configured?

Mar 30, 2011

I have copied my asmx hello webservice to a remote server where I tried to open the project I have this message. That I answer yes or no it cannot open the project VS stays blank.Originally I think I have clicked on associate this project with IIS Express. Now I don't know how to revert this.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved