| Thread | Last Post | Replies |
|
| changing .NET framework version in VS 2005 (supported runtimes) | 14 Aug 2007 16:56 GMT | 4 |
In VS2003, Windows Application Property Pages I could go to Common Properties, Build, Supported Runtimes Change and select version 1.0 or 1.1. How can I do this in VS2005 so a VB windows application will target framework 1.1 for example?
|
| managed and unmanaged logging Options | 14 Aug 2007 12:53 GMT | 1 |
i want to implement a logging system , that can be used by managed(c#) and unmanaged code(c++). Approach 1:
|
| Slow Compile speed | 14 Aug 2007 10:58 GMT | 4 |
I have the following hardware 1 Intel Processor 3.2G 2. 512mb RAM 3. Using Visual Studio 2005 / Visual Basic
|
| How to reference an external config file in app.config | 14 Aug 2007 03:46 GMT | 4 |
In .NET20 I would like to reference an external config file from the applicationSettings / My.MySettings chapter in app.config. I have tried to do the same way as I did in .NET1.1, according to: http://weblogs.asp.net/pwilson/archive/2003/04/09/5261 ...
|
| Error when installing windows service. | 14 Aug 2007 00:13 GMT | 1 |
Hello, friends, After running cmd, trying to install a windows service written in c#.net 2005 with User account (specified in serviceProcessInstaller) by typing installutil myWindowsService.exe
|
| Patch for DateTime serialization | 13 Aug 2007 22:58 GMT | 1 |
when serializing a datetime value and then subsequently desreializing it it gets modified if the receiving computer is in a different timezone than the sender. I know how to use the SpecifyKind to set the type to utc/local/unspecified but the problem is that we serialize a lot of ...
|
| How to disable menu item and its sub menu items? | 13 Aug 2007 16:46 GMT | 2 |
Hi, friends, I am using C#.net 2005 to create a windows application. It has menu items, such as File, etc. Under File, there are more menu items, such as New Files, Working Files, etc.
|
| CLR20r3 - what am I missing? | 13 Aug 2007 16:16 GMT | 11 |
Using VS 2003, compiled an EXE, runs fine on XP. I just tried to run it on Vista, crashes with DllNotFoundException and mentions "CLR20r3". I have run other .NET apps on the Vista machine. Why does this build specifically require CLR20r3 (.NET 2.0 I assume)? I removed .NET 2 ...
|
| 32 bit vb.net on 64 bit windows | 13 Aug 2007 15:13 GMT | 1 |
I have vb.net application which is 32 bit and need to transfer to 64bit windows. It cannot run. How can I do to make it work?? Any hints and procedures are appreciated.
|
| Help needed: How create a link/shortcut within .NET | 13 Aug 2007 09:32 GMT | 2 |
i have to create from within a kind of setup program (with admin rights) a shortcut to the desktop of a users pointing to a UNC path . searching of something like: shortcut <from file> <to path> < working directory>
|
| Reflection for Comments? | 13 Aug 2007 02:27 GMT | 3 |
I have a .NET DLL and .PDB and .XML. Is there a way to get the XML comments from a given piece of code via a Type's Reflection on itself? Thanks.
|
| StreamWriter ? | 13 Aug 2007 01:48 GMT | 4 |
I'm creating a file using the following lines of code inside a property set... If Not File.Exists(value) Then StreamWriter = File.CreateText(value)
|
| cookie contanier does not correctly parse Set-Cookie header with domain token | 12 Aug 2007 18:42 GMT | 1 |
(sorry early post sent before finished...) hi, i am using HttpWebRequest with cookie container to perform web request. HttpWebRequest req = (HttpWebRequest)WebRequest.Create(uri);
|
| CSS Related question | 12 Aug 2007 13:51 GMT | 4 |
How do i center-align a items within a <div></div> tag TIA Barry
|
| error while retrieving values from socket | 11 Aug 2007 18:44 GMT | 1 |
We are currently using a program where we recieve the details from the client. Developed in C#.It is recieved through sockets. It is working fine. i.e. When we start the program afresh we do get details properly. We recieve the data as strings and we store in a list
|