| Thread | Last Post | Replies |
|
| NET Framework won't install says missing mscoree.dll | 27 Apr 2005 18:05 GMT | 5 |
We are trying to install netframework and it only just begins before a message saying setup failed. The log (enclosed) says looking for mscoree.dll and can't be found. I have downloaded this dll and put it in the system 32 folder (I think properly) and still the same results. Any
|
| Missing chars after reading line | 27 Apr 2005 17:59 GMT | 2 |
I'm just developing a .net (compact) application and therefore make use of the StreamReader class - and especially the ReadLine function. Now, when I try to read lines from a text file that includes 'german' strings with specific chars (like ä,ü,ö, etc.) they do not appear in the ...
|
| Is there anyway with VB.net to force closing of a spreadsheet in E | 27 Apr 2005 16:15 GMT | 1 |
I am updating a spreadsheet from vb.net application. I need to see if the specific .xls file is open and force closing it before the program updates the spreadhseet using ADO.net.
|
| Best way to create software documentation | 27 Apr 2005 16:02 GMT | 1 |
I need to create some documentation for the many apps I have written. I need to write User Procedures (Screen Shots etc) and programmer / setup instructions for the technically orentiate. Is there software available to do this easier than the "Old Fashioned
|
| How do you set up http://localhost? | 27 Apr 2005 15:59 GMT | 10 |
After you install Visual Studio 2003 on Windows XP Pro, what else do you have to do in order to create web applications. When I try it tryies to locate it at http://localhost/quickstart/WebApplication1
|
| System.DirectoryServices and NT 4.0 | 27 Apr 2005 15:22 GMT | 2 |
I have a vbscript that will pull and print NT 4.0 domain machine accounts. I am trying to find a way to do this in C#. We are NOT using active directory. We have one NT 4.0
|
| Windows Service stops in its tracks, halts; no exception, no explanation | 27 Apr 2005 15:13 GMT | 2 |
Howdy All, I have a Windows Service that often stops in its tracks with no exception and no explanation on our QA system. During testing on the development machine, it can handle any workload,
|
| DataReader Question | 27 Apr 2005 13:34 GMT | 2 |
What is the best way to fix this... I was given a piece of code that uses a datareader to pass data. Function X calls Function Y and Function Y returns a datareader with the data that Function X needs.
|
| How to start ASP.NET web server? | 27 Apr 2005 13:18 GMT | 4 |
I get this message in VS.NET when opening an ASP.NET web application that was created on another machine: VS.NET has detected that the specific web server is not running ASP.NET v1.1. You will be unable to run ASP.NET web applications or services.
|
| Not Encode & to & | 27 Apr 2005 12:56 GMT | 2 |
I have a stored procedure that returns 2 columns named Title & URL. Some sample data are: Title URL ==== ====
|
| OnCtlColor() & CTLCOLOR_BTN | 27 Apr 2005 12:36 GMT | 1 |
I have a view that is a CFormView. I place a CButton on it. I would like to change the button text and background color. I am using the OnCtlColor() through (WM_CTLCOLOR) and I am looking for CTLCOLOR_BTN messages.
|
| Why does aspx pages crash my machine? | 27 Apr 2005 11:28 GMT | 39 |
I'm WinXP Pro. When I reference http://127.0.0.1/mysite/webform1.aspx (newly created page in VS.NET), IE stalls then everything freezes. I can click the title bar of applications but that is all. If I move beyond the title bar, I get the hour glass. Nothing responsds except ...
|
| Site times out too soon | 27 Apr 2005 06:28 GMT | 1 |
I have a .net website that appears to be timing out after about only 30 minutes The Web.Config file looks like the one below: I thought that the <timeout="480"> should give me 8 hours.
|
| Multiple Installations from the Same PC | 26 Apr 2005 23:01 GMT | 6 |
I was hoping that someone out there could help me with my problem. I have written an application that will be getting installed on multiple Pocket PC devices. However all of these device will want to be installed from the same Desktop PC. I have created a MSI installation package ...
|
| Defining a Custom Attribute | 26 Apr 2005 21:26 GMT | 1 |
Is it possible to create an attribute targeted at a field that will automatically create get/set properties for that field given a property name? I envision the code would look like this: [CreatPropertyAttribute("TextName","public","get/set")]
|