| Thread | Last Post | Replies |
|
| Converting .Net1.1 app to .Net2.0 app resulted in loss of CLR 2.0 and more | 02 Nov 2006 15:15 GMT | 3 |
I converted my .Net1.1 application (written in VS2003) to a .Net2.0 application. I let VS2005 do the job as it suggested when trying to load my VS2003 project in VS2005. I then included the output exe from this project into my VS2005 setup
|
| Framework and Window 2003 | 02 Nov 2006 04:50 GMT | 4 |
All, We have a production sever that has window 2003 and currently run ASP applications. I would like to run ASP.NET 2.0 along side ASP. It appears that the framework 1.1 is already installed but I'm not sure how to verify.
|
| xml serialization of List<byte> | 02 Nov 2006 03:30 GMT | 1 |
I'm trying to serialize a generic List of bytes, as in List<byte>. Out of the box, it works, but it winds up like this: ... <LineData>0</LineData>
|
| ArgumentExceptionIsUnHandled | 02 Nov 2006 03:11 GMT | 1 |
In VS.2005 Using VB.NET on a windows XP (sp2) fully patched. I have a project that has a Microsoft DataGridView on it. Occasionally, when I click on a column header, I get: ArgumentExceptionIsUnHandled
|
| Behaviour of streams in and out of scope | 01 Nov 2006 22:27 GMT | 1 |
Hi... I was wondering what happens to streams when they're passed between objects, because my understanding of them is that they're effectively a pointer to a data structure (or a location within it), rather than a copy of the structure
|
| System.Net.Mail.MailAddress.To | 01 Nov 2006 22:22 GMT | 2 |
In the old System.Web.Mail, you could use a string of delimited email address (say stored in a config file) and bulk email setting it to the TO property. eg "person1@whereever.com,person2@whereever.com" The new System.Net.Mail.MailAddress.To appears to allow the string ok (we
|
| Virus scan document before uploading | 01 Nov 2006 18:26 GMT | 5 |
I have a vb.net in winforms application using webservices\ remoting to upload documents to a remote webserver. And before these are saved to the webservice i want to check them for any kind of viruses i.e do a virus scan, how can i do that, have any body done this before.
|
| Mutually Exclusive C# Method | 01 Nov 2006 18:20 GMT | 10 |
I am creating a VS 2005, C# Assembly. I want to create an assembly with a method that can only be executed by one thread across process at any given time (so that it's totally mutually exclusive).
|
| How to get value of IntPtr | 01 Nov 2006 18:09 GMT | 2 |
I'm using the IEnumMoniker.Next method, based on an IEnumMoniker reference I've obtained by looking up values in the running object table. The third parameter to IEnumMoniker.Next is an IntPtr. It's supposed to return the number of items actually returned, based on the number ...
|
| Namespace and Project reference | 01 Nov 2006 17:17 GMT | 1 |
I have a class A in my project. I also have a project reference projectB. The project and classA have method Add(). I have added the classA in my code by "using" in my webform. Will there be a compiler error, If I refer to add() of class A, as it is a method in the ProjectB also.
|
| Two versions of .Net on the same server | 01 Nov 2006 11:51 GMT | 6 |
I had version 1.1 on the production server and then I installed version 2.0 so I have both installed there. I created a web application using vs 2005 and I move it to the server. When I try to browse an asp.net page I get an error: Unrecognizes Configuration section ...
|
| aspnet_client folder | 01 Nov 2006 09:30 GMT | 2 |
We recently moved one of our hosted sites to a Net 2.0 server and are preparing to experiment 2.0 programming. PS: we are novice in this area. However, I have a question about aspnet_client folder and appreciate your kind advise.
|
| Explicitly close DataReader if I close the underlying connection?" | 01 Nov 2006 06:49 GMT | 2 |
Hi, I have a DataReader which I think may be the cause of connections remaining open to a MSSQL database. basically the pseudo code is below ======
|
| Graph control | 01 Nov 2006 01:14 GMT | 6 |
I was asked by my boss to create representation of data by Graphs in VB 6 application. I checked the features of VB6 Graph control as well as Excel graphs. They are not good enough.
|