| Thread | Last Post | Replies |
|
| Visual Studio .Net | 10 Feb 2004 05:32 GMT | 2 |
I have a project i am working on everthing went fine until suddanly if i make any change and rebuilding. i always get the old version running All my new changes sre not taking effect
|
| Upload files limit to 3MB | 10 Feb 2004 03:21 GMT | 1 |
We are using the following .net feature to upload files from a browser to our website. Unfortunately it seems to be limited to 3MB and anything larger creates an error. Any ideas as to how we can get round this limitation?
|
| retrieving the list of public constants of a class? and possibly their integer values? | 09 Feb 2004 21:58 GMT | 3 |
I am trying to retrieve the list of integer constants for a class. I've tried to retrieve them by using TypeDescriptor.GetProperties but with no success. How can I get the list of declared constants or given the name of a constant
|
| Need a Computer Plumber? | 09 Feb 2004 19:37 GMT | 2 |
Best in the world. Techs featured in major publications. Satisfaction guaranteed. Free Trial to test drive them. Contact: (name) / (your telephone number) email: (your email) Visit: ??carlota.juvioservice.com <http://carlota.juvioservice.com
|
| relative paths | 09 Feb 2004 18:48 GMT | 1 |
Although I can't seem to find this now, but a few weeks ago I'm pretty sure I saw a static method in the Framework documentation that given two paths, returns the relative path from one path to the other. I may have been dreaming, but would like to know if this method exists then
|
| How can I use a file share and pass credentials? | 09 Feb 2004 18:22 GMT | 2 |
I want to copy files from a file share which i have to pass credentials to. Is there a way I can do this without mapping a drive in windows? For example, I have serverA that I want to access in C# by \\serverA\mydir and passing username/pass.
|
| .NET dll | 09 Feb 2004 14:19 GMT | 2 |
I have made a com dll . Details are OS : win 2000 Env: DotNet
|
| Problems installing guided tour | 09 Feb 2004 12:56 GMT | 6 |
Please excuse this absolute newbie question but I cannot install the guided tour for VS .NET 2003 Academic(and you better believe I need all the "guiding" I can get!!). All goes well until the installer asks for a database connection - server:localhost, database:bikes, username ...
|
| Cannot access windows installer components. Setup cannot continue | 09 Feb 2004 11:19 GMT | 4 |
It gave me this error after copying the files it used to work when i installed windows 98 then upgraded to windows me .. then i went out and got the fullversion of windows me swo i dident ahve to waste my time
|
| CryptoStream makes encrypted data bigger than original string | 09 Feb 2004 09:48 GMT | 2 |
While encrypting data with DES through CryptoStream makes encrypted data bigger than original string. if we have 8 byte key and 8 byte of data then the mode is ECB. output encrypted data is 16 bytes long. first 8 bytes is out encrypted key but last 8 byte unknown. and while ...
|
| Error at System.Net.ConnectStream.EndReadWithoutValidation | 09 Feb 2004 09:16 GMT | 1 |
My problem is - This only occurs intermittently, it appears it happens on larger files that I attempt to download using the WebRequest method. The exception is thrown at sr.ReadToEnd();
|
| vs.net problem with creation of directories | 09 Feb 2004 09:07 GMT | 3 |
I am using vs.net 2003 on local desktop. I cannot create a directory as it keeps telling me it already exists. I cancel out and it creates a folder called NewFolderX where x is incremented by 1. I puts this file in the root of the web. If i open with file manager i can delete ...
|
| Late Bind GAC Assembly ? | 09 Feb 2004 03:26 GMT | 3 |
I have an assembly that needs to poll the GAC for the existence of another GAC'd assembly, and if version 1.4 exists, load 1.4, but use 1.5 if it is available. Where is a good code example of how to make that happen?
|
| C1020 | 07 Feb 2004 23:12 GMT | 1 |
<snip> #if (WIN32) #include "stdafx.h" #endif
|
| How to use DirectoryServices to determine if a user if a member of a group | 07 Feb 2004 11:19 GMT | 4 |
I am looking for a low cost way of determining whether a user is a member of a specific group in ActiveDirectory. Does anyone know of a quick a dirty way to do this? I currently go and get the collection of groups to which a user belongs, then iterate through them to see if the name ...
|