Home All Groups Group Topic Archive Search About

General .NET discussion

microsoft.public.dotnet.general
Score Smart Client vs. asp.net
Tina - 22 Apr 2006 9:28 PM - 4 messages
I have been developing ASP.Net apps for over three years now.  I've only done a couple of forms apps in .Net back when I was first learning .Net. (I've done lots of forms apps in Delphi before .Net)  I recall reading at ...
Score anybody know how to create live.com add page control in asp.net -
Andrew - 22 Apr 2006 6:26 PM - 4 messages
I've been trying to figure out how to give end users a the ability to add pages and name them - so they can organize their own portal as in yahoo.com or live.com. I want to include it on a master page as well. Have tried many ...
Score Access to driver memory using C#
Martin - 22 Apr 2006 6:09 PM - 2 messages
Hello, I haven't found any answer on this - if it is possible or not. I have a PCI card with a memory on it. I have also a driver (written in C++) that maps the memory from the card to user mode - I need very fast ...
Score Windows Service
Stuart Nathan - 22 Apr 2006 5:03 PM - 2 messages
I am new to these newsgroups, and wish to ask a question on running Windows Service. Which newsgroup should this be addressed to? ...
Score How to pass variables fromASP.NET to ASP ?
jpm - 22 Apr 2006 4:50 PM - 5 messages
hi, ...
Score Problem with return value.
Rudy - 22 Apr 2006 3:10 AM - 8 messages
Hello All! I have a value in a textbox(txbTableIDm.Text ) that I would like to use in a paremiter in a SP I wrote, and then have the select statement work off that parememter, retireive a diffrent value in another(txbCredits) texbox. Heres ...
Score XML from web
melton9 - 22 Apr 2006 2:26 AM - 2 messages
I'm a bit of a beginner with .net.  I have an internet address that when you visit it is only XML.  Is there an easy way to access this and put it into a datagrid?  Many thanks. ...
Score Visual Studio 2005 Winforms App on .Net 1.1
Mike - 22 Apr 2006 12:23 AM - 5 messages
I recently compiled on VS 2005 a plain-vanilla Winforms application originally written on VS 2003.  This was out of curiosity due to a bug I was unable to resolve. The bug went away.   My organization does not ...
Score FileSystemWatcher does not seem to be working
Nathan Sokalski - 21 Apr 2006 11:15 PM - 4 messages
I have a directory on my site that I keep a bunch of text files in (this directory is "/poetry/poems/"). The Application keeps the first line of each of these files in an HttpApplicationState variable as a SortedList. When I ...
Score ADO.NET 2.0 vs ADO.NET 1.1
RichG - 21 Apr 2006 10:17 PM - 2 messages
I have .NET 2003 installed on my computer and have finally decided to buy an ADO.NET book.  But the book they had is ADO.NET 2.0 Step by Step (I realized when I got it home). Questions: ...
Score Launching the Scheduled Task Wizard programmatically
Eric - 21 Apr 2006 8:45 PM - 3 messages
Is there a way for my .Net application to lauch the Windows Scheduled Task Wizard? I know there are the ITask APIs to create tasks directly. But is there a way for my application to launch the Wizard itself so that the user ...
Score Help to install latest .Net software
sumana - 21 Apr 2006 7:21 PM - 6 messages
Hi, I am new the the world of .Net. I want to install the latest version on .Net and work on ASP.NET using C# Could anyone guide me how I go about doing so, assuming that I will be ...
Score Reading Active Directory from ASP.NET
Tom Edelbrok - 21 Apr 2006 7:00 PM - 3 messages
I know that Active Directory entries can be read via VB.NET. Can it also be done via ASP.NET in Visual Studio 2005? I don't see a DirectoryServices object. Thanks in advance, Tom ...
Score Mouse Orientation X-Y Axis
Mike - 21 Apr 2006 6:21 PM - 6 messages
I'm looking for a wireless mouse that which allows me to change the X-Y orientation, so that left is right, right is left, up is down, and down is up.  Can anyone point me in the right direction? ...
Score VS adds ResX file to my form
Brian - 21 Apr 2006 6:19 PM - 4 messages
I don't want an ResX file for each of my forms.  I have a resources assembly and I put everything there.  So, I delete the resx file that Visual Studio adds to forms. But, if I change a property on the form, VS adds the resx file back.  So ...
Score FileName
keal75 - 21 Apr 2006 4:36 PM - 2 messages
I've designed a windows forms application that copies the following files from a cd into a sub folder called Images of the application startup directory. However the files are called in the following format: 00007765.001 00007765.002 00007765.003 ...
Score TableAdapters and true N-Tier
CMM - 21 Apr 2006 3:38 PM - 8 messages
Unless someone has come up with a way, I still don't understand how you can use TableAdapters in a true n-tier infrastructure.... where the DataAccessLayer is in one Dll and *only* the Datasets themselves can be shared across layers. ...
Score approach 2 - stringbuilder with 50,000 lines at a time
m00nm0nkey - 21 Apr 2006 1:30 PM - 3 messages
Ok well i thought i'd try a different approach, so what I'm now trying is appending 50,000 lines from the collection to a stringbuilder, and then writing that entire stringbuilder to a file. However, look at this log: ...
Score File Stream - Performance is getting slower and slower - why?
m00nm0nkey - 21 Apr 2006 11:18 AM - 11 messages
Hello. I am trying to split a file with 334,386 lines into seperate files of 50,000 each. This is the code i am running:             Dim intFragmentRawIndex As Integer ...
Score Background Image in listbox
rege - 21 Apr 2006 10:59 AM - 2 messages
Hi, Is it possible to put a background image in a listBox control?? How can this be done? Specifically I would like to display an image in the are of a listbox which is not occuppied by any listbox items (alternatively ...
Score Exceptions and threads
John S - 21 Apr 2006 9:32 AM - 2 messages
I've created a very simple program to test using a worker thread. It has a Main form and a seperate class containing a method(RunWorker) that runs a while loop until a property is set to true. On the main form is a button. It's click method creates an instance of the ...
Score Video : picture by picture
Audrey - 21 Apr 2006 8:14 AM - 13 messages
Hello, I want access picture by picture on video : is it possible on C# ? Thanks ...
Score VB.NET 3 tier/n-tier sample applications
Anil - 21 Apr 2006 7:58 AM - 3 messages
I want to download 3-tier/n-tier sample applications/source code for VB.NET. I searched a lot over google but couldnot find suitable links. So kindly suggest any links for the same. ...
Score exe shortcut
Jayesh - 21 Apr 2006 5:11 AM - 3 messages
Hello everybody, I want to know when an exe shortcut is clicked and the application is invoked from another machine(machine2), (exe is in machine1 and shortcut is made in machine2) if a reference to "C:\" path is given in that exe where it ...
Score Windows services UI
Gav - 21 Apr 2006 12:41 AM - 5 messages
Hi all, Can anybody point to examples on the internet of adding a user interface to a windows service? I can find plenty on controlling the services, IE starting stopping them etc. I want to be able to write a windows service ...
Score ZIP in .NET
Kris - 20 Apr 2006 10:55 PM - 3 messages
Hi.. My coleagues-programmers are coping with a problem.  We want to find a way to export our project (folder structure) into a single file. We tought ZIP would be suitable for also utilizing a light compression. Is there any free code or free library for C# that would support this ...
Score Generating dump files
Marcin Rzeznicki - 20 Apr 2006 10:31 PM - 5 messages
Hello, Is it possible to generate dump file at some execution point in managed application? I would like to be able to gather information about exceptions and their context from users running my app - if I handle some relevant exception, besides informing user of failure, I'd like to ...
Score javascript only when not postback
Tom Edelbrok - 20 Apr 2006 6:50 PM - 3 messages
I have an aspx page in Visual Studio 2005. I want to run a certain javascript, but only if 'not postback'. ie: I only want the javascript to run when the page loads for the very first time. Is this possible? ...
Score Attach to aspnet_wp.exe process
John A. Bailo - 20 Apr 2006 6:18 PM - 5 messages
I am debugging a windows service that consumes a web service. I set breakpoints in both. Sometimes, after attaching to the windows service, the debugger will auto-attach and run to my breakpoints in the web service.   Other times ...
Score 'Main' method contains no suitable entry point
chavez98 - 20 Apr 2006 5:54 PM - 2 messages
Hello, I just installed Visual Studio 2005 and created a new windows project. I tried to run it but got this error "WindowsApplication2.exe' does not contain a static 'Main' method suitable for an entry point". I've tried to compile ...
Score windows .net Server 2003 Administration tools Remote Desktop
Don Dodge - 20 Apr 2006 5:19 PM - 3 messages
Hello, a while ago (probably late 2004), an IT person of a client pointed to a download on MSDN (I believe, it was definitely MS). This downloaded enhanced the administrative tools Remote Desktop to give me a much more powerful tool, that allows me to keep multiple remote servers in a window on ...
Score Where do Class Templates come from?
Dave - 20 Apr 2006 4:34 PM - 3 messages
In a Project, if you click the "Project" menu, and then select "Add Class", you get shown all the class templates. Where does this list come from? I used to have Developer Express on my PC, and then I uninstalled it. But ...
Score How can I improve my process flow to reduce coding pain?
YesGoGoGo - 20 Apr 2006 4:12 PM - 2 messages
hello! I use asp+vb before and new to ASP.NET. And I have to write a new function with C# I draw a prototype and the picture is here--- [link] let me explain this process in detail ...
Score Newbee Question - Updating Data With a DataGridView
Greg P - 20 Apr 2006 2:15 PM - 8 messages
I'm new to VS2005 and want to simply update my data with the dataGridView that was generated when I draged my query from the Data Sources Pane.  I think I may need to create a Data Adaptor but I'm not sure?  The other think ...
Score .NET Batch Processing Architecture
acantatore - 20 Apr 2006 1:58 PM - 5 messages
Hello! I'm looking for patterns, best practices, examples - reference material -  that apply to Batch Processing, that is: Basic job control (start and stop) Job partitioning Parallel processing and distribution Fine-grained transaction control Error handling Job monitoring in a custom .NET development. Agnostics Patterns are OK too... ...
Score .NET Framework 2.0 installation
Max - 20 Apr 2006 1:30 PM - 8 messages
Hello,    I'm using Visual Studio .NET 2003 Academic with .NET Framework 1.1 Is it possible for me to install the .NET Framework 2.0 without losing anything or was the .NET Framework 2.0 made for the Visual ...
Score Detecting browser close (X) event in ASP.NET
mammen - 20 Apr 2006 12:21 PM - 5 messages
Hello, I'm writing trace log of various actions happening in my ASP.NET web application by opening a text file when the user logs in to the system and closing the file while the user logs out. This is especially to nail a ...
Score Question about winform and win-service
Tom Rahav - 20 Apr 2006 12:07 PM - 2 messages
Hi, I'm looking for information about how to send data (messages, etc.) from a running win-service to to a running win-form. Can someone help? Thanks, Tom. ...
Score IE Privacy - DNS Problem - ASP.NET
rawCoder - 20 Apr 2006 10:14 AM - 3 messages
Hi, I have a case where my application built in Visual STudio .NET 2003 and ASP.NET ( VB/C# ) is installed on IIS 6.0, windows server 2003. Problem is that when I reach the site( using IE) through the public IP ...
Score simple .NET application installation problem
rkrane99 - 20 Apr 2006 1:07 AM - 3 messages
Hi, I am developing a .NET app in C# and I am using the VS 2005 built in installer.  Everything works fine except that when I build the installation project, it produces 2 files, a .msi and a setup.exe, when I really just want ...
Score Error dynamically invoking vb.net dll from C# test application
Lorraine - 20 Apr 2006 12:55 AM - 2 messages
Hi all, I have test application written in C# from which I am trying to dynamically invoke a DLL. I have two dll's the only difference being one is written in C# and the other in VB.NET. The test application is able to sucessfully invoke ...
Score Purchasing VS.NET 2005 Pro
Jason Newell - 19 Apr 2006 9:31 PM - 2 messages
All, I'm looking to purchase VS.NET 2005 pro and I'm wondering if there are any legit ways to get it cheaper than the standard $700 or so.  I know Microsoft has programs like the Action Pack.  I'm just wondering if they ...
Score Use of autopostback in VB.NET
Tom Edelbrok - 19 Apr 2006 6:38 PM - 2 messages
Question: Why does a button event (ie: Button1_Click) get executed on the first click for a textbox control which has 'autopostback=false', but doesn't get executed until a second click when 'autopostback=true'? For example, I set up a textbox control with autopostback=false, and a ...
Score how to know the metric one and the frequency of use of the components out of C # VS 2003
jomu - 19 Apr 2006 6:25 PM - 2 messages
HI, I seek to find a tool or a means of knowing the frequency or the metric one of utilistaion of the components (Froms, Control, Object..) out of C # VS2003, Because I am spirit to make an estimate of times and costs ...
Score General POSTBACK question
Tom Edelbrok - 19 Apr 2006 4:38 PM - 4 messages
I'm reading the section "Postbacks and Round Trips" in the Visual Studio 2005 Help (I use VB.NET). Amongst other things, it says that as a result of a postback "On the Web server, the page runs again. The information that the ...
Score virtual filesystem
Mike - 19 Apr 2006 1:28 PM - 4 messages
I'd like to have a virtual folder for a special device to be integrated into explorer's filesystem view. The preferable way would be to have an individual drive. But it is also acceptable to have a virtual folder. The only ...
Score ini files or not
Vocoder422 - 19 Apr 2006 1:11 PM - 3 messages
Hi, I am a VB6 programmer that is migrating to VB2005, and have a question on whether ini files are still the way to go in the .net era.  My apps make heavy use of ini files in vb6, and am trying to decided if maybe I should use ...
Score DHCP Server Management API Functions with P/Invoke
Mattias - 19 Apr 2006 12:21 PM - 3 messages
I'm trying to get the number of clients on every subnet using DhcpEnumSubnetClients on every subnet returned by DhcpEnumSubnets. The problem is that I don't understand how to declare the .Net wrapper from the win32 C++ functions. using System; ...
Score How to start service immediately after installation
Robert - 19 Apr 2006 12:09 PM - 4 messages
Hello, I have created a windows service that performs some automatic backups. It works, and it is set to start automatically. However, it is not started directly after the installation procedure. Which leaves the user to either restart the computer or start it ...
Score How to prevent "Input string was not in a correct format" in DataGridView
Pieter Coucke - 19 Apr 2006 9:29 AM - 4 messages
Hi, When a user types a non numeric-value in a numeric column in a DataGridView, and he tries to leave the cell, he gets this "Input string was not in a correct format."-exception. Is there a (nice) way to get rid of this exception? And just put a "0" in ...
Score Error Hanling in .NET
C - 19 Apr 2006 8:30 AM - 5 messages
Hi, I am starting to develop a large 4 tier ASP.NET application. I have looked at using the Enterprise Application Blocks for Exception Management. In all of our Methods / Functions we have try catch blocks. In my catch block I rethrow the Exception. ...
Score Threadpoollllll!!!! help
ArtOfSpeech - 19 Apr 2006 7:30 AM - 15 messages
hi, i have a program that runs multiple (10..12) tasks using threadpool... the program runs smoothly almost all the time, but it suspends after a long period of time (like 24 hours or so) for a reason that i cant ...
Score is there any limit to how long of a string SqlDataReader.GetString() can return?
Daniel - 19 Apr 2006 3:41 AM - 3 messages
is there any limit to how long of a string SqlDataReader.GetString() can return? ...
Score What do I get for all this compexity??
RichG - 19 Apr 2006 2:23 AM - 7 messages
Does anyone remember this: Set datapath to "c:\somewhere" dNetUse "SomeTable" do some db work I asked the question a couple of days ago about how to attach a recordset or some form of data to a datagrid.  I was using DAO.  The lack of responses ...
Score c# string size limit? length of string limit?
Daniel - 19 Apr 2006 12:38 AM - 3 messages
c# string size limit? length of string limit? ...
Score dynamic confirmatin image
Eric Decker - 19 Apr 2006 12:37 AM - 2 messages
I want to create a dynamic image for use with confirming a request.  For example when you sign up for an account and and image if presented before you with a word but the word is only human readable and is not readable by OCR.  ...
Score Workflow foundation and winFX licensing and cost.
foxlakeawp - 18 Apr 2006 6:03 PM - 2 messages
I have been reading about the Workflow foundation that seems to be part of WinFX.  I would like to try it out, but I am afraid that I will like it too much.  You may say, what is the problem with that?  Well, right ...
Score VS 2005 vs. VB6
Rob R. Ainscough - 18 Apr 2006 4:09 PM - 6 messages
I've been coding .NET for over a couple of years now and I must admit that VB6 debugging is still a much better experience (with the exception of not being able to view a recordset) where it has real "edit and continue" ...
Score OT: .NET and Java
Jordan S. - 18 Apr 2006 3:29 PM - 6 messages
Does Java have anything equivalent to the .NET base class libraries? Or is Java mostly "just another OOP language". My motivation for the question: just trying to understand why the .NET version of the Pet Shop required thousands FEWER lines of code than the Java ...
Score Problems with NetworkCredientials in HttpWebRequest
mroffey - 18 Apr 2006 1:02 PM - 2 messages
Hi I'm using the code below to post to a web form, but when I run it, i get  System.Net.WebException: The operation has timed-out. error Obviously something is wrong, can anyone give me a clue? ...
Score Inheritance
Weste - 18 Apr 2006 12:16 PM - 7 messages
I am attempting to learn OOP.  The book uses C++ examples.  I am trying to convert the code to C#.  C# doesn't like the statement Person::Display(); in the Student class.  How do I need to modify this to work in C#?  Thanks for ...
Score Component Question
Richard Steele - 18 Apr 2006 12:07 PM - 3 messages
Hi I want to develop a C# component that any developer can integrate into their application.  Q1. Can i develop in C# and the developer integrate the component in say "Java" or VB 6? Q2. If Q1 is "yes", when the application is installed, does .Net framework ...
Score looking for a T-SQL Parser for .NET
google - 18 Apr 2006 10:31 AM - 16 messages
Hi, sorry for the cross-post but I'm a bit unsure on which side of the line I could find such things. I'm looking for a T-SQL Parser in .NET that produces an abstract syntax tree. Ideally it should also be able to ...
Score NHibernate Complex Table Mapping
Ram - 18 Apr 2006 9:40 AM - 2 messages
Hey, I'm having a trouble mapping a connecting between 2 of my tables. We have 2 tables  - the simplest "dept", "emp" tables which are mapped to 2 classes. Class Dept contains 2 properties for emps - 1 for manager and the ...
Score Two-Way databinding in WinForms
Toma Marinov - 18 Apr 2006 7:59 AM - 3 messages
Hello ! My question is about the Two-Way DataBinding in Win Forms  VS.2005 (C# or VB.Net). I mean the process   when the value was updated  in the control   and this change must be reflected in the datasource, and  vitce versa.....Can ...
Score MSDN Chat: The C# Language, April 20th @ 1pm Pacific Time
Scott Nonnenberg [MSFT] - 18 Apr 2006 3:30 AM - 2 messages
Show up and talk to members of the C# compiler and language design team - ask design questions, request features, anything. Or just spend some time hanging out with other C# developers! Scott Nonnenberg Program Manager Visual C# Team The C# Language ...
Score Accessing a COM method
simon.duvall - 18 Apr 2006 3:01 AM - 4 messages
Hey all, Was referencing various COMs, and tried using the Windows Genuine Advantage 1.0 Type Library. There's a cool method called GetMachineDetails() that I wanted to try, but for some reason I'm getting an ACCESS DENIED HRESULT error when I ...
Score "s:" in xpath causes error
Emily - 18 Apr 2006 2:57 AM - 3 messages
Hi all, I have the following simplified version of xml file: <xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'> <s:Schema id='RowsetSchema'>     <s:ElementType name='row'>         <s:AttributeType name='Fund1'> ...
Score Help with threading...
hzgt9b@nopost.com - 18 Apr 2006 2:57 AM - 7 messages
Using VS 2003, .NET: I developed a windows application that performs several actions based on an input file. The application displays a progress bar as each action executes. Based on new requirements, this application needs to be able to shell off ...
Score How can i use Javascript in ASP.NET page?
Armin - 17 Apr 2006 10:53 PM - 2 messages
I like to use javascript for my form validation is there any way to use java script in asp.net pages? Thanks ...
Score accessing asp.net site through proxy server
mark kurten - 17 Apr 2006 9:02 PM - 2 messages
i have a asp.net site that is causing problems for users accessing it using a proxy server.  does anyone know of any limitations the proxy might have?  or anything else that would effect the proxy accessing the site?  non proxy ...
Score .NET framework 2.0 and Networking?
Rob R. Ainscough - 17 Apr 2006 8:57 PM - 2 messages
Does .NET framework 2.0 provide any TCP/IP support -- specifically looking to write a Service that will monitor TCP/IP packets across various ports.  I was wondering if this can be accomplished via .NET framework 2.0 or if I ...
Score Gridview + ObjectDatasource + UpdateMethod = Input string was not in a correct format
M C - 17 Apr 2006 8:49 PM - 8 messages
Hi, This is a problem that has been haunting me for days and I've come to a complete dead-end.  I'm using a objectdatasource to select and update a gridview control.  Populating with select works fine but updating gives ...
Score CreateMHTMLBody supported in .Net 1.1?
rschaeferhig - 17 Apr 2006 6:44 PM - 3 messages
I'm writing a .Net 1.1 app that needs to send emails with the body being formed by a locally served web page. Easy to do in legacy ASP. I found that apparently CreateMHTMLBody is not supported via normal System.Web.Mail ...
Score Application center test
Vikram - 17 Apr 2006 4:44 PM - 2 messages
I mant to stress test my asp.net app, using ACT. Any step by step tutorial which guide me for it. Also during recording, my application hangs until i stop recording. Any idea why this happens ? ...
Score Button up/down event to server
eric.carmody - 17 Apr 2006 3:57 PM - 2 messages
Hi all, Trying to do the ol' button up/down changing view using a image - not a input. I have a couple variations that work nicely, but I have issues trapping it from the server side. I use the onmouse events to change the image; works good because no ...
Score "DateTime?" Correct Syntax or Compiler Bug
va - 17 Apr 2006 3:11 PM - 3 messages
Why does this property "DateTime?" compile? public DateTime? test         {             get             {                 return DateTime.Now; ...
Score Question Regarding VS2005.NET Configuration Settings
Terrance - 17 Apr 2006 12:10 PM - 2 messages
I was wondering if someone can help me with my question regarding the configuration system functionality in the .NET Framework 2.0 for VB. My question is, if I have a application configuration file; can the values in the file be changed? I read that the Application settings are read-only; is ...
Score Unhandled exception in foreach (object obj in list)
Emily - 17 Apr 2006 11:49 AM - 4 messages
Hi, I have the following code and an unhandled exception. Code:             UnitInventory inventory;             foreach (object obj in list)   //debugger points to list where ...
Score Running Multiple instances of same service
sunil - 17 Apr 2006 6:36 AM - 2 messages
Hello All. I have written a program as an exe that performs some kind of order processing. The program is first configured and then started manually. I have have multiple instances of this program with their own ini file and multiple ...
Score Click-Once Deployment
Jordan S. - 17 Apr 2006 5:06 AM - 4 messages
I have a client that has an MS Access application that has outgrown MS Access and it's time to migrate to something more substantial. I'm proposing a .NET Windows Forms application. The client is balking in part because they don't want to have to incorporate ...
Score Simple question
Rudy - 17 Apr 2006 4:24 AM - 6 messages
Hello All! I know I can do this, just can't remeber how I did it.  I want to take a value that is in a "Form1" textbox, and pass that value to a "Form2" textbox or label. Thanks!!! ...
Score memory leaks
cnickl - 16 Apr 2006 10:48 PM - 6 messages
Some time ago I was looking for a cheap or free way to check an application written in C# and some unsafe code for memory leaks. Someone in this forum suggested DevPartner form Compuware, telling me that there is a free basic ...
Score Somebody help-Controls
ampeloso - 16 Apr 2006 12:48 PM - 3 messages
Hello, I have vs2005 pro. Some of my controls,sqldatasouce, accessdatasource do not have a visible component to program when I drop them on the web page.This only happens on 1 computer, not the other.I have tried installing and reinstalling vs, but that didnt work.Its not all ...
Score More quesions about Web Services
Slim - 16 Apr 2006 11:22 AM - 5 messages
Do you need to add Web Services to your web site if they are actually on your web site. To explain it better, I built some web serves, and on my menu it says add web references, you then have a choice to add from the current solution, ...
Score WebMethod() is this nasasary
Slim - 16 Apr 2006 11:01 AM - 11 messages
I am a ASP developer, just getting used to asp.net. I must say as a former critic I'm really starting to like asp.net I have just made some webservices, when you create a new web service it already has this tag above the default ...
Score moved web service now have a problem
Slim - 16 Apr 2006 7:38 AM - 3 messages
I made a web server in the wrong place. I moved it and it now gives me a error saying that 'MyWebServer' is not defined. yet it is in the intelligence I made a new web service and still the same ...
Score System restore, I think...
Dandyla - 16 Apr 2006 5:41 AM - 2 messages
I'm trying to restore my computer to factory settings.  I had done it once before, but cannot remember how to.  I do not want to do a regular restore point; I need to get everything erased basically, all the way back. ...
Score Can't get .net1.1 to install on Server 2003
Greg Kowieski - 16 Apr 2006 4:52 AM - 6 messages
I have a fresh install of Server 2003 and have already applied all service paks and .net 2.  Problem is, A tool I need requires .net 1.1.  I'm supposed to load .net 1.1.  But, the installer reports, "The package you are ...
Score My .NET 2.0 installation...
Black Wolf Standing - 16 Apr 2006 3:29 AM - 7 messages
....is not being recognized by applications on my system. I use Windows XP Home Edition SP2 with all patches and updates. I have .NET 1.1 on my system and applications for .NET 1.1 work great. Just the upgraded or new applications don't "see" the .NET 2.0 installed. ...
Score Application_Start question
Carly - 16 Apr 2006 2:44 AM - 2 messages
Please enlighten a novice... When does Application_start fires and when does Application_end fires? Are all the application items available until IIS is restarted? Thanks, Carly ...
Next »