| Thread | Last Post | Replies |
|
| .Net framework 2.0 and IIS | 24 Mar 2006 08:57 GMT | 4 |
If I install the .Net framework in my IIS server? Are there any impact wil be affected to the current ASP application? Will it update the files for the current ASP component? regards
|
| WebRequest & proxy problem | 24 Mar 2006 08:26 GMT | 5 |
In my auto-update code I donwload some files from the net with a WebRequest. Some people having a proxy server reported problems. IN a previous application I set the WebRequest wr = ....;
|
| are System.Data.SqlClient.SqlConnection thread safe? can many threads share a System.Data.SqlClient.SqlConnection instance without any synchronization? | 24 Mar 2006 02:01 GMT | 6 |
are System.Data.SqlClient.SqlConnection thread safe? can many threads share a System.Data.SqlClient.SqlConnection instance without any synchronization?
|
| RegisterAssembly, CreateComInstanceFrom and IsCOMObject | 23 Mar 2006 23:16 GMT | 3 |
I am registering a managed class as a COM class via RegistrationServices.RegisterAssembly, then I am instantiating that class via CreateObject, then I am testing if the object is a COM instance via Type.IsCOMObject. Surprisingly (to me) the return value is False.
|
| Need 1.1 and 2? | 23 Mar 2006 21:54 GMT | 2 |
I am only using dotnet for apps that we installed that need it. This is a dumb question but do we need both 1.1 and 2 or will just 2 do for our simple need? Sorry to be so stupid about it but never can't find an answer on the net. Thank you.
|
| Javascript string to codebehind | 23 Mar 2006 20:00 GMT | 1 |
I have a problem, on my page (*.aspx) i have a string written on klients computer in javascript. How can i pass this string to the codebehind *.cs file? From there i want to store it to a database... //Micke
|
| errors 1.1 | 23 Mar 2006 19:49 GMT | 2 |
System.Windows.Forms.Control 1. virtual fuctions OnPaint, OnCreated are breaking, but System.EventHandler is good .
|
| CodeDom AppDomain & AssemblyResolve event | 23 Mar 2006 18:17 GMT | 1 |
I am using CodeDomProvider.CompileAssemblyFromSource to compile an assembly in memory. I would like to use the AppDomain AssemblyResolve event to help resolve references added via CompilerParameters.ReferencedAssemblies - but the
|
| System.Configuration.Install.Installer and console | 23 Mar 2006 16:33 GMT | 3 |
I have a Windows service exe that derives from System.Configuration.Install.Installer The exe can be executed from the command line with parameters such as INSTALL, UNINSTALL, START, and STOP to perform such tasks on the service
|
| How to use VS2005 Documentation | 23 Mar 2006 13:53 GMT | 5 |
yes, VS2005 documentation is a very powerful and complete documentation, but some how when i try to use "example" , the i stuck there, that is no any "help" to tell "how" the user going to handle the sample code (add-on to our existing program), is create a class then
|
| Ngen process during installation of .net framework 1.1 | 23 Mar 2006 13:29 GMT | 1 |
I have observed that the ngen process appears in the list of processes in taskmgr while .net framework 1.1 gets installed. This process consumes 0-50%
|
| Help! OnClick event in VScrollBar in .Net Compact Framework | 23 Mar 2006 12:14 GMT | 1 |
I tried to catch the Click event from a VScrollBar control but the Click event is not rised. MSDN says that OnClick event is suported by .Net Compact Framework and, in this case, I supose that the click event sould be rised bu VScrollBar.
|
| C# code to open a windows directory | 23 Mar 2006 12:13 GMT | 2 |
I need the C# code to open a windows directory. Regards, Shilpa
|
| Ngen process during installation of .net framework 1.1 | 23 Mar 2006 09:19 GMT | 1 |
Hi everyone, I have observed that the ngen process appears in the list of processes in taskmgr while .net framework 1.1 gets installed. This process consumes 0-50% of cpu and 0-20K of RAM.
|
| callback supplied to Socket.BeginSend never gets called | 23 Mar 2006 07:06 GMT | 1 |
I’m having troubles with socket async operations using .NET 2.0. Sometimes a callback supplied to Socket.BeginSend never gets called. I suspect this can be caused by AVG Antivirus or MS AntiSpyware running on the PC, because if I suppress them, everything goes fine.
|