| Thread | Last Post | Replies |
|
| Clickonce deployment issue | 01 Dec 2005 19:34 GMT | 1 |
I published a project for clickonce deployment onto our company iis. If the user has the .net framework installed, it works fine and installs the program, however if they do not have the .net framework installed it gives a "Page Cannot be Displayed" error when the page redirects ...
|
| Change ASP.NET debug Setting (VS 2005) | 01 Dec 2005 18:56 GMT | 1 |
I want the VS.NET 2005 to use 127.0.0.1 (the asp.net development server that attempts to debug the page) instead of localhost when debugging web pages. Localhost is a real problem for me as it is very slow. I have been over and over that again and never did find a solution.
|
| code security? | 01 Dec 2005 18:34 GMT | 2 |
Is there a way to get code really secure, so that it can't be disassembled? I don't mean dotfuscator, because I think it's not secure. Thank you Sincerely
|
| VS2005 - Questions about Data Sources window | 01 Dec 2005 17:35 GMT | 1 |
A section in Data Sources window is mystifying to me. In the case of my code the Data Sources window shows my references to the data access layer. First here is what I see in my Data Sources window ...
|
| VB 2005 Express Collection(of T) IComparator | 01 Dec 2005 17:34 GMT | 9 |
In the code below, the IComparator function is never called. What am I missing? Public Class ArchiveInfo Implements System.IComparable(Of ArchiveInfo)
|
| Catastrophic failure | 01 Dec 2005 17:16 GMT | 1 |
When I'm trying to run any asp.net application, the following error appears: "CS0007: Unexpected common language runtime initialization error --Catastrophic failure" I've reinstalled .NET Framework but without any results.I've also tried to
|
| Offline Data Synchronization | 01 Dec 2005 17:13 GMT | 2 |
One of the requirements of a development project I am working on is for end users to be able to take their laptop off the network and do work on the application (VB.NET win-forms app with SQL Server database). Then at some time later, the user should be able to come back into the
|
| How to retrieve Owner or Creator of a file or a resource | 01 Dec 2005 14:12 GMT | 2 |
Is there a way to get owner of a file or a resource with .Net classes ?
|
| Best practices for a two-keyed (i.e. 2-dimensional) hash table in | 01 Dec 2005 13:53 GMT | 2 |
Is there a data structure built for this? Or do I have to do something like combining the keys into a single element?
|
| Resource access and culture info | 01 Dec 2005 13:30 GMT | 5 |
am having some trouble accessing culture specific resources using Vs.Net 2005, what process have I missed? * Created a Windows Forms Application called GlobalTest * Created the following code in button1_Click :
|
| VS2005 - How to connect to a TableAdapter in the data layer | 01 Dec 2005 13:29 GMT | 3 |
Here are pertinent parts of my solution structure \\ Solution 'QMS_01 -QmsDataLayer
|
| Programattically Change Password | 01 Dec 2005 13:20 GMT | 2 |
I need to programmatically reset a user's password. We will create an account that has the proper authority to do so. I've been looking through the .Net framework for a class that might handle this but am having no luck.
|
| IDisposable and Finalization | 01 Dec 2005 10:36 GMT | 6 |
I believe that I fully understand the concepts behind IDisposable and finalization (at least I hope I do) and I would like to get feedback from the experts so that I can forward them on to others. There are people who think that if a class implements IDisposable then it
|
| Restricting access of class variable to another single class? | 01 Dec 2005 08:34 GMT | 4 |
The next few paragraphs put my question in context, but feel free to skip down to the end if you don't care *why* I need the answer! :) **************************************** *** Start of long-winded description ***
|
| my .net prog will run with out framework | 01 Dec 2005 07:43 GMT | 1 |
hi, my c#.net program will run with out .net framework ? bye ???Murali???
|