CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of error
/etc/gdm3/Xsession: Beginning session setup...
GNOME_KEYRING_CONTROL=/tmp/keyring-x1jPm2
GPG_AGENT_INFO=/tmp/keyring-x1jPm2/gpg:0:1
SSH_AUTH_SOCK=/tmp/keyring-x1jPm2/ssh
GNOME_KEYRING_CONTROL=/tmp/keyring-x1jPm2
GNOME_KEYRING_CONTROL=/tmp/keyring-x1jPm2
GPG_AGENT_INFO=/tmp/keyring-x1jPm2/gpg:0:1
SSH_AUTH_SOCK=/tmp/keyring-x1jPm2/ssh
GNOME_KEYRING_CONTROL=/tmp/keyring-x1jPm2
GPG_AGENT_INFO=/tmp/keyring-x1jPm2/gpg:0:1
by alirezaimi   November 12, 2011 @ 11:37am
173 Views
no comments
 
SA/AS
Bilgisayarım donma başladı.1-2 dk arayla 1-2sn ye donuyor sonra devam ediyor.müzik dinlerken ve film izlerken de aynı şekilde,çizik cd ile izliyormuş gibi oluyor,takılıyor.Araştırdım fakat Çözüm bulamadım.
 
"Bilgisayarımda hiçbir virüs yok.Kaspersky 2010 var.Advanced System Care 4 ve Ccleaner kullanıyorum.İşletim sistemi de temiz...."
 
 
Logfile of Trend Micro HijackThis v2.0.4
Scan saved at 14:02:11, on 15.10.2011
Platform: Windows 7 SP1 (WinNT 6.00.3505)
MSIE: Internet Explorer v8.00 (8.00.7601.17514)
by rancor52   October 15, 2011 @ 4:23am
Tags: error
64 Views
no comments
 
C#
 [TestMethod]
 public void TestRenamedbContextMenu()
 {
     dbContext context = new dbContext();
 
     // Load the first menu
     Menu menu = context.Menus.FirstOrDefault();
 
     // force a change
     menu.ModifiedOn = DateTime.Now;
by Rick Strahl   September 27, 2011 @ 4:43am
244 Views
no comments
 
' I watched Karl's video about validation with custom rules, and wondered
' why Silverlight, ASP.NET and ASP.NET MVC had DataAnnotations, and
' WPF only had IDataErrorInfo. So I thought of using EF4 as the model,
' and generating a metadata class like in RIA, MVC, etc for WPF and a
' inheritable generic class to convert the validations between IDataErrorInfo
' and the DataAnnotation attributes. 
'
' This way validation can happen the same way for each type of client!
'
' Let me know what you think please?
by rickrat   July 02, 2010 @ 3:54am
584 Views
no comments
 
XML
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Windows Error Reporting" /> 
  <EventID Qualifiers="0">1001</EventID> 
  <Level>4</Level> 
  <Task>0</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2010-02-11T02:06:35.000000000Z" /> 
  <EventRecordID>3305</EventRecordID> 
  <Channel>Application</Channel> 
by David R. Longnecker   February 10, 2010 @ 6:09pm
340 Views
no comments
 
error: function(xhr, status) {                   
    var err = null;
    if (xhr.readyState == 4) {
        var res = xhr.responseText;
 
        if (res && res.substr(0,1) == '{')
            var err = JSON.parseWithDate(res);
        if (!err) {
            if (xhr.status && xhr.status != 200)
                err = new CallbackException(xhr.status + " " + xhr.statusText);
by Rick Strahl   September 11, 2009 @ 6:43pm
489 Views
no comments
 
C#
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MensajeGeneralError.ascx.cs"
    Inherits="Syllabus_PL.UserControls.WebUserControl1" %>
<table cellspacing="0" cellpadding="0" class="cf ve">
    <tbody>
        <tr>
            <td class="vj">
            </td>
            <td class="vi" />
            <td class="vk" />
        </tr>
by Claudia Hidalgo   August 10, 2009 @ 12:56pm
226 Views
no comments
 
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using System.Web.Routing;
 
namespace CodePasteMvc.Controllers
{
by Rick Strahl   July 20, 2009 @ 3:34pm
660 Views
no comments
 
C#
 
public class ErrorController : baseController
{
    /// <summary>
    /// Displays a generic error message
    /// </summary>
    /// <param name="title"></param>
    /// <param name="message"></param>
    /// <param name="redirectTo"></param>
    /// <returns></returns>
by Rick Strahl   July 08, 2009 @ 3:09pm
272 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate