Search

You searched for the word(s): userid:878100

Matching Posts

  • Re: Problem to access Web.config from a class

    Yes it is that case. I tried your code, same error. I tried to : Dim rootWebConfig As Configuration rootWebConfig = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(HttpContext.Current.Server.MapPath("~\")) Error changed a little cause the path is now different : HttpException was unhandled by user code 'C:\Temp\micromanager-33873\MicroManager\' is not a valid virtual path That path is correct that makes me think the problem comes from permissions... I tried
    Posted to Configuration and Deployment (Forum) by 3KyNoX on 9/22/2009
  • Problem to access Web.config from a class

    Hello, i write this post cause i start to drinving crazy. I try to access my Web.config configuration file by using that lines of code : Dim rootWebConfig As Configuration rootWebConfig = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration("~/") but every time it returns that error : ConfigurationErrorsException was unhandled by user code An error occured loading a configuration file: failed to map the path '/'. Bacause i'm using windows seven, i tried to launch
    Posted to Configuration and Deployment (Forum) by 3KyNoX on 9/21/2009
  • Re: Problem to access Web.config from a class

    Exactly the same error at this line : Configuration config = WebConfigurationManager.OpenWebConfiguration(path); An error occured loading a configuration file: failed to map the path '/'.
    Posted to Configuration and Deployment (Forum) by 3KyNoX on 9/21/2009
  • Problem with ListView

    Hello, i got some problems with a listview. I try to put some images where i get imageUrl from database, here's my ListView control : <asp:ListView ID="ListView1" runat="server" GroupItemCount="5"> <LayoutTemplate> <table id="tbl1" runat="server"> <tr runat="server" id="groupPlaceholder"></tr> </table> </LayoutTemplate> <GroupTemplate> <tr runat="server" id="tr1">
    Posted to Data Presentation Controls (Forum) by 3KyNoX on 9/21/2009
  • Re: Problem to access Web.config from a class

    | <-- root level (solution.sln) |------>| MicroManager Directory (inside Web.config) | | ------->| App_Code (where is the class)
    Posted to Configuration and Deployment (Forum) by 3KyNoX on 9/21/2009
  • Re: Problem with ListView

    Hello again, mistake from me, it was because the code was not inside my UpdatePanel, thanks for help.
    Posted to Data Presentation Controls (Forum) by 3KyNoX on 9/21/2009
  • Re: About French ASP.Net Community

    I know many french developers who don't speak english and staying on poor french forums but it's true most of them speack english. i'm sure these persons will be happy to join an active community like here. My look about that is to touch as much peoples as possible. Why Microsoft make tutorials and translate some software features in french if we follow what you think ? Anyway, thanks for the answers and just know if u want to extend asp.net community to another languages (in particulary
    Posted to Feedback on this website (Forum) by 3KyNoX on 9/4/2009
  • Center picture after resizing it

    Hello, I will try to explain my problem as best as i can with some pictures to illustrate it. 1- I programmatically place an image on a medium (t-shirt for example) at a x and y position. 2- Still programmatically, I change the image size that remains in the same position, but, the image above and is not centered with respect to t-shirt. 3- I would like to refocus the image still programmatically by calculating differences inherent in this expansion / downsizing; whether if i expand image size for
    Posted to System.Drawing/GDI+ (Forum) by 3KyNoX on 8/25/2009
  • Re: Center picture after resizing it

    I do not need a zoom to display a part of a picture in another panel ...... i need to center a picture on another picture after resizing ....
    Posted to System.Drawing/GDI+ (Forum) by 3KyNoX on 8/25/2009
  • Re: Set OnClick Event with a string Parameter on LinkButton from ListView ItemDataBound (x_X)

    Thanks, and if more parameters to pass ? :) using another control like hiddenfield with commandname & commandargument on it maybe ?
    Posted to Web Forms (Forum) by 3KyNoX on 8/19/2009
Page 1 of 5 (43 items) 1 2 3 4 5 Next >