| Thread | Last Post | Replies |
|
| not able to read an XSD file | 01 Apr 2006 00:21 GMT | 9 |
I have an xsd file. I'm trying to read it into a dataset or even any other collection will do. But the problem is it is not getting read. Also, it is not throwing any error. Kindly help me on the same. Thanks,
|
| is it possible to define the order in which winform user controls load? | 01 Apr 2006 00:18 GMT | 5 |
I have one control that absolutely must load before any other controls, due to some initialisation code within it. Is there a way of getting this control to load first? Moving the code from the load event to the constructor isn't an option to get around this issue.
|
| How to signal process | 31 Mar 2006 22:32 GMT | 2 |
How can you signal Ctrl-C to a managed process (i.e. process is hosting cmd.exe)? TIA
 Signature William Stacey [MVP]
|
| E:\My Documents\Visual Studio Projects\MyProject\Install\install.vdproj 'msado15.dll' should be excluded because its source file 'C:\Program Files\Common Files\System\ado\msado15.dll' is under Windows System File Protection. | 31 Mar 2006 21:03 GMT | 1 |
I added reference to "Microsoft ActiveX Data Objects 2.8 Library" to my project. I was experimenting something. Now I run compilation and get error like in title. I'd like to remove this reference, but I cannot find it in
|
| Alternative to HttpWebRequest for posting | 31 Mar 2006 19:24 GMT | 1 |
Are there any alternatives to HttpWebRequest for posting? I think using the HttpWebRequest for the "multipart/form" will require quite an amount of code. I would rather like something similar to:
|
| client / server design advice | 31 Mar 2006 18:32 GMT | 3 |
I need to write a client application that polls a smart device for its data on a regular basis. The device only accepts one TCP connection at a time on a single port. The device is a peice of hardware that just returns its data when it receives a request. I have no control over the
|
| remoting non blocking socket exception | 31 Mar 2006 18:01 GMT | 1 |
When attempting to make a call across application domains using .net remoting I receive the error remoting non blocking socket exception. Are there any solutions or ideas to fix this problem. Thanks
|
| Any Good .NET Framework 2.0 Documentation | 31 Mar 2006 17:20 GMT | 3 |
I'm a .NET developer and I want to learn and understand what is happening "under the hood" of the .NET Framework 2.0 to improve my applications and transfer knowledge to my colleagues. The CLR, Garbage collection etc etc.... Does anyone know of any good papers or documentation I ...
|
| Problem Setting the Time Zone with SetTimeZoneInformation | 31 Mar 2006 16:46 GMT | 1 |
I'm writing an application for Windows XP Embedded. This application requires that the user be able to change the time zone from within the application. I'm trying to do this using SetTimeZoneInformation, but it's not working correctly and I can't figure out why. I'm using Visual
|
| dll not reading .config ? | 31 Mar 2006 16:43 GMT | 3 |
I've created a Class library (myClasses.dll), and added a settings.settings to it using designer. However when I use this class library, it doesn't seem to read the settings myClasses.dll.config file, instead I just get then initial values I used
|
| How to change settings in the default AppDomain? | 31 Mar 2006 16:18 GMT | 2 |
I want to know if it is possible to change the "ApplicationName" property of default AppDomain. All the property of AppDomain.CurrentDomain are read only. Thanks for the reply in advance.
|
| Problem when using Application Block | 31 Mar 2006 16:10 GMT | 1 |
This is my first time using these forums. So please excuse me if this post in the wrong thread. This is my problem. I am using Visual 2003, .Net framework 1.1 and the latest Application Block (enterprise Library 2005)
|
| what to dofo rexsiting web site ?? i have web in frontpage and now swith on to the dotnet | 31 Mar 2006 15:34 GMT | 1 |
Can any body say me what to do to make my existing site which is in frontpage andnow i want to addsome module of asp.net .Plesae say me whati have to do to upgrade my web ??? what about existing pages and data ??It has many images ,pdf s and many otherdocuments so hsat i have to ...
|
| VS 2005 LoaderLock problem | 31 Mar 2006 14:19 GMT | 11 |
I'm using VS 2005 (v8.0.50727.42 (RTM.050727-4200) with the v2.0.50727 framework. I have a problem. I can instantiate a COM object, but the first time I try to use the object I get the following exeception:
|
| Windows Control In Browser and NET Framework 2.0 | 31 Mar 2006 09:57 GMT | 1 |
OK. Simple, Simple, Simple I have a windows form control embedded in an html page. This control runs over an intranet and is used to transfer files from the client intranet PC to an intranet server. No GAC involvement at all. A few
|