| Thread | Last Post | Replies |
|
| PLEASE HELP!!! LDAP authentication | 04 May 2004 14:26 GMT | 1 |
I am trying to Authenticate a user from Novell LDAP using the code below. I can successfully Connect to the LDAP Server, but get the following error message as soon as I hit the search command:- (a) Server did not send any data.
|
| Write and Read a file html | 04 May 2004 13:11 GMT | 1 |
I have a file Reportcontrolli.html...I must read it...find and replace a word...and write in another file Reportcontrolli1.htm My following code don't write Public Function ScriviTesto(ByVal testo As String Dim s As Strin
|
| Scaling Performance Counters | 04 May 2004 12:51 GMT | 1 |
I have an application that is publishing some PerformanceCounters. How do I set the default scaling that will be used when PerfMon looks at my counters? Thanks -------------------------------------------
|
| IE attempts to download IIS Hosted Client program | 04 May 2004 12:27 GMT | 5 |
I have a client program stored in a virtual directory in IIS. It is launched by clicking the link to in on a web page in IE. This works for 3 of the 4 systems that has tried it. The 4th system will not run the program. Instead it puts up the dialog asking if to open or save. ...
|
| Merge directory names | 04 May 2004 12:07 GMT | 1 |
How can I merge two directory names? First path is always absolute and second is relative. For example: 1) c:\MyTest\Privat 2) ..\Share
|
| VB .NET vs VS .NET Pro | 04 May 2004 09:33 GMT | 6 |
We are currently using VS .NET Pro 2003, but we are going to employ another developer who will solely use VB, and therefore we are looking at VB .NET for him. I have looked at the differences between the VB & VS products on the MS
|
| deserialization problem | 04 May 2004 09:16 GMT | 1 |
i have a problem deserializing an object. that object is an arraylist wich has customized classes stored. these classes(dlls) are stored in a subfolder of the mainprogram. serialization is ok, but when i try to deserilize it, the program is not able to locate the dll. my question
|
| Typecasting problem | 04 May 2004 09:04 GMT | 1 |
Greeting, We have a component featuring "late/dynamic-binding". Its being used by 2 app, with only the 2nd giving a weired problem. ...
|
| Exception Handling | 04 May 2004 06:10 GMT | 1 |
Hai al I am developing a small application in which all exceptions are handled by a custom exception class which will show a dialog box with all details of error.This one works fine when i run my application from Visual studio IDE.But it doesn,t work when i deploy it on the ...
|
| Why use attributes? | 04 May 2004 05:41 GMT | 4 |
I have a very basic question here - why do we need attributes or basically how we decide when to use attributes? I have used a lot of .net inbuilt attributes, but have not been really able to put this great feature to use by defining custom attributes. I know how
|
| Form Inheritance still a problem in VS 2003? | 04 May 2004 02:33 GMT | 4 |
I'm running into a problem that I've seen ALOT of people have. I've created a base form and when I try to bring up the inherited form in the form designer, it says that "The designer could not be shown for this file because
|
| GetProcesses() hang | 04 May 2004 00:29 GMT | 4 |
I have a real simple C# console project, consisting of this: using System.Diagnostics; static void Main(string[] args) {
|
| no dotnet 1.1 service pack?! | 03 May 2004 21:36 GMT | 1 |
Am I correct in understanding there is not a service pack for users of VS.NET 2003 (.NET Framework 1.1)?! Am I the only one to observe the idiocy of this situation? In other words, what the hell (pardon the french) is the point of having a cumulative patch if it cannot handle
|
| framework and unmanaged code | 03 May 2004 21:32 GMT | 1 |
is the graphic components library (included in framework) can be used in unmanaged programs ? I'd like to use the new components set in an unmanaged program (don't want to use the framework at runtime .... don't want to use JIT compiler)
|
| Best Practices - VSS integration with VS.NET, migrating our Classic ASP projects | 03 May 2004 21:29 GMT | 1 |
We currently have many Classic ASP projects that are stored in VSS 6.0c and are maintained with VID 6.0. We have purchased VS.NET 2003 and know we need to upgrade to VSS 6.0d if we want to integrate VS.NET with VSS. We *eventually* want to convert the ClassicASP code to ASP.NET, ...
|