Search

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

Matching Posts

  • Re: Authenctication to Report Builder

    By default, the reporting services will use NT authentication. You should be able to use the NT administrator account to login.
    Posted to SQL Server Reporting Services (Forum) by mcsenow on 5/22/2007
  • Re: Reporting Services On Web Server not on SQL Server

    Yes you can run reporting services on the webserver separated from the database server. Think of the Reporting Services as an ASP.NET application.
    Posted to SQL Server Reporting Services (Forum) by mcsenow on 5/22/2007
  • Re: Web Develoyment Project - it is not working ....

    Open source DNN is distributed using the WSP model and it is based on .NET 2 for the most recent release DNN verion 4.3.4. The WSP is great for developing new module. Module is setup as folder within DNN WSP. The problem is that developers can not distribute the module as DLL because there is no way to compile folders as unqiue DLL names using Web Deployment Project. This would be a common task but the new VS 2005 does not support it. Without a reliable way to compile module to unique DLL names,
    Posted to VS Web Deployment Projects (Forum) by mcsenow on 8/25/2006
  • Web Develoyment Project - it is not working ....

    The WDP is a terrible, quick fix release. It does not work. An example is that you can not use it to build the assembly DLL by folder for the popular open source DotNetNuke. I have reported this problem for a while but there is no fix. The persistence error " aspnet_merge.exe exited with code 1 " continues to show and the response from the MS camp is the duplication of class name even the class name is defined in class files that have different name spaces. What's a dump architecture.
    Posted to VS Web Deployment Projects (Forum) by mcsenow on 8/22/2006
  • Re: Error: aspnet_merge.exe exited with code 1

    This error has been reported for so long and there is no fix for it. Many developers piss at the new build model in .NET 2 because it does not allow to build and distribute the code as an DLL as using Web Site Project. Do we suppose to distribute opensource?
    Posted to VS Web Deployment Projects (Forum) by mcsenow on 8/22/2006
  • Re: Support for Web Application Projects

    Sound like WAP is a quick fix. Look like Microsof missing the boat for not supporting WAP when VS2005 first released. This causes a lot of pains for developers who used VS2003/Project extensively. Now that WAP addon is released but it is not easy to used and does not work. And Bill Gate is leaving Microsoft...
  • Re: reporting module

    You can try the Reporting Services module PA at http://opensource.indyneinc.com/home/Products/ReportXP/HowtoObtain/tabid/81/Default.aspx . The download is available to Registered users.
    Posted to DotNetNuke (Forum) by mcsenow on 6/26/2006
  • Re: Scheduler

    Have you looked at the docs that come with DNN? There is one related to scheduling.
    Posted to Custom Modules (Forum) by mcsenow on 1/30/2006
  • Re: External User Repository Integration

    We implemeted a single-sign-on custom module to allow DNN to use an external authentication db. The source code for this modue is posted at http://opensource.indyneinc.com/home/DevX/Articles/SingleSignOnforDotNetNuke3/tabid/99/Default.aspx As users sign in, the user data are sync in realtime. For example, if the account is in external authentication db but not in DNN, the account is then created in DNN if the user pass the authentication step. The module has an interface (in the Module Editting screen
    Posted to DotNetNuke (Forum) by mcsenow on 1/29/2006
  • Re: Fillobject - Record must exit?

    How about do a count of the records in your store proc (ex. select count(*) as recordcount from table xyz) Then use SQLHelper.ExecuteScalar method to get the recordcount value. This way, you can avoid return lot of data if your table has lot of records.
    Posted to Custom Modules (Forum) by mcsenow on 1/24/2006
Page 1 of 22 (218 items) 1 2 3 4 5 Next > ... Last »