Categoria: Uncategorized

  • must read

    Coming Soon: Autonomous Nano Code Generators nano code generator generates a small fragment of code. For example, you might have a single generator that simply generates a conditional test. An autonomous, nano code generator would contain both the metacode for generating the desired output and the logic for deciding whether the code should be generated.…

  • Log4Net

    Using Apache’s log4net in ASP.NET 4 Tips for using Log4NET’s ADONetAppender in ASP.NET Using log4net

  • How do I setup Visual Studio .NET and Internet Explorer for client side debugging?

    Solution Perform the following steps to setup Visual Studio .NET (VS) and Internet Explorer (IE) for client side debugging: In IE select Tools, Internet Options, Advanced, and turn OFF the option Disable Script Debugging so that it is unchecked. Open the VS project that you wish to debug. Press F5 to begin debugging. Once the…

  • Crystal Reports

    como queria disponibilizar aspxs com acesso a objectos do crystal instalei o crystal server mas qualquer tentativa para imprimir ou exportar o relatório (que aparecia no browser) resultava num erro do tipo “Invalid export.dll” when exporting from a .NET application” Err Msg: “Invalid export.dll” when exporting from a .NET application Cannot print or export a…

  • crystal activex viewer

    Can you use the ActiveX viewer in an ASP.NET web application? No, the ActiveX viewer cannot be used in an ASP.NET web application. The ActiveX viewer is only available for ASP applications because of a supporting file called Rptserver.asp. The Rrptserver.asp file acts as a “bridge” to communicate between the client-side ActiveX viewer with the…

  • postback

    http://www.xefteri.com/articles/show.cfm?id=18 How postback works in ASP.NET http://msdn2.microsoft.com/library/ms178207(en-us,vs.80).aspx How to: Add Client Script Dynamically to ASP.NET Web Pages http://www.syncfusion.com/FAQ/aspnet/WEB_c15c.aspx client side scripting

  • Infragistics

    http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=7386 HOWTO:How do I deploy an ASP.NET application for NetAdvantage 2005

  • IPv6 Problem

    ID: P96686 – “Unable to connect to a Stateless/Statefree AppServer on Linux – Error Unspecified error … disconnecting client. (8091)” Cause(s): Progress is not ipv6 compliant and this configuration has not been certified ID: P8934 Title: “Only limited amount of agents can be started within the WebSpeed broker Cause(s): Database is running out or user…

  • Unix Progress Application Server Broker Configuration Problem

    Progress Solution ID: 20316 Cause(s): Mismatch between the data in the /etc/hosts file, the name returned by the hostname command, and/or the IP address returned by the ifconfig -a command. Progress Solution ID: P4709 Cause(s): User starting the AdminServer is missing several OS User Rights and Privileges Progress Solution ID: P22099 Cause(s): The Progress AdminServer…

  • Nant + asp.net

    http://www.codeproject.com/dotnet/LittlePrettyAutomatic.asp Some little utility tasks for NAnt http://www.c-sharpcorner.com/Code/2004/April/XSlTransformerMG.asp Transforming Visual Studio .NET Projects into NANT files using XSLT and .NET