| Thread | Last Post | Replies |
|
| Code Security Thoughts | 01 Jul 2005 00:27 GMT | 2 |
I am currently writing an application (VB.NET) and I was thinking about all the hype that seems to be given to security and if I should pay it any attention or not. My first thought was, nah, no need to worry about security because my app
|
| VS.NET 2003 and IIS | 30 Jun 2005 21:57 GMT | 3 |
We have two (2) workstations and one (1) server. All are running Windows 2000 Professional (not "Server"). Have NOT loaded Visual SourceSafe Server yet, but intend to. Loaded VS.NET and IIS on the server.
|
| Automatically 'Switch to code view' ? | 30 Jun 2005 19:10 GMT | 1 |
For web services, is there a way to have VS.NET '03 automatically 'switch to code view' when clicking on a asmx file in the solution.
|
| Urgent | 30 Jun 2005 17:59 GMT | 1 |
Am trying to retrieve the cpuid of the system from web application and am geting the followng exception can anybody tell me how to solve this problem its very urgent for me i got error in the follwoing line of code
|
| VisualStudio - Localization Question | 30 Jun 2005 17:48 GMT | 3 |
I am about to order Visual Studio .NET. We work with the French Canadian version of Windows XP Professional. I don't know exactly how it works, but I have a question that may sound stupid, but I want to ask it anyway - it's about localization and culture:
|
| Can an event state be serialized | 30 Jun 2005 17:34 GMT | 1 |
Suppose I have a windows service, with a FileWatcher class. A file appears, and an event is raised -- but then the server is rebooted or crashes. When the server is rebooted, I want that event state to be where it was.
|
| 2.0 Web site Administration Tool | 30 Jun 2005 14:48 GMT | 2 |
We are currently using the security features included with latest .NET 2.0 Framework (v2.0.50215), including the Web Site Administration Tool. The only problem we have encountered thus far is getting the Web Site Administration Tool to install and work on the IIS Server. To ...
|
| Help, cannot debug in visual studio.NET | 30 Jun 2005 14:16 GMT | 4 |
I got into trouble again in debugging the web service developed before. Got the error message "Unable to start debugging on the web server.", I have met this problem before and solved by information's on Microsoft support homepage. I suspect that this problem occur again is ...
|
| Licenses.licx file error | 30 Jun 2005 14:06 GMT | 1 |
I'm getting an error building my app. The error is... 'Could not transform licenses file 'Licenses.licx' into a binary resource. (1): error LC0004: Exception occured creating type 'System.ComponentModel.LicenseException'
|
| How to delete rows? | 30 Jun 2005 13:22 GMT | 4 |
i have a DataSet (TDS). It has 4 rows in it. i want to erase those. For the life of me i can't figure out how Option 1: foreach foreach (DataRow row in dataSet.MY_TABLE.Rows) {
|
| Easy VB.Net Question | 30 Jun 2005 13:08 GMT | 2 |
How can you retrieve the exe name of the program?
|
| Randomly occuring error DAMAGE: after Normal block | 30 Jun 2005 08:21 GMT | 4 |
I got an error that drives me crazy because it only occurs sometimes and I can`t even reproduce it. I got a __gc class here is it`s header: #pragma once
|
| Unable to fire Timer1_Tick in Windows Service Application | 30 Jun 2005 08:11 GMT | 2 |
Hi I am unable to get Timer1_Tick event in Windows Service Application inspite of setting following things Timer1.enabled = True
|
| Windows OS events | 29 Jun 2005 23:15 GMT | 1 |
I know that it's possible to register with the OS to receive certain file system events. Does anyone know if it's possible to receive an event when the user changes the default printer setting? Thanks. Jerry
|
| Value of an HTML Textbox not seen in .Net | 29 Jun 2005 21:30 GMT | 1 |
Here is my situation I created an HTML text box that contains a value that is calculated using Javascript. I expose this control so that .Net sees it, but when I go to retrieve the
|