| Thread | Last Post | Replies |
|
| .NET Framework | 24 Mar 2004 11:16 GMT | 1 |
Iam new to Dot Net. Please pass on the links where i can get study materials for the latest .NET Framework and Assemblies. Thankz in advance
|
| Is it possible by web.config or otherwise ....please help | 24 Mar 2004 10:41 GMT | 3 |
I need to have a special requirement that all page URL throughout the application should be displayed as a common page : say ( www.test.com/common.aspx). say : if i type : www.test.com/login.aspx it will work for login.aspx
|
| Using Assembly.CreateInstance on assembly created with ConvertTypeLibToAssembly | 24 Mar 2004 09:46 GMT | 1 |
Help please... I cannot seem to get Assembly.CreateInstance to work on an interop assembly that was created using ConvertTypeLibToAssembly then loaded. I'm able to successfully use relection to examine the classes and
|
| Help! Reflection object target in c#? | 24 Mar 2004 08:43 GMT | 4 |
I have the following problems with object target.. noticed the " // Help!. " at the GetValue statement below.. Can I reference the target object by it type? using System;
|
| WMI - 'like' in select | 24 Mar 2004 08:40 GMT | 7 |
I have to query a subset of services to get their status. Is it possibile to make a query like this: Dim objectQuery As New WqlObjectQuery("select * from Win32_Services where Name like 'SDSReceiveFunction*'")
|
| web.config best pratices for passwords | 24 Mar 2004 04:57 GMT | 3 |
I have a few different applications that store passwords for various items in the web.config file in plain text. (i.e. SMTP Credentials, DB connection strings) .. I know this is a pretty serious security risk, however I'm having a hard time find a better way to allow easy ...
|
| Cannot write a new key to HKCU_Software (Visual C#) | 24 Mar 2004 03:51 GMT | 2 |
I am attempting to create a new key under HKCU_Software, and am receiving a System.UnauthorizedAccessException. I am testing with Administrative rights, and have no problem writing the key directly to HKCU. I cannot figure out why I get this message in "Software", but not in the ...
|
| Need on-line testers to finish a software... | 24 Mar 2004 00:48 GMT | 6 |
Let me invite you to test my latest www.eztree-msdn.com version. It runs on my new server. I hope you'll appreciate performances... You can search for MSDN Library using 2 ways... Original (same tree as the Microsoft version, but Mozila and Netscape
|
| FileStream async access and FileStream.Lock | 24 Mar 2004 00:18 GMT | 1 |
I have a question in regards to using FileStream object in C# with .NET Framework 1.1. In my app, I have a server running under IIS and multiple clients connected to the server. The server is a singleton. I need to create a log file for
|
| Configuration Manager is readonly | 23 Mar 2004 23:51 GMT | 2 |
For some reason 'Configuration Manager' seems to be readonly. I have a solution with 3 projects and I would like to set the configuration so that only one project builds in debug mode, but all build in release mode. I wonder why this area is readonly.
|
| Treeview | 23 Mar 2004 22:05 GMT | 1 |
i just downloaded treeview control,i'm using framework 1. Why the check box is not visible in my treeview contro the following is my cod <iewc:TreeView id="TreeView2" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server
|
| Webbrowser controls | 23 Mar 2004 19:51 GMT | 1 |
I have a winform in which a web Browser Control is emnbedded. I want that the user can select text in the browser control, and i want to get the xpath of that selected text.
|
| Application.EnableVisualStyles problem... | 23 Mar 2004 18:04 GMT | 1 |
I used manifest file without problem... but using EnableVisualStyles produces an error. Windows 2003, Windows 2000 with the same problem: System.Runtime.InteropServices. SEHException. External component has thrown
|
| VC++.NET without VS | 23 Mar 2004 17:29 GMT | 3 |
is there a way to compile the cpp source that i wrote at notepad ??? for example in c# you could use csc.exe or in j# > jsc.exe
|
| File.Copy question | 23 Mar 2004 17:19 GMT | 1 |
Hallo C# Community I have a small Problem with my service. I tried to write service which copies actual files to all computer in my network. So it will work fine if the Application isn't a windows service. In windows service a user isn't
|