Search

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

Matching Posts

  • LINQ BUGG, SQL 305 Error on SubmitChanges when inserting into table with XML data type

    I am trying to do simple insert using LINQ to a table that has an XML Data Type column, column allows null, so I do not assign any value to this column Msg 305, Level 16, State 1, Line 2 The xml data type cannot be compared or sorted, except when using the IS NULL operator. here's the code: Dim newReqService As New ReqService newReqService.ServiceID = 1 newReqService.ReqID = 1 db.ReqServices.InsertOnSubmit(newReqService) db.SubmitChanges() here's the sql statement that LINQ produces exec
    Posted to Visual Basic .NET (Forum) by stasevich on 5/12/2008
    Filed under: sql, error, linq
  • LINQ genereates SQL 305 Error on SubmitChanges when inserting into table with XML data type

    I am trying to do simple insert using LINQ to a table that has an XML Data Type column, column allows null, so I do not assign any value to this column Msg 305, Level 16, State 1, Line 2 The xml data type cannot be compared or sorted, except when using the IS NULL operator. here's the code: Dim newReqService As New ReqService newReqService.ServiceID = 1 newReqService.ReqID = 1 db.ReqServices.InsertOnSubmit(newReqService) db.SubmitChanges() here's the sql statement that LINQ produces exec
  • SQL 305 Error on SubmitChanges when inserting into table with XML data type with LINQ

    I am trying to do simple insert using LINQ to a table that has an XML Data Type column, column allows null, so I do not assign any value to this column Msg 305, Level 16, State 1, Line 2 The xml data type cannot be compared or sorted, except when using the IS NULL operator. here's the code: Dim newReqService As New ReqService newReqService.ServiceID = 1 newReqService.ReqID = 1 db.ReqServices.InsertOnSubmit(newReqService) db.SubmitChanges() here's the sql statement that LINQ produces exec
    Posted to Data Access and ObjectDataSource Control (Forum) by stasevich on 5/9/2008
    Filed under: linq sqlserver xml error
  • Re: Problem with System.Net.Mail on GoDaddy

    Yes, I figured out how to use Credentials last night. I specified account that i created for SMTP relay, i even tried passing my domain as a 3rd optional parameter, still get the error that host is not allowed. I think godaddy support rep hates me by now, for asking so many questions, but they have been very quick to respond as of today. I host my site locally, so i am wondering if maybe i need to change some setting in IIS, but i belive setting defaultdeliverymethod=network should avoid going trough
    Posted to Getting Started (Forum) by stasevich on 1/30/2006
  • Re: Problem with System.Net.Mail on GoDaddy

    I am having the same issue. Trying to send mail with .NET.MAIL via GODADDY.COm SMTP relay service. My code still gives me the same error: Mailbox name not allowed. The server response was: sorry, relaying denied from your location [my IP ADDRESS] (#5.7.1) as I am not sure what to put there or how to setup credentials with goDaddy server, I bet this is my problem. So if anyone could point me to the right direction how to user Credentials, that would be great. I commented this line though: objSMTPClient
    Posted to Getting Started (Forum) by stasevich on 1/29/2006
  • Re: My Portal Page (Core Enhancements)

    Where can I download this moded version? Thanks
    Posted to DotNetNuke (Forum) by stasevich on 6/20/2003
Page 1 of 1 (6 items)