Search

You searched for the word(s): userid:684190

Matching Posts

  • Re: HELP!! Could not load file or assembly 'System.Web.Mvc, Version=1.0.0.0 ...

    If it's working locally and not out on your hosted solution, I would verify with GoDaddy support if MVC is supported in their .NET installations. I have worked with GoDaddy before, but am not aware of them having MVC installed. I checked GoDaddy Windows Hosting details: http://www.godaddy.com/Hosting/web-hosting.aspx?ci=9009#details and it does not mention MVC in Language Support or Pre-installed Apps. If all else fails, create a directory with the MVC dll in it and upload it to GoDaddy and locally
    Posted to ASP.NET MVC (Forum) by psuphish05 on 11/23/2009
  • Re: HELP!! Could not load file or assembly 'System.Web.Mvc, Version=1.0.0.0 ...

    [quote user="N!cky"] System.Web.Mvc System.Web.Mvc.xml System.Web.Mobile System.Web.Extensions System.Web.Abstractions System.Data.Linq Microsoft.Web.Mvc [/quote] You're saying that you have two copies of Microsoft.Web.Mvc in your bin directory, or was that typo?
    Posted to ASP.NET MVC (Forum) by psuphish05 on 11/23/2009
  • Re: Windows impersonate [SQL, ASP.NET, C#]

    My apologies if I missed it, but I don't see the error. I just see your source code. Please post the error message and we'll be able to help! - Jesse
  • Image Transparency

    Hi All, My question is does DrawImage or Image.Save() by default make an image background transparent? I had to use System.Drawing.Bitmap to adjust image resolutions and now all of the converted images have a transparent background. Futher details: We are using ImageMagick to do the basic image conversion from .eps to .jpg, but we can't seem to nail down the resolution conversion in ImageMagick so we decided to use System.Drawing to handle that portion. We are also setting InterpolationMode to
    Posted to System.Drawing/GDI+ (Forum) by psuphish05 on 10/26/2009
  • Re: Which Lisences will be Required ?

    What he means is that you will need to purchase a version of Visual Studio. There are different types of Visual Studio as he mentioned, Standard, Professional, Team Edition (with various subtypes). Each of these versions vary slightly depending on what your needs and role are in the development process. For however many individuals are in your team you must purchase a copy for. That will cover the necessary "license" for Visual Studio. There are also other options when purchasing like MSDN
    Posted to Getting Started (Forum) by psuphish05 on 9/24/2009
  • Re: Which Lisences will be Required ?

    No problem at all! Visual Web Developer Express is free, which can be downloaded from here: http://www.asp.net/vwd/ It provides with the IDE necessary to begin developing ASP.NET applications. - Jesse
    Posted to Getting Started (Forum) by psuphish05 on 9/24/2009
  • Re: local host debugging

    Open up the project properties for your web site. Either right-click on the project and choose 'Properties' or select it from the Project | XXX Properties file menu option (where XXX is the name of your project). A new tab will open up and display options for you. The very last option should be a Web option. Select that. You should see Start Actions, Servers, and Debuggers. Under the Servers container you can configure your web to use IIS rather than the file system/development server. Select
    Posted to Installation and Setup (Forum) by psuphish05 on 9/24/2009
  • Re: Which Lisences will be Required ?

    No problem at all, glad that I could help. For myself, when strictly speaking in terms of the IDE and writing code; absolutely nothing. I have not experienced any issues or limitation to using VMD over Visual Studio. The VWD IDE is geared towards giving you the bear minimum to develop a web application. The various flavors of Visual Studio gives you the additional tools that, in my opinion, aid in the software development lifecycle - integration into PM tools, Source Control, bug reporting, etc.
    Posted to Getting Started (Forum) by psuphish05 on 9/24/2009
  • Re: Probably a really stupid question.

    Seems obvious, but for starters make sure that path and file do exists. Secondly, make sure that you have the appropriate access to the file. To check if it's an access issue, add the "Everyone" user with full privlidges to the file. That should resolve any access problems. However, I wouldn't keep that as the solution and look towards a more secure method of accessing the file. Info on the exception is here: http://msdn.microsoft.com/en-us/library/system.io.filenotfoundexception
    Posted to Getting Started (Forum) by psuphish05 on 9/24/2009
Page 1 of 27 (264 items) 1 2 3 4 5 Next > ... Last »