Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

Vika Dev

@Vika Dev
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • It's been a long time coming ... but we are going back.
    V Vika Dev

    Yeah, sounds great. Totally not a political deflection from the worst position the US has been in for decades. I can't wait to watch the Trump Ship 1 take off from Trump Space Center, land at Trump Base, and set up Trump Colony to build the new Trump Tower. It will be the tallest building on the Trump Moon! Right next to the Putin Condominium Complex. I can totally Seig it coming. Thanks for taking one of the last places I peruse to dump some politics into.

    "My software stacks are so old the frameworks have a termite problem." - Me, probably

    The Lounge com lounge

  • How i can set IDENTITY_INSERT to ON in "LINQ to SQL" ?
    V Vika Dev

    Why are you trying to insert an identity value? These are usually incremented automatically when a row is inserted into the DB and inserting your own value could cause a duplication in this column. You can open the table in Management Studio and turn off the indentity property for the column. Mike

    ASP.NET csharp question asp-net database linq

  • [VB.NET 2010] Sending mail only works sometimes
    V Vika Dev

    Sorry I was slow at getting back to you. Got sidetracked with my project and then it was all downhill from there. I'm assuming you are still looking for some sort of solution to this. Are you interested in a method to create an execption report that can be emailed to you, or post to a web page? Mike

    Visual Basic csharp sharepoint sysadmin help

  • [VB.NET 2010] Sending mail only works sometimes
    V Vika Dev

    What version of VS are you writing your code in? It will help me get you going in the right direction. Also, do you have access to a windows hosting provider or would you try and host this yourself? Sorry if any of this is causing more confusion, but I think you'll be better off in the long run. Mike

    Visual Basic csharp sharepoint sysadmin help

  • Multiple USB Barcode Scanners
    V Vika Dev

    Seems the files are no longer available. Is it possible to get a copy from you? Cheers, Mike

    Visual Basic help com question

  • [VB.NET 2010] Sending mail only works sometimes
    V Vika Dev

    Long time lurker, first time poster... Ok, going to do a bit of a sum up here. The issues you are seeing are most likey caused by a firewall on the user side, either on the machine or their ISP. A lot of ISP's won't allow residental users to send email out on port 25. Since you don't know what port is allowed, you'd have to have the user configure your app. Not a good idea. Or it could be a local firewall blocking the message because it doesn't know your app is allowed to send. Again, a configuration by your user would need to occur, and again, not a great idea, especially if you don't like support calls. I'm with those that think it's a bad idea to use an SMTP transport to send an error message for an app outside of your network (we use smtp extensively inside our network), mainly because of security concerns. The username/password combo is used to authenticate a relay of the email message. This is bad to use outside of your network because someone could reverse engineer your code, find the username and password and start spamming through your mail server. If you insist on using SMTP, I would do a TRY CATCH to make sure the app can handle its own error and maybe set a counter to try more then once, then give up. You would also create a text file that you could have the user send to you as a backup. If I was doing this, I'd probably look at creating a web service that the client app can send the message to and have it then emailed to me and/or inserted into a database. The issue there might be that the user has to approve the outbound request, but that shouldn't be too big of a deal. If you need a web service sample, let me know. Cheers, Mike

    Visual Basic csharp sharepoint sysadmin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups