| Thread | Last Post | Replies |
|
| Confused over .Net 2.0 version status and VS 2005 | 05 Jan 2006 19:06 GMT | 3 |
Is .Net 2.0 still in Beta or has it been released for production? I know VS 2005 has been released and I assume one must be able to use it with either .Net 2.0 or 1.1. Correct? Thanks.
|
| Reflecting inherited interfaces | 05 Jan 2006 18:20 GMT | 1 |
I'm trying to detect the interfaces directly inherited by a class. I've tried to use the Type.GetInterfaces method but in a situation like this: public interface I
|
| Dynamic ctype? | 05 Jan 2006 17:00 GMT | 3 |
I am attempting to write a 'factory' function to use in a generated data access layer to accept a sqldbtype and convert it to the appropriate system.type. I have attempted to use ctype (value, typename)
|
| How to access com properties in asp.net | 05 Jan 2006 15:42 GMT | 1 |
In my ASP.net application, I want to comunicate with DLL installed on client machine and for that, I developed an ActiveX control in vb and incorporated in my aspx page using Object tag. this ActiveX control c
|
| sharing data between 2 applications | 05 Jan 2006 15:24 GMT | 4 |
Iam trying to find a simple solution for sharing data between windows applications( apart of using file system or remoting or MMF) . I tried using class library by making data members "shared" but it seems that data cant not be passed between applications. what am I doing wrong ...
|
| device manager problems! | 05 Jan 2006 15:12 GMT | 1 |
ok i haven't had internet in about 3 months but i just got dial up at home and my modem wasn't responding so what do i find in the device manager...NOTHING!!!! i have already tried turning plug and play on but it didn't work! so if anyone knows something please help me out thank ...
|
| Timeout vs. Page Expire | 05 Jan 2006 15:00 GMT | 1 |
Which takes precedence in a .net web app - the time out setting in the web config vs. code to expire the page?
|
| not able to connect to sql server 2000 | 05 Jan 2006 14:44 GMT | 1 |
below is the connection string <appSettings> <add key="connectionstring" value="server=localhost;uid=sa;pwd=thanks;database=schoolDb"/>
|
| Issue building a Windows setup application | 05 Jan 2006 12:03 GMT | 2 |
I am developing a windows application with Visual Studio 2003 using C#. The application is complete so naturally I went to create a setup package. I added a setup project to the solution and I went through the appropriate steps in attaching the solution dependencies. After ...
|
| Combo and SelectedValue | 05 Jan 2006 11:41 GMT | 3 |
I have a standard combo on a WinForm and use the following code to bind it to a datatable (X returns a datatable object) Dim X As New BusinessRules.Contracts.Agreements With cmbAgreement
|
| How to include a full Direectory in Setup? | 05 Jan 2006 11:29 GMT | 2 |
I use VS2003, (VB.Net) I would like all the files of a given directory to be included by my setup project (to distribute a bunch of application data files). Of course I know how to do it one by one, but there are hundreds of files,
|
| Fundamental OO Question | 05 Jan 2006 11:09 GMT | 3 |
I'm relatively new to the OO game and for the most part feel I understand it (at least at some level), however, something has me all messed up. Please consider the following:
|
| Strange Problem With Asp.Net WebService,Help Needed | 05 Jan 2006 09:30 GMT | 4 |
My problem is that, i've created a simple hello world web service project, and then, when i run it to test the operation,the invoke button does not open any window. I mean there is no response when i click the invoke button, no window
|
| Satellite build for culture 'fa' failed | 05 Jan 2006 08:48 GMT | 2 |
I want to localize my winForm and set language to farsi (for example) but this build error is occured: Satellite build for culture 'fa' failed. The assembly linker could not be launched. The system cannot find the file specified.
|
| maximum possible recursion | 05 Jan 2006 06:06 GMT | 5 |
I want to know if we have any limit for calling any function recoursively. If there is any, On what parameters this limit depends? and is it different for .net 1.0, 1.1 and 2.0? Thank you,
|