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
S

surender m

@surender m
About
Posts
55
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Source: .Net Runtime 2.0 Error , EventID:5000, Eventtype: clr20r3 P4 mysql.data P5 5.0.7.0,P6 464b5d79,P7 21c,P8 76,P9 mysql.data.mysqlclient.mysql, P10 NIL.
    S surender m

    Resolved issue... There was mysql dump backup running which caused unhandled exception for .net applications, so applications were closed abruptly. As the mysql user for .net applications not having enough permissions, they got terminated with unhandled exception[you are not owner of this thread], Now we have provided sufficient permissions for the user and everything is working perfect. Hope this may help someone who face this issue.

    No Defeat Is Final Until You Stop Trying!.......

    .NET (Core and Framework) help csharp mysql

  • Source: .Net Runtime 2.0 Error , EventID:5000, Eventtype: clr20r3 P4 mysql.data P5 5.0.7.0,P6 464b5d79,P7 21c,P8 76,P9 mysql.data.mysqlclient.mysql, P10 NIL.
    S surender m

    Pls help resolve the issue. Source: .Net Runtime 2.0 Error EventID:5000 EventType clr20r3,P1 test.exe,P2 1.0.0.0,P3 .., P4 mysql.data P5 5.0.7.0,P6 464b5d79,P7 21c,P8 76,P9 mysql.data.mysqlclient.mysql, P10 NIL. Console Application abruptly closing with above error in EventLog. Not able to find out the cause. Any help will be appriciated, thanks inadvance.

    No Defeat Is Final Until You Stop Trying!.......

    .NET (Core and Framework) help csharp mysql

  • Dynamic Change in URL of webservice configuration.
    S surender m

    As long as if you do not modify(adding new function or updating existing function) web service , you can simply add reference in your live project once and can change the url on live server, no need to reference again and again. hope u get this.

    No Defeat Is Final Until You Stop Trying!.......

    ASP.NET workspace csharp asp-net wcf testing

  • msmq throws an exception when called the receive.
    S surender m

    If there are no messages in queue then it will raise tiemout exception. No need to worry about that exception .. just catch it and say there are no messages in 'Q'.

    No Defeat Is Final Until You Stop Trying!.......

    C# data-structures debugging announcement

  • Is there a way to transfer files to remote computer of different domain using remote server's username and password??? (c# , console)
    S surender m

    Sorry .. my apologies..

    No Defeat Is Final Until You Stop Trying!.......

    C# csharp sysadmin question

  • Is there a way to transfer files to remote computer of different domain using remote server's username and password??? (c# , console)
    S surender m

    Sorry .. my apologies for the impatience..

    No Defeat Is Final Until You Stop Trying!.......

    C# csharp sysadmin question

  • Is there a way to transfer files to remote computer of different domain using remote server's username and password??? (c# , console)
    S surender m

    Thanks for the reply sir, Yes i had gone through that Link earlier, but i was stuck at LongonUser() part. Will it accept localuser account or remote server's user account? which username,password&domain i should give?

    No Defeat Is Final Until You Stop Trying!.......

    C# csharp sysadmin question

  • Is there a way to transfer files to remote computer of different domain using remote server's username and password??? (c# , console)
    S surender m

    sorry for the wrong communication. i will explain it clearly. Consider machinA and machineB. - A & B are located on different domains. - B is having a network share path(ex: \\192.168.10.12\d$) - Now i want to transfer a file abc.txt from machineA to share path on MachineB. I am trying with File.copy() method bt was failed with longon failure as the servers are located on different domains. So, is there a way that if i know MachineB logon account(domain,username&password) can i be able to transfer file?? pls guide me a way to achieve this.

    No Defeat Is Final Until You Stop Trying!.......

    C# csharp sysadmin question

  • Is there a way to transfer files to remote computer of different domain using remote server's username and password??? (c# , console)
    S surender m

    sir didn't get u.. third example ??

    No Defeat Is Final Until You Stop Trying!.......

    C# csharp sysadmin question

  • Is there a way to transfer files to remote computer of different domain using remote server's username and password??? (c# , console)
    S surender m

    Thanks for the reply sir, I want to achieve file transfer through c# console application by specifying remote system's domain,user name & password. can it be done so..? pls help me..

    No Defeat Is Final Until You Stop Trying!.......

    C# csharp sysadmin question

  • Is there a way to transfer files to remote computer of different domain using remote server's username and password??? (c# , console)
    S surender m

    Thanks for the reply.. is there any other ways other than Ftpwebrequest.. pls help me.. i have tried 1) MAP drive 2) NET USE

    No Defeat Is Final Until You Stop Trying!.......

    C# csharp sysadmin question

  • Is there a way to transfer files to remote computer of different domain using remote server's username and password??? (c# , console)
    S surender m

    Is there a way to transfer files to remote computer of different domain using remote server's username and password?(c#,console) Thanks inadvance

    No Defeat Is Final Until You Stop Trying!.......

    C# csharp sysadmin question

  • File copy onto remote server of different domain with credentials.
    S surender m

    Thanks Mario for the reply.. But i want to achieve this in windows plotform not through web. i should be able to transfer files once i know remote server's username,password and domain.. pls help me in this regard

    No Defeat Is Final Until You Stop Trying!.......

    modified on Thursday, June 23, 2011 1:24 AM

    C# sysadmin tutorial question

  • File copy onto remote server of different domain with credentials.
    S surender m

    I'm trying to copy a file to a destination path (for example \newserver\destinationFolder), that can be in another domain or using a different username/password than the current user. How can I specify these new network credentials before doing the File.Copy(...) ? pls guide me a way to copy file onto remote server of different domain with credentials.. Thanks inadvance... .

    No Defeat Is Final Until You Stop Trying!.......

    C# sysadmin tutorial question

  • Fatal Execution Engine Error while trying to run .net exe
    S surender m

    thank you for the valuable suggetions.. i'll check all the cases

    No Defeat Is Final Until You Stop Trying!.......

    .NET (Core and Framework) help csharp

  • Fatal Execution Engine Error while trying to run .net exe
    S surender m

    I hav googled it already bt nothing resolved my problem. i hav reinstalled my .net framework still the problem persists. so i thought of posting here if somebody facing the same issue can help resolve.

    No Defeat Is Final Until You Stop Trying!.......

    .NET (Core and Framework) help csharp

  • Fatal Execution Engine Error while trying to run .net exe
    S surender m

    --------------------------- Error --------------------------- Fatal Execution Engine Error (0x7927f26e) --------------------------- OK --------------------------- pls help resolve this error. Thanks inadvance..

    No Defeat Is Final Until You Stop Trying!.......

    .NET (Core and Framework) help csharp

  • Images not visible after publishing the web application
    S surender m

    Check whether images folder is copied properly and whether the images are referenced properly. Check whether any heavy resource activities are happening on server. You can uncheck directory browing option on iis and browse the image.. Hope this will help u.. No Defeat Is Final Until You Stop Trying!.......

    ASP.NET javascript windows-admin help tutorial

  • How to end a request if there are no records to display
    S surender m

    Try response.ContentType = "application/octet-stream"; Hope this helps you.. No Defeat Is Final Until You Stop Trying!.......

    ASP.NET database help tutorial question

  • Session Data Crossing in Mail
    S surender m

    Hi Rathika, Where you are storing Mail name, are you updating session everytime with latest details. check properly whether session is updating with latest details, try to debug. And also explain the scenario when exactly you are facing this problem. Regards, Surender No Defeat Is Final Until You Stop Trying!.......

    ASP.NET csharp asp-net 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