.NETGURU
ASPFriends.com 'aspngmigrate' list
Up to: Discussion Lists

  • RSS Syndication
  • Latest Discussions Archive
    Migrate ASP to ASP.NET (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Hello everybody, 20 I have a web application which users need be logged on the app. When i was using classical asp, i used a include that check a session variable that contains the name of the user and check if that user could be access the page. 20 If the variable was null the include redirect to a logon page, if the user can't be access the include show a msg to user telling the user can't be ac...
    Some Suggests (doubt with Session, cookies and post) (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngstart] to [aspngmigrate] by Let the good times roll bbilbro@hotmail.com Hello, i would like to ask you some suggests. I'm working in a site upsizing, and i'm migrating all asp pages to aspx pages, but i have some doubts and if you could suggest some tips for me i will be so happy. 1º doubt: how i need to do about the includes, before i was using a lot of includes, what do you sugg...
    migrating from powerbuilder (3 replies)
    ASPFriends.com 'aspngmigrate' list
    Hi, I have my client who is looking for migrating there existing Powerbuilder components in to dot net components. Can any one help me in this regard I need to resolve my problems, I have two option the one is source code migration and other idea is to interoperate with the existing Powerbuilder components (PBD files or the EXE files) Any sort of help will be gratefull to me.. Shail
    COM + (5 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngclient] to [aspngmigrate] by Clint Barton hawkeye@aspelite.com Hi All, I am tring to use the Com and make my pages transactional and everything work just fine but my application begin to be unstable and too many errors related to transation appears i am using the below steps to configure my application............. anyone face the above problem...............please help Use the fo...
    What data structure/objects to usde (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Copied from [aspngarchitecture] to [aspngmigrate] by Tony Stark IronMan@aspelite.com The problem: I have a VB 6.0/ASP app that I'd like to convert to .Net. The app essentially pulls and combines event data from several sources. The resulting data is sortable by time order and can be filtered by date and or time. Currently it uses a database table and SQL to collect, sort and filter the events. Whe...
    ADO Com interop question (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngfreeforall] to [aspngmigrate] by Cain Marco juggernaut@aspelite.com I tried to find a list more specific to ADO Com Interop questions but couldn't see one. Please point me to the correct list, unless this can be answered here. I am getting the following exception message: Could not find installable ISAM. This happens when I attempt to open an ADODB.Connection object. Does anyone k...
    C# COM (4 replies)
    ASPFriends.com 'aspngmigrate' list
    Somebody knows of any book that explain the COM technology with C# code and examples? I have to do a COM with C# and call it from ASP 3.0 .. I am newbie at COM developing..Tips, links, books? Thanks, Lucas Lodeiro Teletec Soluciones S.A. Tel: 54 (11) 4554 4666 Cel: 54 (11) 155007 6026 http://www.teletec.com.ar http://www.teletec.com.ar
    COM+ Moniker (4 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngvs] to [aspngmigrate] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hello list, I have a COM Component that I want to use on my ASP.NET page. so I call: " MyComponent.IQComponent iQC (MyComponent.IQComponent)Marshal.BindToMoniker("queue:/new:MyComponent.MyCla ss"); iQC.NewMethod("Hello"); " This works great on a windows application. I can see it come through fully. But on my ...
    Using ascx Files inside of "Classic" ASP forms (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngfreeforall] to [aspngmigrate] by Marcie Jones marciejones@yahoo.com Hi all, I'm in the midst of a giant conversion of asp pages to .NET pages, and I was wondering If there is anyway to include an ASCX page inside of a .asp page I have a header control, that I would like to put on my old .asp pages, to help with the transition (The header control has a lot of functionality in it, I...
    COM Equiv. (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngfreeforall] to [aspngmigrate] by Charles M. Carroll charlesmarkcarroll@yahoo.com hi all, Does anyone know of a list where I can see how the .NET types map over to the COM world? For instance, what does the StringBuilder map to in VB or C , or the string, or the ArrayList()? Thanks, dave
    How to forcefulley used garbage collector to reclaim the memory (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Hi There I am working on generationg Word document by .net application, i encounter one problem. I am using Word.DLL for changin the word document programatically. But my problem is that even i make the word instance equal to nothing then also it keeps .net keeps the instance in the memory. I suppose it is because the garbage collector will work only when there is short of memory. Can i anyhow for...
    NOT ANSWERED BEFORE: COM object performance (3 replies)
    ASPFriends.com 'aspngmigrate' list
    (I sent this 2 1/2 hours ago and have not yet received a response, and am escalating it according to http://www.aspfriends.com/aspfriends/aspngescalate.asp?tab rules) I have a reporting DLL written in Visual Basic (STA threading) that uses Data Dynamics' ActiveReports component. Here's how I'm using it in my ASP.NET app, from lowest layer to highest: ActiveReports DLL My VB COM DLL that instantiat...
    run asp file in dot net (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Hi all i have asp file (vb script) which i want to use in dot net. Is there is any way for it? thanks Aniruddha Shinde TCS Mangaldas Road 20 Pune 1 020 6122809 430/451 NextPart 000 035B 01C1DB76.E3D75B10
    post variables from asp to aspx (4 replies)
    ASPFriends.com 'aspngmigrate' list
    Hi experts Is it possible to post the variables from asp page(residing on one site) to aspx (residing on other site)? Thanks Aniruddha Shinde TCS Mangaldas Road 20 Pune 1 020 6122809 430/451 NextPart 000 03FE 01C1D1DF.F9A5F640
    Deploying COM Wrapper (3 replies)
    ASPFriends.com 'aspngmigrate' list
    Hi all, I am working on creating a com wrapper for a .net class library. I have generated a strong name key file for my .Net class and added it to my assemblyInfo.vb file. I was wondering when I deploy this dll, do I need to copy the strong name key file over to my production and do the same steps like adding it to the global assembly cache? Jasmine
    Directory Tree Walking in ASP.Net (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Copied from [aspngfreeforall] to [aspngmigrate] by James Avery javery@deluxeeng.com Hi! 20 I would like to create a program for myself (unless there is already one written) that will walk down a directory tree on a server or client machine and open older ASP files and then perform some actions to convert them to ASPX files. 20 Has anyone seen any example programs of using ASP.Net to walk down a di...
    Using Classic ASP and ASP.Net together (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Have there been any articles written on using Classic ASP and ASP.Net together. Example, if you have a large ASP application and you want to write new modules in .Net, how you should go about this. (or should I say the best way of going about it)
    Error when acccessing UDT (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Hello All, I am using a VB 6.0 method in my .NET web service. That method returns a VB6 UDT (User Defined Type). When I run that method from the .NET Webservice I am getting this error. "Not enough storage is available to complete this operation." Is this related to the size of the UDT ? or some other reason is there. (like interoperability issues). Thanks a lot. Alwin MSN Photos is the easiest wa...
    ADO Error when trying to run Webservice (5 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngwebservices] to [aspngmigrate] by Michiel van Otegem michiel lists@aspnl.com Hello All, I am developing a web service to expose all our Online Repair functionality. A function calls a method in a COM component and the COM component returns back a recordset. (ADODB recordset). This method is working fine in my development machine. But when I try to run this method of the webservice...
    Session Variables in Global.asax not seen in .asp pages (5 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Hello, This is the first application I've built with the .net framework. I'm pretty experienced in .asp but I've ran into a problem in the .net environment. I have a combination of .asp & .aspx pages, as I'm more familiar with .asp. I need to use session variables throughout the project but my Session Variables in my Global.asax project are not seen in .asp pages. I've tried creating a Global.asa ...
    Visual Basic Upgrade Wizard (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngfreeforall] to [aspngmigrate] by Marcie Jones marciejones@yahoo.com I have an existing VB 6.0 COM dll that I'd like to upgrade to .NET. I've seen the Wizard do stuff like data typing and syntax changes. I would imagine, the main issue might be the conversion from ADO to ADO.Net. I realize this is optional but I would want to attempt it. What are the main issues with respect to con...
    COM+ and .net (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngvs] to [aspngmigrate] by Marcie Jones marciejones@yahoo.com I'm looking for a good reference/how to on using old VB6 Com components with asp.net; either in Web or Print form. I have looked at Microsoft's stuff (msdn) and it seems too nonspecific. Ideally I would be looking for a step by step how to with code examples in C#. Thanks for your help, george
    COM Interop and Variant Return Type (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngfreeforall] to [aspngmigrate] by Charles M. Carroll charlesmarkcarroll@yahoo.com Does anyone know what the expected type should be when a COM object returns a variant (byte array)? I might add that this is using the release version of the Framework (and VS.NET, if that matters). Here's my situation. I have a VB6 COM object which generates a report, exports that report to PDF as a ...
    SV: Re: Calculating dates in .Net (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    I keep getting errors saying 'Integer' cannot be converted to 'Date' Regards/H E4lsningar Andr E9 Colbi F6rnsen 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D Sonnenburg Communications Bergsgatan 3, SE 211 54 Malm F6 Sweden Tel.: 46 (0)40 97 78 80 Fax.: 46 (0)40 97 78 80 Mob.: 46 (0)708 97 78 79 Mail: colbiornsen@sonnenburg.se Web.: www.sonnenburg.s...
    Problem with COM interop (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Hi all, I am writing a .NET assembly to serve as a scriptable ( from ASP) COM server. This assembly (called Bridge.dll), will bridge the gap between the types that ASP can 20 comfortable deal with, allowing the assembly containing the real meat of the work 20 (called Real.dll) to express its interface in .NET types. The code for Bridge.dll and 20 Real.dll are in the same VS.NET (RTM Enterprise Arc...
    Calculating dates in .Net (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngfreeforall] to [aspngmigrate] by Marcie Jones marciejones@yahoo.com In asp.classic I could calculate a date like this: Dim made Made 3D rstemp.fields("changed") IF month(now() made) 18 THEN IF month(now) month(made) THEN RESPONSE.write " font color 3D'red' " & formatdatetime(made, vbshortdate) & " br br b OBS! /b " RESPONSE.write GetText(aryElementText, "prodtab item18") & " /font...
    How to 'Dispose' a RCW? (3 replies)
    ASPFriends.com 'aspngmigrate' list
    Copied from [aspngfreeforall] to [aspngmigrate] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi, Does anybody know if there is a way to force or postpone "hurry" the garbage collection of runtime callable wrappers for unmanaged COM components? Anders Vikstr F6m SW Engineering, BANQIT AB http://www.banqit.com mailto:anders.vikstrom@banqit.com Phone: 46 8 7594737
    Urgent ! InteropServices.COMException error (3 replies)
    ASPFriends.com 'aspngmigrate' list
    Hi, I'm using VB.Net Released version. I like to call a VB6 COM from a Web Application. I've Added Reference to my application. However, when it's trying to call a function in VB6 COM, it will give me the following error System.Runtime.InteropServices.COMException: Object variable or With block variable not set What does this mean? I've tried tlbimp but it i still get the same error message Pls ad...
    does aspcompat still maintain .net session and application state? (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    I know that aspcompat true makes your .net page backwards compatible with classic asp.. but does having this on your page make session and application state in your .net application inaccessible? Greg
    What to do with my old components? (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Copied from [aspngfreeforall] to [aspngmigrate] by Charles M. Carroll charlesmarkcarroll@yahoo.com I am converting a rather large application from asp.classic to asp.net. Now, I have been using quite a few components with this application (SA Fileup, AspJpeg for rescaling and thumbnail/lowres generation of uploaded images, a Javabased Zip Component and a component called TCPIP.DNS there may be mor...
    Ideas on how to convert this code from Classic ASP to ASP.NET? (3 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    I am getting into programming with the new ASP web controls etc. I have a piece of code (used in a threaded discussion list) which is classic ASP looks like this (Pseudo code): do while not RS.EOF response.write getIndent(rs.fields("IndentLevel") & rs.fields("Subject") etc etc rs.movenext loop function getIndent(IndentLevel) dim i, indentStr i 0 do while i IndentLevel indentStr indentStr & "..." i...
    Best Practices/Mixing ASP/ASP.NET (6 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngfreeforall] to [aspngmigrate] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hey all, My manager just told me that he doesn't think mixing ASP and ASP.NET is a good idea "it just seems inherently flawed..." The only reason I need to do this is because ChartFX has not released their .NET charting controls (and said manager doesn't want me to spend time developing my own w/ Syst...
    asp.net page directive (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngstart] to [aspngmigrate] by Charles M. Carroll darthcarroll@asplists.com i have an aspx which uses a managed com component, do i need to include the following line at the top of the page so that it utilizes com functionality (eg. distributed transaction support, etc.) %@ Page Transaction "Required" % or it works without it. mike Do You Yahoo!? Send FREE video emails in Yahoo! Mail...
    My portal about .NET (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngcommunity] to [aspngmigrate] by Charles M. Carroll darthcarroll@asplists.com Hello, I'm building a portal about .NET without .NET technology. (www.dotnet4all.com) At this moment my webserver is to slow to use .NET on it. The reason for this is that I've build a Content Management Server in VBA which costed me for about 2000 hours of work the last 2 years. You can imagine that I do...
    GetRows arrays in VB.NET (4 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    I'm taking an incremental approach to migrating an ASP app to ASP.NET, still using classic ADO in my ASP.NET pages for now. My VBScript ASP code creates a variable myArray (with the code "Dim myArray() As String"), opens a recordset, then returns Recordset.GetRows into myArray. After converting the page to VB.NET, this works fine without Option Strict, but when I turn it on, I get this: Compiler E...
    NOT ANSWERED YET: Custom COM wrapper? (9 replies)
    ASPFriends.com 'aspngmigrate' list
    Greetings, I have a blackbox legacy COM object that just so happens to return some user defined objects as opposed to base types likes strings and ints. Tlbimp understandably has difficulty with these types and defaults them to Object. Here's a snapshot of such a class. It's "REXServiceRequestQuery", which is a collection class of "REXServiceRequest": http://www.warplanner.com/files/ildasm.gif Thi...
    Sharing ASP 3.0 code with .NET (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    We have a client who has a site built in ASP 3.0. We would like to build newer pages in .NET but would like to use the application variable data that is in the global.asa file on the ASP 3.0 code this contains a lot of cached database data and there are administration pages for updating this quasi static data as well. Clearly we could reload all the application variable data in global.asax, but th...
    Can't use recursion with unmanaged components? (2 replies)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngreuse] to [aspngmigrate] by darthcarroll@asplists.com Hi, I wonder if somebody else has stumbled upon this problem: 20 I've got C COM object with a property that is a collection of other objects of the same type: item.items In my .NET application I recurs through this tree structure. Going out to the first leaf everything works fine. When the recursion turns back to the root I get...
    .NET Components to COM (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspngdata] to [aspngmigrate] by darthcarroll@aspfriends.com Does anyone know how I would make a .NET Component into a COM component? Also, do .NET component support transactions and object pooling? Elvie Bryant Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag
    VS.NET Interop Problems (2 replies)
    ASPFriends.com 'aspngmigrate' list
    This message, which was originally sent to "aspngvs", has been copied to "aspngmigrate" mailing list by the List Master This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. NextPart 001 01C12BE9.61E69400 Content Type: text/plain Has anyone wrapped a COM object that internally used ASP calls like Response.Write? My C...
    legacy com objects (2 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    Moved from [aspnotnewbie] to [aspngmigrate] by darthcarroll@asplists.com Hi all, 20 20 Forgive me if this has already been answered. I'm referencing a legacy component in VS.NET and use it to run ASPX code under IIS. From time to time the component gets updated with new members and methods but my assembly does not reflect those changes if I replace the old DLL. In fact VS.NET shows an error on the...
    after migration VB object returns this error (2 replies)
    ASPFriends.com 'aspngmigrate' list
    After migration from asp to asp.net after attempting to instantiate a VB component I get this error... this is without any code alteration however (do I need to enable the backwards compatible asp support?) The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed. Please try the following: * Click the Refresh button, or try again later. * Ope...
    Moving from ASP 3 to ASP.net (2 replies)
    ASPFriends.com 'aspngmigrate' list
    I have a rather large site (900 items) with about 200 different asp pages. These pages use includes for common items such as headers footers and a footer menu. Does visual studio have a good mechanism for moving from such a setup to a .net type setup? I'm interested in developing the new parts of the site in c# and upgrading the old VBScript and Jscript as I have the time. Are classes the best way...
    Using VB6 COM+ components from ASPnet beta2 (2 replies)
    ASPFriends.com 'aspngmigrate' list
    This message, which was originally sent to "aspngarchitecture", has been moved to "aspngmigrate" mailing list by the List Master I have a lot of components developed using VB6 sp4 running under COM services of Windows 2000 sp2 wich I don't plan to transalate to VB.net or C# in the short/medium term, when v1 is out i will re evaluate this decision.... I have *another* box with Windows 2000 sp2 runn...
    tlbimp creating incorrect assembly (2 replies)
    ASPFriends.com 'aspngmigrate' list
    This message, which was originally sent to "aspngconfig", has been moved to "aspngmigrate" mailing list by the List Master I'm using tlbimp.exe to create an assembly dll from a 3rd party COM object. The import works fine with two exceptions: 1) One of the methods takes an optional parameter. After conversion, .NET shows it as a required parameter. 2) One of the methods returns an instance of anoth...
    How to convert OCX Contols in VB6 to VB.Net (3 replies)
    ASPFriends.com 'aspngmigrate' list
    This message, which was originally sent to "aspng", has been moved to "aspngmigrate" mailing list by the List Master Hi, In VB6, we can create an ocx control and embed it in HTML using object tag by providing the class id for the ocx. How can we do the same in .Net? Thanks and Regards, Nittu Thomas
    from .asp to .aspx (4 replies, VIP)
    ASPFriends.com 'aspngmigrate' list
    This message, which was originally sent to "aspngbeta", has been moved to "aspngmigrate" mailing list by the List Master Hi List! a collegue here asked me about "renaming all the asp pages of an application from asp to aspx" : Will the asp application work ? If yes, will this app get some benefit of the .net framework ? thanks, Rolando
    Visit the archive for messages from this site.
  • May 2001 (3 items)
  • July 2001 (1 item)
  • August 2001 (2 items)
  • October 2001 (4 items)
  • November 2001 (2 items)
  • December 2001 (1 item)
  • January 2002 (6 items)
  • February 2002 (8 items)
  • March 2002 (7 items)
  • April 2002 (5 items)
  • May 2002 (1 item)
  • June 2002 (3 items)
  • July 2002 (2 items)
  • August 2002 (2 items)
    Ad


    Need Dot Net Interview Questions?
    Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
    .Net Projects
    Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
    Free .net Help
    Commission ExamGuru, Inc. and his team for your next bespoke software project
    FogBUGZ
    The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
    Awesome Tools
    If you don't know about these, you're missing out... IT Certification Questions
    IT Interview Questions
    Free Oracle 10g Training
    MCSE Boortcamp
    Cisco Study Guides
    Cheap Study Guides
    Exact Questions
    Dot Net Interview Questions
    Oracle OCP
    Cheap Travel
    Designer Perfumes - Wholesale Prices
    Free Programming Tutorials
     
    ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
     Copyright © ExamGuru, Inc. 2001-2006
    Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification