| Visual Studio 7 Beta 2 crashes at startup (4 replies) |
| ASPFriends.com 'aspngstart' list |
| I have now installed VS 7 Beta 2 three times from the DVD, one time with complete re install of Windows 2000 Advanced Server. Everytime I start it up, it goes to update the dynamic help system, displays a dialog box to say it's updating, then crashes. The debug messages is that a memory location couldn't be read. Any idea? Wolfgang |
|
| classic asp classes, XML,XSL and XSD (2 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Hi all, I just started with ASP...I have a problem here.. I am busy building a stock application. I have make "classic" ASP Classes. Now I'm wondering how to link these classes with interfaces using XML,XSL,XSD...any one any idea thnx already PS:sorry if i posted this to the wrong forum... Joe |
|
| Permission denied (2 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Hi, I've got a form which on submission sends an email using CDONTS. This page worked fine on the development machine, but now its gone live i get this error: ERROR MESSAGE Microsoft VBScript runtime error '800a0046' Permission denied /Tech.Support.RFI/default.asp, line 79 Please help. Best Regards, Robert Sindall Sardius Limited http://www.Sardius.com/ Tel: 44 (0)1242 521133 Fax: 44 (0)1242 52112... |
|
| ADSI (2 replies) |
| ASPFriends.com 'aspngstart' list |
| Hi, Is it possible to set a new password to a user without supplying the old one ? current code: 'Set New Password OldPassword "help" NewPassword tempPASS On Error Resume Next Set oUser GetObject("WinNT://" & Domain & "/" & Username & "") oUser.ChangePassword "" & OldPassword & "", "" & NewPassword & "" oUser.SetInfo Set oUser Nothing If (err.number 0) Then response.write "Set New Password: It Fai... |
|
| debug info (3 replies) |
| ASPFriends.com 'aspngstart' list |
| Hi, we have just installed iis 5 but are still running our .asp files from iis 4. The trouble we are having is that no debugging information is being sent to the client. Instead a 500 error is raised. This is making it very difficult to debug our apps as we have no interpretor errors to run on. Turning client side debugging on does not make a difference. Any ideas on how to get my app error messag... |
|
| beta 2 vs. beta 2 Premium (12 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Moved from [aspngvs] to [aspngstart] by Charles M. Carroll darthcarroll@asplists.com 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 01C19544.37D5FC90 Content Type: text/plain; charset "iso 8859 1" Are there any differences in behavior between the standard and Premium versions of the framework. I w... |
|
| Caching (2 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Hello all, I posted this to the caching list, but nothing came out of that list so here goes... I have an XML file that is used as a template to derive other XML files from. So, the process starts by loading an XML file into an XMLDocument, making some changes, and then persisting to another file on hard disk. My question is how might I go about using caching to increase the performance of loading... |
|
| ActiveX equivalent in .Net (2 replies) |
| ASPFriends.com 'aspngstart' list |
| Moved from [aspngvs] to [aspngstart] by Charles M. Carroll darthcarroll@asplists.com Hello, Is there any equivalent to ActiveX controls (I'm talking about client side .ocxs that run the in browser, not .dlls) in .Net? I would like to bring richer functionality to a website that html doesn't provide and don't want to use java if .Net can do something. thanks, Ely |
|
| forms-based authentication trouble... (5 replies) |
| ASPFriends.com 'aspngstart' list |
| I'm trying to implement forms based authentication. I get no errors (and the login page and it's validation seem to work) when I leave out the authentication tags (and everything inb/w) in the web.config file below. But when I include the tags as is below I get : Server Error in '/' Application. Runtime Error..... .... (seemingly a generic error for trouble in the web.config file.) here's my web.c... |
|
| Best site for learning ASP.Net (10 replies) |
| ASPFriends.com 'aspngstart' list |
| What are the minimum system requirements needed to deploy a Windows Forms (pure : no web refernces etc.) executable on Win 2K Pro and Win 2K Server. |
|
| Help needed on OO Framework design (2 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| 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 01C1982C.8165CD00 Content Type: text/plain NextPart 001 01C1982C.8165CD00 Content Type: text/html !DOCTYPE HTML PUBLIC " //W3C//DTD HTML 3.2//EN" HTML HEAD META HTTP EQUIV "Content Type" CONTENT "text/html; charset us ascii" META NAME "Generator" CONT... |
|
| Common Error? (4 replies) |
| ASPFriends.com 'aspngstart' list |
| Any ideas what causes this error: "File or assembly name System.Web, or one of its dependencies, was not found." Thanks! |
|
| Advice on web site (4 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Hello, I am a beginner on ASP.NET I am trying to build a web site that is a bit based upon the idea on iBuySpy Portal. The users are poor technically and so they should have the capability to edit and manage the web site content. Do you think that the iBuySpy portal framework is sufficient to me to achieve this or is there some other resources on the web that I can study/learn from? Thanks, Kannan... |
|
| Messenger Help (3 replies) |
| ASPFriends.com 'aspngstart' list |
| Hi All, I'm trying to use MSN Messenger API's from Visual Basic. There was no documentation available when I searched the net. Can anyone help me with documentation URLs or Sample code? Regards, Sreeram. |
|
| access host's controls from user control? (4 replies) |
| ASPFriends.com 'aspngstart' list |
| in whatever.aspx I'm using some user controls usercontrol1.ascx within usercontrol1.ascx, how can I access other server controls in whatever.aspx? Any simple examples of syntax etc...?? any help would be greatly appreciated. Thanks, Arthur Gaisin agaisi1@gl.umbc.edu |
|
| need cachedependency help (3 replies) |
| ASPFriends.com 'aspngstart' list |
| hi all i am eagarlly waitng some response for my previous posting.please help me.. thanks siri Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |
|
| GAC vs Bin (2 replies) |
| ASPFriends.com 'aspngstart' list |
| Which is the (a)best (b)preferred method to install your .net dll's onto production servers. I would have thought that a bin directory drop was best, but after further review it would appear to take advantage of versioning, then one must use the GAC and strong naming? Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
| new to .NET help (3 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Moved from [aspngsec] to [aspngstart] by Charles M. Carroll darthcarroll@asplists.com 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. InterScan NT MIME Boundary Content Type: multipart/alternative; boundary " NextPart 001 01C19A57.B9B66A60" NextPart 001 01C19A57.B9B66A60 Content Type: text/plain Hello Friends, ... |
|
| asp:table question (3 replies) |
| ASPFriends.com 'aspngstart' list |
| Hi all, I wonder if it s possible to delete Rows from an asp:table dynamicallly like the way you can add them ? any ideas like this in similar types of control ? all answers appreciated TIA Ulf Ekberg SchlumbergerSema, Infodata/WebTec Box 50504 202 50 Malmö Tel: 46 (0)40 693 35 56 ,Cell : 0708 513556 ,Fax 46 (0)40 693 36 00 Email : ulf.ekberg@sema.se |
|
| View State and Farming (5 replies) |
| ASPFriends.com 'aspngstart' list |
| I assume that viewstate would be unusable in a web farm due to the encryption. But as we all know what ass u me means, does anyone have experience using viewstate in a webfarm? Can the encryption be set so that regardless of server, all servers know the decryption key? Or is there one decryption key on all IIS servers (would seem to be a security risk)? Thanks Bob D http://www.nakedvariables.com D... |
|
| PDF in an IE Frame dos not scroll (panning) properly (2 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Hi everybody, My problem (using IE 5 or 6 with Acrobat reader 4 or 5) I use the code bellow to open a pdf file in the "principal" frame. (activation is comming from user who click on a link on the "sommaire" frame) On small screens, scroll bars appear. Vertical scroll is OK, but horizotal scroll (panning) get a junk frame screen where the left part is repeated 2 time (or something like that). Coul... |
|
| Context.Items collection? (2 replies) |
| ASPFriends.com 'aspngstart' list |
| I've not been able to find much info about this collection, but I've seen it used a couple of places similar to the way the session object would be used, and I wonder what the differences and pros/cons are??? Anybody?? Thx, Arthur Gaisin |
|
| JDK-like documentation for .Net Framework? (6 replies) |
| ASPFriends.com 'aspngstart' list |
| I've always loved the documentation for java api's take a look here to see what I mean: http://java.sun.com/j2se/1.3/docs/api/index.html There's a tree (hierarchical) view of all the classes. There's an index of all the classes and methods etc... You can find documentation and get quick understanding and context very very quickly and easily. Anyone know where I can find similar documenation for .n... |
|
| What's wrong (3 replies) |
| ASPFriends.com 'aspngstart' list |
| IF Request.Cookies("marknad").Value 3D Nothing OR Request.Cookies("sprak").Value 3D Nothing THEN Whats wrong with this, I keep getting this error: 20 'Value null was found where an instance of an object was required. ' I have tried every damn way of writing this. It worked fine in regular ASP. 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... |
|
| SV: RE: What's wrong (2 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Thank you Alex, The fact that I was using the property call .value screwed it up. It seems to me that different syntaxes work as well. I tested these: 1. If Request.Cookies("marknad") Is Nothing OrElse Request.Cookies("sprak") Is Nothing Then 2. If IsNothing(Request.Cookies("marknad")) OrELse IsNothing(Request.Cookies("sprak")) Then 3. If IsNothing(Request.Cookies("marknad")) Or IsNothing(Request.... |
|