| Thread | Last Post | Replies |
|
| Assembly binding at runtim | 17 Oct 2007 12:16 GMT | 3 |
I am using .NET framework 2.0 and am facing a problem with assembly versioning. We have a many dlls which we ship as an application. Now all these dlls are packaged and shipped as independent units. These dlls may or
|
| TFS Builds release/debug dirs | 17 Oct 2007 11:50 GMT | 1 |
I couldn't find a dedicated Team Foundation/MSBuild group so I'm using this. Please correct me. We are trying to custimize the TFSBuild.proj file and add a AfterDropBuild target to copy files etc for a web application project. We are not able to
|
| how to send sms from a web application | 17 Oct 2007 09:13 GMT | 1 |
can any one help me how can i cand sms from web application.
|
| Named anonymous types?? | 17 Oct 2007 07:37 GMT | 3 |
Maybe an Oxymoron, but this would be very useful. Anonomous types are great for doing projections (especially in Linq), but not being able to pass or return them is a bummer. Why couldn't they add something like an "AS" modifier like:
|
| Creating a chart in Excel using VC++ .net 2005 | 17 Oct 2007 05:02 GMT | 2 |
Can any one please help me in creating chart in VC++ .net 2005 and Excel 2003. I am stuck at the point when i want to give a specific column as the X- axis and a specific column as Y-axis. currently i am able to specify a
|
| Fatal Execuation Error - any workarounds available? or help debugg | 17 Oct 2007 01:19 GMT | 4 |
We have a .NET application using Windows Forms. This application terminates unexpectedly once or twice a day for our customers. The following entry is listed in the event log: .NET Runtime version 2.0.50727.832 - Fatal Execution Engine Error (7A0592A2)
|
| Memory Management | 17 Oct 2007 00:27 GMT | 8 |
I have written an application that processes large images and therefore uses a lot of memory. Due to the fact that this application suppose to be widely distributed I need to control the memory consumption, I release all objects when no long
|
| Whats needed for 3.0 apps | 16 Oct 2007 22:50 GMT | 7 |
Sometime ago I was playing around with dotnet 3.0 and was using VS 2005 with Orcas. Now I want to write some 3.0 asp.net applications also usiung SilverLight. I now see there is a vs 2008 beta download. Should I use that or should I still use vs 2005 with the latest Orcas? ...
|
| No Shutdown Button in star menu (XPSP2) | 16 Oct 2007 18:23 GMT | 1 |
I really need help!!! I turned my PC on, it has been running perfectly for just over a year now, and when i went to shutdwon, pressing the start button revealed no shutdown button, only a log off button. I have tried to run the command prompt but it says that it has been disabled ...
|
| Help for a one year fresher to enter the software industry | 16 Oct 2007 17:06 GMT | 17 |
Dear Freinds, I am hoping a postive answer from this group. I have done my graduation currently and looking for a break in programming in C# or VB.NET with SQL Server. After graduation i joined a computer institute
|
| multiple references to only 1 object??? | 16 Oct 2007 14:54 GMT | 10 |
I've implemented some type of cache, to be able to point with multiple references to the same object. Although, this 1-object-stuff is broken if I do a refresh from the DataBase. For instance I declare 2 objects:
|
| What is the best approach to determine if there is a change? | 16 Oct 2007 11:40 GMT | 4 |
Hello, friends, We are developing c#.net Windows app using .net 2005. In a form, there are about 80 editable controls, such as text boxes, combo boxes, masket boxes, etc.
|
| How to get value of nullable of unknown type?? | 16 Oct 2007 09:31 GMT | 5 |
I have a situation that I have a nullable type that can be a int?, double? or any other nullable type. How can I get the contained value of the nullable without knowing its type. I read that in the .NET2.0 beta2 there used to be a INullable
|
| script debugging - no checkbox in options/debuggin/JIT | 15 Oct 2007 14:51 GMT | 2 |
I installed .net 2 sdk to use as script debugger. But there is not a check box for script under tools -> options -> debugging -> just-in-time Is it not possible to use sdk debugger for script? Chris Harrington
|
| ??? Which Key Encrypts .Config Files ??? | 14 Oct 2007 14:33 GMT | 6 |
I have a small block of code that encrypts a database connection string in a .config file, but I'm not sure where the encryption key comes from. There is no problem with this code -- it seems to be working fine -- I am able to retrieve the connection string with no problem after ...
|