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
M

MNantu

@MNantu
About
Posts
31
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
    M MNantu

    Hi everyone, I'm currently working on a web project which supports roles. This is the first time I'm working with roles so I took some help (reading a few books and articles) and it's working fine (locally). I uploaded the project to the remote server today. And, even though I don't have the aspnet_CheckSchemaVersion procedure on my local db, it does on remote server and throws this exception. I really don't know why, I made some googling and found out that I'm not the only one. But I couldn't find a solution. By the way, in web.config, roleManager is set to enabled="false". I'm really lost here and I would really appreciate if anyone could at least give me a clue about why this happens. Thanks.

    ASP.NET database asp-net sysadmin help

  • database connection problem
    M MNantu

    Is database server running on your local machine ?

    C# csharp database help sql-server sysadmin

  • database connection problem
    M MNantu

    Which OS do you use by the way

    C# csharp database help sql-server sysadmin

  • database connection problem
    M MNantu

    When connecting to a database with Integrated Security set to true, I don't think you need to specify User ID and Password. :)

    C# csharp database help sql-server sysadmin

  • database connection problem
    M MNantu

    Try changing the Data Source to Data Source=.\\SQLEXPRESS (Assuming you're using the default instance.) You can also check out connectionstrings.com[^] Hope this helps =)

    C# csharp database help sql-server sysadmin

  • degree of multithreading(analyze)
    M MNantu

    Oh, I'm sorry, my bad. :laugh:

    void Yay()
    {
    ThreadStart starter = new ThreadStart(DoWork);
    Thread thread = new Thread(starter);
    thread.Start();
    }

    void DoWork()
    {
    while(!perfectCircle)
    {
    DoSomething();
    }
    }

    Would this be OK? :rolleyes:

    C# question

  • degree of multithreading(analyze)
    M MNantu

    while(!perfectCircle)
    {
    DoWork();
    }

    How about this? ;P

    C# question

  • Sending mails with embedded images [modified]
    M MNantu

    Well, thanks for the reply, but they are not exactly what I want. I don't want them to be seen as attachments. I don't know if "embedded" is the right word. I know what I want can be done by linking to an external source as the image location, I just wonder if this can be done in any other way. Thanks again :)

    C# hardware question

  • Sending mails with embedded images [modified]
    M MNantu

    Hi, Is there any way of sending an e-mail with embedded images (not attached) other than uploading the image to a location on the web and reading it from that location ? :)

    modified on Monday, April 13, 2009 7:48 AM

    C# hardware question

  • Using an image as a link.......How to?
    M MNantu

    You can use PictureBox.Click event and Process.Start(), if that's what you asked :)

    C# csharp help tutorial question

  • Just for fun - what's the output of this?
    M MNantu

    Congratz! =) (Shame on me, SHAME ON ME!) ;P

    C#

  • Just for fun - what's the output of this?
    M MNantu

    I think the TestStatic.SaySomething will not be called and it will directly go to the catch block. But the second TestStatic.SaySomething will be called because static constructors are called only once, afaik. Am I correct ? :-D

    C#

  • printing a dataTable or data from datagridview
    M MNantu

    You can search for DataGridView Printer (I used one before) here on CP, if that's your question :)

    C#

  • Totaling and averaging column in datagridview [modified]
    M MNantu

    Oops I missed that out :-O

    C#

  • Totaling and averaging column in datagridview [modified]
    M MNantu

    It fails because ? What is the exception ? :)

    C#

  • Changing amount of a const variable at the run time !
    M MNantu

    You can use readonly instead of const and you can save that value in an XML file, txt, database etc. Hope this helps :)

    C#

  • Simple IO Question (or at least I hope so)
    M MNantu

    I guess you're right about the details I've provided, my mistake :) And the folder is locked all the time after I've created it (manually created by the way, not created by the application). Anyways I'll have to figure out a solution no matter what. So thanks for the effort, everyone :)

    C#

  • Simple IO Question (or at least I hope so)
    M MNantu

    Well, actually that's the point which confuses me. =) Files are ok. They can be deleted, renamed, moved, whatever you want. But only the folder is not. You cannot do these to the folder and when you try you face that "File's in use" kinda error =) But as I said just the folder not the entire path. :) Maybe I'm a sinner and God is punishing me this way ;P Seriously, I wonder what I'm doing wrong. :)

    C#

  • Replacing an executable file, programatically.....
    M MNantu

    Oh, come on! I think you need a hug ;P Happy to help you out. :)

    C#

  • Simple IO Question (or at least I hope so)
    M MNantu

    So, you say this can keep only the folder locked, while the files created are not. I'll give it a try and let you know. Thanks =)

    C#
  • Login

  • Don't have an account? Register

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