| Thread | Last Post | Replies |
|
| Opening winExplorer positioned on a folder | 10 Jan 2006 00:16 GMT | 1 |
>From VB.NET (or C++/#) I wish to open WindowsExplorer on a given folder, say C:\Documents and Settings\User\Documenti\Downloads in a window not maximized, say 400x500
|
| PerformanceCounterInstaller & System.OutOfMemoryException | 09 Jan 2006 22:55 GMT | 1 |
When trying to install a performance counter via InstallUtil I get the following exception: Creating performance counter category Enterprise Library Caching. An exception occurred during the Install phase.
|
| Error with .NET Framework 2.0 (Event ID: 1084) | 09 Jan 2006 22:26 GMT | 1 |
I'm receiving the following event message over and over again in the event log. Does anyone know how to resolve the problem. The machine is a Windows 2000 Server. Event Type: Error
|
| IsolatedStorage question | 09 Jan 2006 19:32 GMT | 1 |
I've been looking into the use of Isolated Storage and had a few questions: 1. If I use it in a MyIso.dll called by Iso1.exe, in storeadm /list I see the assembly and domain sections both refer to the path to Iso1.exe. I thought from my reading it would refer to MyIso.dll since ...
|
| AccessViolation Exception | 09 Jan 2006 19:23 GMT | 3 |
Since migrating to .net 2.0 , I repeatedly get Access Violation errors in the log when tryimg to access vb.net code in a server control from the vb code in an aspx page. I have the statement : Imports MyApp.MycontrolName at the top of the vb.net
|
| IsolatedStorageFile.GetUserStoreForAssembly() when Major Vers chan | 09 Jan 2006 18:07 GMT | 2 |
Hello, I have used Isolated Storage to store some user preferences, and now for 'non-technical reasons' our Major version number has changed on our Assemblies.
|
| Modal dialogs | 09 Jan 2006 16:49 GMT | 3 |
I'm trying to do something that appears extremely simple but I can't find an obvious solution for it. I want to create a modal dialog which, upon being displayed, immediately starts doing some work which may take some time (the dialog is simply to display progress via a progress ...
|
| Xml and propertygrid Attributes | 09 Jan 2006 16:19 GMT | 1 |
Hi group, I have a Parameter class, and i need it to be XmlSerialisable/XmlDeserialisable, and browsable with a property grid using custom specification about itself but customising property attribute.
|
| InstallUtil Security Error | 09 Jan 2006 15:24 GMT | 7 |
When I run the following command as an Administrator on Windows 2003 version 5.2.3790... C:\Windows\Microsoft.NET\Framework\v1.1.4322>installutil ... I get following error dialog appears:
|
| Uploading Data From MS Acess 2000 ti SQL server 2000 | 09 Jan 2006 14:42 GMT | 2 |
I want to Bulk upload Data from Acess database 2000 to an online Sql Server 2000.I am using vb.net 2002 as front end Can u please guide me I have come to know about DTS Programming but it dosent work in vb.net it
|
| application crash | 09 Jan 2006 11:48 GMT | 4 |
I wrote an application that is basically http loader. It loads 1030 concurrent threads and start to send http requests to a web server. The problem is that sometimes when i get in the morning to check the results, the application is not running!! There is no alert and no crash
|
| Plug-in capable application architecture leads to version trouble | 09 Jan 2006 06:31 GMT | 1 |
I have a .NET 1.1 C# app (lets call it MyApp.exe) which is designed to do some boring thing (not important now) but it can be extended with plug-ins. These plug-ins are subclasses of a type (PlugInBase) contained in a shared assembly (MySDK.dll). At startup, MyApp.exe
|
| System.Threading.Timer period erratic | 09 Jan 2006 04:56 GMT | 4 |
I have a system with a number of system.threading.timers. These are set to fire every (say 200 milliseconds). If the thread has little work to do, the timer fires again at the correct time BUT if the thread does a lot of work, the next firing is delayed by some xx milliseconds.
|
| Help!! Creating a RAS _VPN Network connection class - Problem | 09 Jan 2006 02:30 GMT | 2 |
I found this code but unable to make it work. I like to create a Remote access service using VPN Network connection in order I could interact with remote database. I like to created a fixed link to a remote server with default username and password. With this code, still ...
|
| what to care when get domain for asp.net site ?? | 08 Jan 2006 20:26 GMT | 1 |
Hello Friend , Please any body give me information that how to get domain which support the asp.net site and what to take care when buy the asp.net domain ? and what about the database if I have any then my ISP support it my database ?
|