Search

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

Matching Posts

  • Array serialization differences between WSDL and Proxy class

    I have been working on this problem for the last 8 days and have searched the web and lists extensively and have gotten enough information to pinpoint the problem - though not enough to suggest a solution. I am trying to consume a 3rd party web service in VS 2003 using VB. I have been able to create a web reference and point it to the WSDL. This automatically created my proxy class. Using SOAPscope I can see that the web service is working and accepting and returning the values I would expect. I
    Posted to XML Web Services (Forum) by mhile on 3/22/2006
  • Error when adding an email obfuscation assembly to a module

    I have created a working custom module. One of the things I wanted to do was to add email obfuscation. I found a dll (http://www.emailspoofer.net/default.aspx) that does just want I want and was able to get it to work in a simple web project. However, when I try to add it to my DNN module I get the dreaded error " MinMax persistance type of cookie requires a ModuleId" which means that the module would not load. The first error in the log is a security error pasted below. Does anyone have a suggestion
    Posted to Custom Modules (Forum) by mhile on 3/2/2006
  • How can I move Child portals to a new subdirectory and use a differen alias?

    Because we will have lots of child portals I want to place them in a separate subdirectory(s) rather than the main DNN directory where they are typically deployed. So instead of the typical format of DnnFolder\ ChildFolderA I want to use DnnFolder\ Children\ ChildFolderA I can do this successfully but when I call the child portal I need to use "DnnPortalName/Children/ChildPortalName" What I want to do is to call "DnnPortalName/ChildPortalName" Even when I add this second format as an alias on my
    Posted to Getting Started (Forum) by mhile on 1/13/2006
  • Re: DNN install error creating T-SQL User Defined Function - dropped '+'?

    That worked like a charm and NEVER would have occured to me. Thanks! I have done a bit of googling to try and figure out why this worked and understand that UTF-8 is lossless but have not been able to understand why ANSI caused my '+' to disappear. I checked other SQL script files and they seem to be in ANSI - What is going on in this case? Thanks, Matthew
    Posted to Custom Modules (Forum) by mhile on 1/9/2006
  • DNN install error creating T-SQL User Defined Function - dropped '+'?

    In my SqlDataProvider I have a procedure to create a SQL UDF. The function works correctly when I create it using the SQL Query Analyzer but not when DNN is trying to create it. I have stripped all of the complex stuff out of the function. This is the function that fails CREATE FUNCTION {databaseOwner}{objectQualifier}MIMH_DynamicSearchSplitCount ( @List nvarchar(2000), @SplitOn nvarchar(5) ) RETURNS int AS BEGIN DECLARE @RtnValue int SET @RtnValue = 0 SET @RtnValue = (@RtnValue + 1) Return @RtnValue
    Posted to Custom Modules (Forum) by mhile on 1/6/2006
  • Re: MinMax persistance type of cookie requires a ModuleId

    Thanks! You description is prettty clear and prompted me to learn more. I went to the web and read a few articles so now I have a much better understanding. Thanks for the nudge. Matthew
    Posted to DotNetNuke (Forum) by mhile on 12/22/2005
  • Re: MinMax persistance type of cookie requires a ModuleId

    Thanks for all of the help. I changed the name space. I had seen a variety of different examples and tried them all what finally worked for me was "MIMH.DNN.Modules.DynamicSearch" While I have a basic understanding of what a name space is I am not at all clear as to how one should be constructed. At any rate I now have one that works. I had been pulling my hair our for a couple of days over this. Thanks!!! Matthew
    Posted to DotNetNuke (Forum) by mhile on 12/21/2005
  • Re: MinMax persistance type of cookie requires a ModuleId

    I tried the suggested change but still end up with the error " MinMax persistance type of cookie requires a ModuleId" . I also looked at the Survey module which uses the same Actions.Add settings Actions.Add(GetNextActionID, Localization.GetString(Entities.Modules.Actions.ModuleActionType.AddContent, LocalResourceFile), Entities.Modules.Actions.ModuleActionType.AddContent, "", "", EditUrl(), False, Security.SecurityAccessLevel.Edit, True, False) And it works without producing this error. Any other
    Posted to DotNetNuke (Forum) by mhile on 12/21/2005
  • Re: eMail to deleted User from User Accounts

    Thanks. Sounds like an opportunity for the creation of a simple module.
    Posted to Core Framework (Forum) by mhile on 9/8/2005
  • eMail to deleted User from User Accounts

    As a user account is deleted I would like to automatically send them an email telling them that they have been removed from the system. This is done when someone wants to opt out of our portal system. The language editor has fields named EMAIL_USER_UNREGISTER_BODY.Text and EMAIL_USER_UNREGISTER_SUBJECT.Text but I can not figure out how they get sent. Any suggestions? Thanks, Matthew
    Posted to Core Framework (Forum) by mhile on 9/2/2005
Page 1 of 3 (28 items) 1 2 3 Next >