| Thread | Last Post | Replies |
|
| Vi editor for Visual Studio .Net | 25 Sep 2004 06:30 GMT | 1 |
Does anyone know if there is a Vi editor plugin for Visual Studio.Net ? Thanks,
 Signature Al
|
| Encrypt/Decrypt a structured file | 25 Sep 2004 06:26 GMT | 1 |
I am looking to encrypt a file with a structure as follows (for storing data which does FTP connections): Structure SiteInformation Public ID As Integer
|
| literals | 25 Sep 2004 06:24 GMT | 2 |
What is the literal forms for printing quotes (" and ') in VB. Net You know in C/C++, and Java it's \", but what is it in VB.Net Thanks,
|
| How to exclude an ASP.NET project from VSS | 25 Sep 2004 06:22 GMT | 2 |
My ASP.NET project webreports is at vss server. I checked out the project and copied it to a directory. Now I want it to copy it to my laptop that is not part of LAN. So it does not have acess to VSS.
|
| ASP to continue processing. | 25 Sep 2004 06:12 GMT | 7 |
i'm writing a VB.NET component that gets called from an ASP page. i want the component to continue to process while it sent back a response to the asp page that it's ok. how do i declare that the component to conintue to process and the asp page can go on?
|
| Worker process | 25 Sep 2004 06:01 GMT | 2 |
In ASP.NET all appDomains are created under ASPNET worker process. Is there something similar to this in Windows application development? Purvi
|
| page_prerender | 25 Sep 2004 05:59 GMT | 1 |
I have been using Page_Load event for a long time . But never used Page_Prerender. I have seen in articles tht whtever u can do in Page_Load can be done in Page_Prerender also.But wht are the things which should be done in Page_prerender ?
|
| .NET DLL Hell? | 25 Sep 2004 01:56 GMT | 10 |
Maybe I'm doing something wrong here, but I'm having a very frustrating time trying to make the VS.NET IDE happy with references. Suppose I have projects A.exe, B.dll, and C.dll all in one solution. Suppose A references B and C, and B references C. If I have all projects in ...
|
| Configuration files for Services and Class Libraries | 25 Sep 2004 01:34 GMT | 4 |
I have the need to store some application specific configuration data to be used by a class library and or a windows service. I would like to do this in a fashion similar to the way we do with applications and web services without having to use the machine.config file.
|
| Activator.CreateInstance with implicit type conversion | 25 Sep 2004 01:15 GMT | 6 |
I've got a class constructor that takes public Foo(int a, MyString b) MyString type has an implicit operator for string so I can call this from code with Foo f = new Foo(1, "hello");
|
| Framework 1.0 SP3 clobbers "mscofcfg.msc" | 24 Sep 2004 21:21 GMT | 3 |
The installation of Framework 1.0 SP3 destroys the "Microsoft .Net Configuration" utility, mscorcfg.msc, normally accessed via "Start-> Programs->Administrative Tools". I discovered this problem while tracking down the "typeFilterLevel"
|
| Using crm with VB.net | 24 Sep 2004 20:15 GMT | 1 |
when i try to declare variable from this dll (Microsoft.crm.platform.proxy) like microsoft.crm.platform.proxy.bizuser() i got an error says : Could not load type Microsoft.CRM.Platform.Proxy.BizUser from assembly
|
| How to detect a network disconnect of a share | 24 Sep 2004 19:01 GMT | 3 |
I have a FileSystemWatcher monitoring a UNC path in a Windows service routine. If network connectivity is disrupted for some reason (including the remote server being restarted), the application stops receiving FSW events. How can I determine if I have lost connectivity and force ...
|
| How can I find out which control had the previous focus. TIA | 24 Sep 2004 18:41 GMT | 1 |
|
| .net Framework 1.14322 | 24 Sep 2004 18:38 GMT | 2 |
I am receiving an error message each time I run various apps, including any Help files. . It reads: .net framework initialization error. To run this application you must first
|