| Thread | Last Post | Replies |
|
| Exception in RSACryptoServiceProvider | 06 Apr 2007 04:15 GMT | 1 |
The following line of code throws an exception" The System Cannot find the file specified". This is on .Net 2.0. RSA rsaKey = new RSACryptoServiceProvider(); //Creating with Default
|
| Video playback | 06 Apr 2007 04:13 GMT | 1 |
Just wonder... i just recently upgraded my computer... have Media player 11 installed. I can hear the sound, but can't see the picture. If I turn down the accelleration, i can see the picture, but it's dark with no color. Wondering if it could be a vid card issue?
|
| PC won't start automaticly after re-start | 06 Apr 2007 02:06 GMT | 1 |
While I am signed into Windows if I "re-start" my PC,(not Turn Off) it closes Windows and goes through it's normal rebooting process before it should re-open the login window once again of it's own accord, except as it's coming back on it will not get to the login window on it's ...
|
| Need Help: DateTime.Parse CultureInfo Problem | 06 Apr 2007 00:19 GMT | 1 |
I have this method that converts dates from a culture of origin to a destination culture. It's not working as intended, hopefully someone can enlighten me and tell me what I'm doing wrong. I've included the code, the values being passed in, and the output. Thanks in advance!
|
| vs 2005 c#: where is configurationmanager class? | 05 Apr 2007 22:18 GMT | 1 |
hi, i have a web project that was converted to .net 2.0. i am trying to read a value from web.config; however, i can't see to have access to configurationmanager class rather i only see configurationsettings class.
|
| Forced shutdown | 05 Apr 2007 17:22 GMT | 1 |
I am using XP Home with IE7 and after a no fixed time and nothing being done at the time I get a forced shutdown message caused by the "Services and Controller app" the error signature is seems to be caused by the mshtml.dll file.
|
| Shell MegaPack.Net 8.0 Released. | 05 Apr 2007 17:06 GMT | 1 |
Shell MegaPack.Net 8.0 recreates the entire Windows Explorer shell browsing UI functionality in your app in just a couple of seconds. It provides a familiar yet powerful file/folder browsing UI right inside your own forms and dialogs and is a perfect replacement for the plain, ...
|
| Working with windows out side the VB.Net app | 05 Apr 2007 16:43 GMT | 2 |
Looking for a clue in on the .Net functionality to manage windows outside the application, i.e. other applications. Just looking to find the window handle by title and adjust its properties such as top, left, etc.
|
| visual studio 2005 installation | 05 Apr 2007 16:02 GMT | 1 |
I am trying to install visual studio 2005 on my by, allways i am getting error message, Error 1304.Error, writing to file C:\Program files\Microsoft visual studio 8\common7\tools\spyxx.exe verify that you have access to that directory
|
| Reflector | 05 Apr 2007 16:01 GMT | 1 |
Hello Expert, Can you recomment some materials about Reflector in .Net? How should I use it in application buiding?What's the relation between CTS and CLR? Any help will be appreciated.Thanks in advance.
|
| Problem catching all exceptions in a windows service | 05 Apr 2007 14:43 GMT | 1 |
I'm having a problem creating a global exception handler in a windows service that I'm making. Another poster suggested that the way to do this was to use the CurrentDomain.UnhandledException event to catch and deal with any exception that crops up. The problem is, when I try and ...
|
| Forcing a .NET framework 1.1 application to use .NET framework 2.0 without creating application config files | 05 Apr 2007 11:37 GMT | 2 |
I have a console application that is compiled using VS 2003 and hence targetted for .NET 1.1 runtime. This application uses some shared assemblies (my own) that were also initially compiled using VS 2003 and hence targetted for .NET 1.1.
|
| Illegal System DLL Relocation | 05 Apr 2007 08:42 GMT | 3 |
I receive this message when starting my computer, seems to be after automatic windows update: RTHDCPL.EXE – Illegal System DLL Relocation. The system DLL user32.dll was relocated in memory. The application will not
|
| system assigned port with HttpListener? | 05 Apr 2007 03:58 GMT | 3 |
I want to be able to use an ephemeral port (system assigned port) with the HttpListener class but cannot figure out how to do it. With a TcpListener, you would do something similar to: IPEndPoint localEP = new IPEndPoint(IPAddress.Any, 0);
|
| How to read configuration section for sub-classes | 05 Apr 2007 03:45 GMT | 1 |
Can ConfigurationSection or ConfigurationElement retrieve the configuration information in a generic way such as string or XmlNode type? I have sub-sections in the configuration which is specific for sub-class to initialize itself and needs to be passed to it in a generic way ...
|