| Thread | Last Post | Replies |
|
| Help needed in Visual Studio Dttnet 2003 | 15 Dec 2004 17:47 GMT | 1 |
I am using visual studio dotnet 2003 for my development. I am facing a peculiar problem now-- I am not able to open multiple *. cs files in a project simultaneouslly.only one cs file gets in the work pane , and when i select the second one the first one comes down.
|
| Just a conceitual question about 64-bit | 15 Dec 2004 16:23 GMT | 1 |
Hi, I was reading about the .Net Framework 64 bit and I'm not sure about something I read in the articles. MS says you'll have a special compiler in VS.Net 2005 for the Framework 2.0 to compile code for 64 bit platforms. Is this compiler the one that gets MSIL and generates binary ...
|
| Cryptographic service provider not found for this algorithm | 15 Dec 2004 16:23 GMT | 1 |
Im having a bit of a problem here... I have made a application that does some encryption on strings. all encryption is done on the target machine except for the license file encryption...
|
| Socket does not get unbound | 15 Dec 2004 16:21 GMT | 1 |
I am having a strange problem right now. This morning an application noted, that the address I was trying to bind to is already bound (System.Net.Sockets.SocketException - Only one usage of each socket address is normally permitted).
|
| Application Activation | 15 Dec 2004 16:13 GMT | 1 |
I have 2 applications running on my desktop. App1 wants to activate App2 and call a public method in the mdi main form, passing this method 2 pieces of info: one string, and one integer.
|
| Calling a service from a windows client | 15 Dec 2004 13:15 GMT | 4 |
I'll try and keep this short! When calling a web service async. I can use the Beginxxx method on the generated proxy. But if me 'service' was not a web service but something else, is it better to create a new Thread for the call or use the threadpool; baring in mind that the ...
|
| Develop on an as400 machine using .NET? Is it posssible? | 15 Dec 2004 12:26 GMT | 8 |
Develop on an as400 machine using .NET? Is it posssible? Is there any third party provider that has RPG .NET??
 Signature LUIS ESTEBAN VALENCIA
|
| # Gen 0 Collections increase | 15 Dec 2004 10:56 GMT | 1 |
I am using PerfMon to examine the behaviour of a c# application. I noticed that the counter "# Gen 0 collections" increases steadily (Minimum = 248, Maximum = 3324, average 2470 and slowly rising). Gen 1 collections (Minimum = 42, Maximum = 1109, average 814, also rising)
|
| run windows forms from localIntranet_zone | 15 Dec 2004 10:11 GMT | 2 |
I have a windows forms application developed in VS.NET 2003 (C#) that I want to install on the intranet. I've created a strong_name.snk file, compiled it with the app, installed it on the server and on the client machine, I added the child code group under LocalIntranet_Zone, for ...
|
| Threading question -- concurrency issues | 15 Dec 2004 10:00 GMT | 4 |
This question isn't about ASP.NET or sessions. However, to illustrate my question about threading, I'll explain the situation I'm working on in an ASP.NET app. We need to do some work on a session start or session end event. Because session IDs get reused (unless the user closes the ...
|
| Changing Domain Broke IIS! | 15 Dec 2004 09:25 GMT | 1 |
Hopefully someone can help! We have recently moved onto a different internal domain server at work and since then IIS has packed-up on our development machines. We get a 'Server Application Unavailable' error, and in the error log have the following message:
|
| Type loading question | 15 Dec 2004 07:01 GMT | 3 |
When a Type contained in an assembly gets instantiated, does the whole assembly image gets loaded in memory? Thanks in advance. Regards,
|
| System.Reflection question | 15 Dec 2004 06:15 GMT | 2 |
I have two code snipets, one in VB and the other in C#. Why does the visual basic example not change the structure member "x", but the C# code does? I need the visual basic code to work as I am a visual basic coder, but I don't know what is wrong. Is there a bug in visual basic ...
|
| RUSH YOUR RESUMES | 15 Dec 2004 05:56 GMT | 2 |
-------------------------------------------------------------------------------- 1. Software Professionals: B.Tech/MCA from reputed institute/university with 4-6 years of software experience with excellent conceptual understanding and ...
|
| How to I do a http post from within a webform | 14 Dec 2004 22:35 GMT | 6 |
I have a webform, from which I have to submit info to another site. Their instructions are to have a html form, with the following as the submit: <form method="post" action="http://www.theirsite.htm"> <input type=hidden name="field1" value="value1">
|