| Thread | Last Post | Replies |
|
| Cannot store arraylist in session - Please help | 29 Mar 2007 16:27 GMT | 2 |
I cannot store an arraylist in a session. I have read some posts and still found no solution. I am sure it might be something simple, but since I have been around it for quite sometime I ask for your advice. Here is my page load.
|
| Call DTS using C# | 29 Mar 2007 15:02 GMT | 2 |
I am trying to call a DTS package in C# for the first time. I get the below compilation error related to the using Microsoft.SqlServer.DTSPkg80. I am still on SQL Server 2000 and am only using SDK v1.1.4322. Visual Studio is not installed. Do I need to do something special to ...
|
| The generic type 'System.Collections.ObjectModel.Collection`1' was used with the wrong number of generic arguments in assembly 'mscorlib' | 28 Mar 2007 20:05 GMT | 1 |
Has there been any resolution to this? I am seeing the same problem. The code seems to run ok but while I am stepping through it while debugging VS shows the value of count in my watch window as this
|
| Globalization question. | 28 Mar 2007 19:37 GMT | 2 |
I create a class library. Then I add default resource file to support globalization and add strings. I want to use these resource strings outside of this assembly, but I see that the generator makes all strings as internal static properties.
|
| Can we do this quick? | 28 Mar 2007 17:59 GMT | 4 |
Hello, friends, I defined an enum like the follows: public enum OrderStatus {
|
| Macro | 28 Mar 2007 15:52 GMT | 2 |
I am trying to write a macro where my cursor consistently locates the first row of recurring data on a spreadsheet despite the fact that it may appear in different locations on subsequent spreadsheets to which I apply the macro.
|
| Question about Inheritance | 28 Mar 2007 15:36 GMT | 2 |
I have a web application which accesses the data base. So I created a dataaccesslayer project which has a separate class for each table. I have also created a business layer to access these classes so that I can only refer to the business layer from web project. I used ...
|
| xxxx.dll.config file for what? (Setting for DLL) | 28 Mar 2007 12:46 GMT | 2 |
VS2005 I have Class library that serve as COM. I put some setting to the My.Setting, the compile create file with name: xxxx.dll.config Now I read that config not work with DLL, I try that, and it's seem
|
| Why a little slow in startup of .Net applications | 28 Mar 2007 06:18 GMT | 1 |
I have experienced a little bit of a slow in when a .net application runs first. But later it never happens until the system restarts. I understood the reason is that when ever application runs first JIT compiler recompiles the assembly and generate a native code that is fully
|
| bug in the automatic updates | 28 Mar 2007 06:04 GMT | 1 |
I am reinstalling windows xp home edition on my laptop computer. The original windows on this maching did not come with SP2. I went to the updates site for windows xp and downloaded SP2 which works fine. The problem is that the update site now wants me to install auto update ...
|
| System.Transaction and MSDTC | 28 Mar 2007 03:01 GMT | 2 |
We are developing a .NET 2.0 based distributed application and use System.Transaction namespace to handle transaction at Business Object level. DAAB 2.0 is used at Data Access Layer level. The database is SQL server 2000 (installed in Windows 2000 server).
|
| Workflow, fire a EventDrivenActivity from a StateInitializationAct | 28 Mar 2007 02:57 GMT | 1 |
Full question: From within a StateInitializationActivity can I fire an EventDrivenActivity that lives in that state? The goal is to automatically progressing from one state to the next without the actual events being pushed in from outside, if there is an error in the
|
| Outlook 2007 Email problem | 28 Mar 2007 01:56 GMT | 1 |
I'm pretty sure many are experiencing the same or similar problem but I don't seem to find any satisfying solutions!! On Outlook 2002, some emails content won't show up after I used & uninstalled Outlook 2007 beta 2.
|
| LoaderLock Exception from MDA | 28 Mar 2007 01:51 GMT | 1 |
All: This morning, for no apparent reason whatsoever, i started getting MDA LoaderLock exceptions in an application I'm developing. The callstack simply lists [External Code], Myapp.Program.Main(), [External Code].
|
| ASP.NET multiple pages with very similiar layout and logic | 28 Mar 2007 01:20 GMT | 4 |
I have a complex page (with 8 complex user controls, and many other asp.net controls.) I have 2 very similiar pages to create, each page differing only from the others in one control. What is the best way to achieve this? I would guess that I have 3
|