Search

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

Matching Posts

  • Re: Orcas Beta 2: Web server debugging error

    Shinigami, I got this as well - it seems to affect Vista. I found this http://download.microsoft.com/download/d/d/1/dd18043a-fe86-4f57-ac22-791b30e6f04b/ExpressReadme.htm which solved it. Search for "Strong Name" in the doc and read the section. Basically you need to Run as Admistrator the "Visual Studio 2008 Beta 2 Command Prompt" from yiour Start Menu. then paste this in: sn -Vr "%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE\iisresolver.dll" It marks the IIS
    Posted to Visual Studio 2008 (Forum) by JasonBSteele on 8/1/2007
  • Re: Problems on install .net framework 2.0

    nphoenix, I haven't come up with a solution and am basically telling my customers that they will need to update to SBS2003. They are not happy bunnies! I'd be very glad to hear from you if the SBS team do find a solution. Thanks for posting.
    Posted to Installation and Setup (Forum) by JasonBSteele on 2/2/2006
  • Custom Cultures in ASP.NET 2.0?

    I need to be able to modify the resources used by my application depending on the market it is used by. To achieve this I was hoping to use Custom Cultures. A Custom Culrture inherits from one of the standard cultures but specifes a different name so that alternative resources can be used. See http://http://aspnet.4guysfromrolla.com/articles/030304-1.aspx for a great article on this. I am using VS 2005 so I can use the new Localization features that it provides. I selected my web page and used "Generate
    Posted to Localization (Forum) by JasonBSteele on 1/9/2006
  • Re: Problems on install .net framework 2.0

    The plot thickens... We got the following error today: Not enough storage is available to complete this operation. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode, IntPtr errorInfo) at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType, Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri) at System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type serverType) at System.Runtime.Remoting.Activation.ActivationServices
    Posted to Installation and Setup (Forum) by JasonBSteele on 12/20/2005
  • Re: Problems on install .net framework 2.0

    Thomas, Yes the server is in production so I am nervous about reinstalling ASP.NET in case it goes wrong. I have already followed your workaround but unforunately it made no difference. Is it possible to add the missing keys manually, if so what values should they be given? Thanks, Jason
    Posted to Installation and Setup (Forum) by JasonBSteele on 12/20/2005
  • Re: Problems on install .net framework 2.0

    Thomas, I found ASPNETSetup_000000.log in the %TEMP% folder and there were no errors. In particular: 2005-12-09 08:02:51 Success Install all ASP.NET Services 2005-12-09 08:02:51 Starting Install the ASP.NET Performance counters 2005-12-09 08:02:52 Success Install the ASP.NET Performance counters 2005-12-09 08:02:52 Starting Install common performance counters 2005-12-09 08:02:52 Success Install common performance counters 2005-12-09 08:02:52 Starting Setting up client script files for website:* 2005
    Posted to Installation and Setup (Forum) by JasonBSteele on 12/19/2005
  • Re: Problems on install .net framework 2.0

    tmarq, The identity that aspnet_wp ias running under is IWAM_<machine name>. Unfortunately the server now has a live 24 hours a day application running on it so its going to be a while before I can run asn_regiis /i on it. Which log file are you referring to? Is there a specific installation log or one of the event logs? Unfortunately, if its the event log its likely to be long gone by now. Thanks, Jason
    Posted to Installation and Setup (Forum) by JasonBSteele on 12/19/2005
  • Re: Problems on install .net framework 2.0

    xmspc, Great bit of sleuthing! I can confirm that my customer's SBS2000 server is also missing these registry keys, whereas my Win XP Pro and Win server 2003 implementations all have them. I'm sure its not as simple as this, but have you tried adding the keys to the SBS2000 registry to see if it fixes the probelm? Unfortunately the values for these keys appear to differ between my implementations.
    Posted to Installation and Setup (Forum) by JasonBSteele on 12/19/2005
  • Re: Problems on install .net framework 2.0

    Update: I retraced my steps and found that I had performed Step 2 incorrectly. Once I typed in the command correctly I did not get an error. However, after I did the iisreset again I found the Perlib errors were still being logged.
    Posted to Installation and Setup (Forum) by JasonBSteele on 12/12/2005
  • Re: There is not enough space on the disk.

    We had a similar problem. In the end it was due to the IWAM_<machine name> user having a disk space quota. Allow this user to be unlimited and the problem goes away.
    Posted to Community Starter Kit (Forum) by JasonBSteele on 12/12/2005
Page 1 of 2 (11 items) 1 2 Next >