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
P

pavya_Cool

@pavya_Cool
About
Posts
73
Topics
34
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with AJAX controls after upgrading framework
    P pavya_Cool

    Hi, I am developing AJAX supported web application. Previously I had .Net Framework 2.0 with Visual Studio 2005 and for that I installed ASP .Net 2.0 AJAX Extension to use AJAX controls in application. At that time it was worked properly. But now I have upgraded my Framework to .Net Framework 3.5 with Visual Studio 2005, I have uninstalled previously installed AJAX Extension. And want to use the AJAX controls provided by .Net Framework 3.5, so I added these controls to Toolbox. But unfortunately when I am going to use these controls it is still referencing to the previous version. I checked in web.config for assembly version, but it is referencing to the previous version. Afterall I am not able to use these AJAX controls provided by .Net framework 3.5. Anybody have solution on this problem.

    Pravin

    Web Development csharp dotnet visual-studio help announcement

  • Error while sending mail
    P pavya_Cool

    Hi to All, I am trying to send email using the following code Dim MMsg as MailMessage = New MailMessage(FromEmailID, ToEmailID, Subject, BodyMessage) MMsg.Priority = MailPriority.High Dim smtp As SmtpClient = New SmtpClient(SMTP.MyServer.com, PortNumber) smtp.Send(MMsg) While sending mail to xyz@MyServer.com it works fine but whenever I am sending mail to xyz@Otherserver.com (eg. Gmail, yahoo) then it gives following error. ================================================================================== Mailbox name not allowed. The server response was: sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) ================================================================================== Somebody help me. Thanking you. Regards,

    Pravin

    ASP.NET help com sysadmin

  • Handling textbox's lostfocus event
    P pavya_Cool

    thanks, actually iam new to javascript... i have to check this first...

    Pravin

    ASP.NET question csharp asp-net sysadmin help

  • Handling textbox's lostfocus event
    P pavya_Cool

    Hi, Thanks for reply. I tried this by using the following function. txtusername.Attributes.Add("onchange", "txtusername_TextChanged()") but i am not getting success. Also i am not able to trace it.

    Pravin

    ASP.NET question csharp asp-net sysadmin help

  • Handling textbox's lostfocus event
    P pavya_Cool

    Hi to all, I am new to ASP.net and i want to execute some code after textbox's lostfocus event in ASP.Net. I tried by using its TextChanged event but it takes more time to execute it because it executes on server, i want to execute this code on client machine only. how can i do this? Help me. Thanks.

    Pravin

    ASP.NET question csharp asp-net sysadmin help

  • Embeding flash player in Windows application
    P pavya_Cool

    thanks but i want to play local file.

    Pravin

    Visual Basic adobe question

  • Embeding flash player in Windows application
    P pavya_Cool

    Hi all, I want to embed flash players object in my windows application for playing .flv files. I have used ShockwaveFlashObject, But i am not able to play .flv files. anybody know the solution???

    Pravin

    Visual Basic adobe question

  • fatal error
    P pavya_Cool

    Thanks Mark

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • fatal error
    P pavya_Cool

    yes... i got a solution... there is one solution in C:\DXSDK\Samples\C++\DirectShow\BaseClasses\BaseClasses.sln and build that solution. It generates that library file... Thanks for the suggestion.

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • fatal error
    P pavya_Cool

    i dont have that file.... may be i have to build it.

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • fatal error
    P pavya_Cool

    yes i did it but still i am getting same error message.... fatal error LNK1181: cannot open input file 'C:\DXSDK\Samples\C++\DirectShow\BaseClasses\Debug_Unicode\strmbasd.lib'

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • fatal error
    P pavya_Cool

    yes i did it, but still facing same problem...

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • fatal error
    P pavya_Cool

    dxsdk -Bin -Doc -Include -Lib -Redist -Samples -SDKDev -dxreadme

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • fatal error
    P pavya_Cool

    No, its not a trial version.

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • fatal error
    P pavya_Cool

    yes i sure that i have installed DirectX SDK 9.0

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • fatal error
    P pavya_Cool

    I have already installed DirectX 9.0 on my system.

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • fatal error
    P pavya_Cool

    Hi, I am new to VC++, I have a source code for decryption of video. it uses DirectX technology, Now I want to modify that program. But whenever i going to build it, it gives the following error messege... fatal error LNK1181: cannot open input file 'C:\DXSDK\Samples\C++\DirectShow\BaseClasses\Debug_Unicode\strmbasd.lib' I have installed the new version of DirectX on my machine. I tried to search that .lib file on my system, but i am not able to search it. anybody can help me?

    Pravin

    C / C++ / MFC help c++ graphics game-dev debugging

  • renaming .dll file gives error message
    P pavya_Cool

    i did that

    Pravin

    C# csharp help announcement

  • renaming .dll file gives error message
    P pavya_Cool

    No, first i rename that dll file and after that i have added it as reference. It compiles fine. but shows FileNotFound exception at run time. error message is as follows.... "Could not load file or assembly 'FTPUtility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."

    Pravin

    C# csharp help announcement

  • renaming .dll file gives error message
    P pavya_Cool

    no, error does not appear in Build output window. it occures at the runtime

    Pravin

    C# csharp help announcement
  • Login

  • Don't have an account? Register

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