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

Maverickcool

@Maverickcool
About
Posts
23
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • publishing web site to ftp server
    M Maverickcool

    hi Abhishek this is not the case. the application pool and my site are both using .NET 2.0. Thanks

    ASP.NET help csharp asp-net sysadmin question

  • publishing web site to ftp server
    M Maverickcool

    hi Abhishek, yes, I have a virtual directory

    ASP.NET help csharp asp-net sysadmin question

  • publishing web site to ftp server
    M Maverickcool

    hi all i'm new to ASP.Net I'm a having a problem publishing a site on an ftp server i've created a simple site which works locally on my computer. after I published the site I can see my files on the server also I see inside the bin folder a strange dll ( doesnt know where it came from) called 'App_Web_bp2muayj' (each time I publish my site I get a different file there) when I try to open my site from HTTP I get the following error: "Could not load the assembly 'App_Web_bp2muayj'. Make sure that it is compiled before accessing the page" I tried deleting the file, and still got the same error. also tried to delete the ASP.net temp files and it didnt work. what should I do ? Thanks

    ASP.NET help csharp asp-net sysadmin question

  • adding web service from ftp
    M Maverickcool

    hi all i'm new to web services i've uploaded my web service files to a remote ftp in the add web reference window when I try to select my file I get in the 'web service found at this URL' the following message: 'Default credentials are not supported on an FTP request. Parameter name: value ' what does it means? what should I do? Thanks

    Web Development wcf question

  • adding web service from ftp
    M Maverickcool

    hi all i'm new to web services i've uploaded my web service files to a remote ftp in the add web reference window when I try to select my file I get in the 'web service found at this URL' the following message: 'Default credentials are not supported on an FTP request. Parameter name: value ' what does it means? what should I do? Thanks

    ASP.NET wcf question

  • Multiple DataAdapters
    M Maverickcool

    hi all I have a database with multiple tables I want to fill my DataSet. must I use DataAdapter for each table in my database ? is this the best way ?

    C# database question

  • datacolumn boxing
    M Maverickcool

    i'm using SQL 2005 but the boxing is not done by the SQL server it's done by the CLR

    Database question lounge

  • datacolumn boxing
    M Maverickcool

    hi I have a general question if I write row[0][0] = 5; does a boxing occurs ? should I write (from perfomance look ) row[0][0] = (object)5;

    Database question lounge

  • can I use '+=' in a datarow
    M Maverickcool

    Thanks Colin !

    Database help question

  • can I use '+=' in a datarow
    M Maverickcool

    hi I have datarow which contains an int column I want to increase the value by 1: (int)row[0][0] += 1 // the first column is an int field but when I do this I get an error: "The left-hand side of an assignment must be a variable, property or indexer" is there a way to do this?

    Database help question

  • XML with sql 2005
    M Maverickcool

    hi I have a simple XML file with few nodes in the file I store values for fields in my DB how can I send the file to my DB and update my tables ?

    C#

  • collect data about visitors from BHO
    M Maverickcool

    hi all I have a BHO program which tracks visitors on websites what is the best way to collect the data and send it to my database ? (cookies, AJAX, XML, other )

    C# question database xml

  • collect information about visitors with BHO
    M Maverickcool

    hi all I have a BHO program which tracks visitors on websites what is the best way to collect the data and send it to my database ? (cookies, AJAX, XML, other )

    COM question database xml

  • collect information about visitors with BHO
    M Maverickcool

    hi all I have a BHO program which tracks visitors on websites what is the best way to collect the data and send it to my database ? (cookies, AJAX, XML, other )

    Web Development question database xml

  • debugging BHO
    M Maverickcool

    what?

    Web Development csharp visual-studio com debugging tutorial

  • debug BHO
    M Maverickcool

    hi i'm having troubles debugging an BHO with IE7 and VS 2008 i'm using the BHO from http://www.codeproject.com/KB/cs/Attach\_BHO\_with\_C\_.aspx\[^\] the application is working fine for me I searched to how to debug BHO. this is what I found: "Set your IE home page set to about:blank . That way you can start up the browser as fast as possible and go where you need to. So, start up the first IE window. Then, from VS.NET use the Attach to Process item in the Debug menu to attach to iexplore.exe. Set breakpoints in your BHO. To break within the constructor, just open a second IE window." I did that but it didnt work for me it's just ignoring my breakpoints do you know otherway to debug? or maybe I'm missing something? thanks

    COM csharp visual-studio com debugging tutorial

  • debugging BHO
    M Maverickcool

    hi i'm having troubles debugging an BHO with IE7 and VS 2008 i'm using the BHO from http://www.codeproject.com/KB/cs/Attach\_BHO\_with\_C\_.aspx\[^\] the application is working fine for me I searched to how to debug BHO. this is what I found: "Set your IE home page set to about:blank . That way you can start up the browser as fast as possible and go where you need to. So, start up the first IE window. Then, from VS.NET use the Attach to Process item in the Debug menu to attach to iexplore.exe. Set breakpoints in your BHO. To break within the constructor, just open a second IE window." I did that but it didnt work for me it's just ignoring my breakpoints do you know otherway to debug? or maybe I'm missing something? thanks

    Web Development csharp visual-studio com debugging tutorial

  • debugging BHO
    M Maverickcool

    hi i'm having troubles debugging an BHO with IE7 and VS 2008 i'm using the BHO from http://www.codeproject.com/KB/cs/Attach_BHO_with_C_.aspx[^] the application is working fine for me I searched to how to debug BHO. this is what I found: "Set your IE home page set to about:blank . That way you can start up the browser as fast as possible and go where you need to. So, start up the first IE window. Then, from VS.NET use the Attach to Process item in the Debug menu to attach to iexplore.exe. Set breakpoints in your BHO. To break within the constructor, just open a second IE window." I did that but it didnt work for me it's just ignoring my breakpoints do you know otherway to debug? or maybe I'm missing something? thanks

    C# csharp visual-studio com debugging tutorial

  • Web analytic application
    M Maverickcool

    I want to crearte a web analytic application for my server using C# does someone knows how to do it? where can I find some examples? do you know what are the advantages/disadvantages to creating it using Java Script thanks for your help

    C# csharp java sysadmin tools help

  • addin to IE
    M Maverickcool

    I want to build a generic web analytic application using C# I want to do it by making an addin to IE (and using windows hooks to catch all the user's events) I tried to find some examples on how to build an addin to IE using C# but I didnt find anything can someone please point me to where I can find some examples to get me started? thanks

    C# csharp tutorial question
  • Login

  • Don't have an account? Register

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