Search

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

Matching Posts

  • File or FTP Explorer for Visual Studio 2005

    I'm looking for a plug-in (or something) for Visual Studio 2005 that allows me to to quickly browse around files on an FTP server and open them like I can with Web Matrix... I know I can do an Open Web Site and then specify an ftp server and directory and this is pretty much what I want except that my sites have thousands of files and the Getting Files operation takes forever and I find myself waiting for over a minute on a regular basis... I know I can just do an Open File... but that's
    Posted to Visual Studio 2005 (Forum) by oledave on 6/1/2007
    Filed under: Files FTP Visual Studio Plugin
  • Re: Advanced Datagrid Module by Efficion Consulting

    The current version should work on 4.3. There is a new version in the works but I have no idea when I'll actually have it ready for release.
    Posted to Custom Modules (Forum) by oledave on 6/21/2006
  • Re: Advanced Datagrid Module by Efficion Consulting

    chammock: What does Provider=SQLNCLI mean? Based on everything I've read, that's what you need to add to the ConnectionString for SQL 2005 for it to work with Oledb (see connectionstrings.com). I haven't tried it myself, please let me know if anyone gets this to work.
    Posted to Custom Modules (Forum) by oledave on 4/18/2006
  • Re: Advanced Datagrid Module by Efficion Consulting

    ravensensei: is it possible to hit a SQL db on another machine and display in the portal? I have a bunch of accountants who are interested in seeing reports in the portal from their Great Plains database. I'm assuming that if I can connect to the great plains db, it shouldn't be an issue, right? Is there a module that does complex sql? ie - select table1.col1, table1.col2, table2.col2, table2.col1 from table1, table2 where table1.col1 = table2.col2 etc? Can I do this with Advanced Datagrid? ps -
    Posted to Custom Modules (Forum) by oledave on 4/18/2006
  • Re: Advanced Datagrid Module by Efficion Consulting

    I believe this error occurs when using SQL Express or SQL 2005 as they require a different PROVIDER value in the connection string and right now the ADG prepends "PROVIDER=sqloledb;" to the connection string when none is provided... So, try specifying a connection string along the lines of: Provider=SQLNCLI;Server=Aron1;Database=pubs;UID=sa;PWD=asdasd; Let me know if that works.
    Posted to Custom Modules (Forum) by oledave on 4/14/2006
  • Re: Advanced Datagrid Module by Efficion Consulting

    I'm here, just don't know what to tell you... Looks like you've made changes as I can see you've got it in the PYC_DataGrid directory... That's not a message I've seen or that anyone else has reported.
    Posted to Custom Modules (Forum) by oledave on 4/11/2006
  • Re: Articles fails with DNN4 & SQL 2005

    Not sure why you're posting this to the What's New module thread but... Both Articles and Categories should work fine against DNN 4 and SQL 2005. I've tested both on multiple installs. I have received the above errors on various installs of other modules that should work fine. I'm not really sure what causes it and don't have time to do the research at this point. I'd recommend searching the forums and trying to find that error.
    Posted to Resources (Forum) by oledave on 4/9/2006
  • Re: Advanced Datagrid Module by Efficion Consulting

    just_for_forums wrote: I thought I could just create a 2003 project and link the dotnetnuke.dll. I added the .ascx.vb and .ascx files and then compiled. Not the way to do it. First, you cannot just rename a DLL in the bin directory. .Net loads and compiles all DLLs in the bin directory. Second, In both #Dev and VS, you need to make sure you have added a reference to a valid DotNetNuke.dll. In future releases, I will be including an obj directory which contains all referenced DLL to make it easier
    Posted to Custom Modules (Forum) by oledave on 3/17/2006
  • Re: What's New Module from Efficion (free)

    Yeah, that darn developer really needs to step up, what a jerk... oh wait... that's me... Sorry for my lack of response, somehow it seems all my e-mail subscriptions in the forums went away... and thus I've been living happily in quiet oblivion which works out well since I just had my first child 10 days ago. The proper solution would be to modify the WhatNew_GetNewStuff stored procedure to do some more joins to ModulePermissions based on ModuleID and then UserRoles based on UserID and then only
    Posted to Resources (Forum) by oledave on 3/16/2006
  • Re: Another one for the DNN agenda: persisting querystring parameters in DNN

    We've just run across this problem... in particular, we are noticing it with Print... has this been solved in later releases?
    Posted to DotNetNuke (Forum) by oledave on 1/30/2006
Page 1 of 56 (558 items) 1 2 3 4 5 Next > ... Last »