| Thread | Last Post | Replies |
|
| .net framework 2.0 on Windows 2003 server running Citrix Metaframe | 15 Jun 2006 12:24 GMT | 1 |
I've installed .net framework 2.0 on a Windows 2003 Terminal server running Citrix Metaframe XP. The problem is that any compiled .net 2.0 exe file fails to run. The error message is typically some unreadable characters and then a
|
| sending fax using .NET | 15 Jun 2006 10:43 GMT | 4 |
I'm looking for a sample VB.NET to send fax using .NET Framework. thanks
|
| Passing parameters to a windows service | 15 Jun 2006 10:12 GMT | 3 |
Is it possible to pass a parameter to a "running" windows service on background? I am developing a program such the in a random manner some entries are being added to MSMQ Queues. The windows service application have to work when an entry added to a queue. How can i invoke such a ...
|
| Your Assistance Needed | 15 Jun 2006 09:33 GMT | 2 |
I am basically an Technical Recruiter. I am in the preparation of questionaire in Dot Net technology. Could you help me out in the new technologies coming up in recent days esp. in the combination of vb.net, asp.net, C# with Sql server.
|
| Serialize a Strategy Pattern List of objects with out xsi:type. | 15 Jun 2006 08:59 GMT | 7 |
As an examle I have a list of Vehicles that I want to serialize. A Vehicle could have Car or a MotorCycle as derived classes (strategy pattern). I want to serialize a list of Vechicles xsi:type attribute having the element names being Vehicle as shown here.
|
| VB.Net Code for signing an email | 15 Jun 2006 07:10 GMT | 25 |
Can you help me with some sample code for signing an email? I have the code to manage/Select the Digital Cert but cannot figure out how to sign an email with it. I have been using the CAPICOM interop to sign email but now that I have upraded to VS2005 I am wanting to convert the ...
|
| Ending an app programmatically | 15 Jun 2006 03:48 GMT | 5 |
I have a C# test app that I want to terminate after it has executed the functions being tested. Where is the best place to do this, and how? static void Main()
|
| Can we use dlls build with VS2005 with old apps? | 15 Jun 2006 02:23 GMT | 9 |
We have a product with bunch of dlls which are now built with Visual Studio 2003. We want to switch the build to use VS2005. I have read that in VS2005 runtime libraries come as side-by-side assemblies and that application has to have a manifest binding it to those assemblies.
|
| Toolbar Scrolls with Window | 14 Jun 2006 22:08 GMT | 5 |
I have a main form with autoscroll and a menu docked top & left. When I scroll to the right or down, the menu moves off-screen. How do I keep that from happening? (Do I have to set the location of the menu with each scroll-bar move???).
|
| creating services with UI | 14 Jun 2006 20:25 GMT | 2 |
I would like to write a service in C# and I have the need to display a UI with status information, statistics, etc. If I use the Windows Service project in C#, I noticed that the System.Windows namespace is not available to me in the intellisense when I type "using System.".
|
| Building from command line | 14 Jun 2006 18:09 GMT | 3 |
We are using Visual Studio.NET 2003 and need to build from command line for integration with Cruise Control. Reading the docs, I see I can do: c:\> devenv.exe /clean Debug example.sln This build fine, however, it seems that is starts a background process
|
| DateTime.ParseExact weird behavior | 14 Jun 2006 17:36 GMT | 6 |
Here is the problem I discovered resently. Any idea how to go around? in order to repeat behaviour the date has to be between 1 and 9. No problem with 2 digits date. Let's assume it is June 6, 2006
|
| How to define Type T for List<T> at runtime | 14 Jun 2006 14:59 GMT | 6 |
I am looking for a way to do something similar to public void CreateList() { Type[] dataTypes =
|
| ReportingService is not define? (MSDN code!) | 14 Jun 2006 13:03 GMT | 2 |
I try the code ffrom MSDN ReportingService.Render Method at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_ ref_soapapi_service_lz_6x0z.asp and i add reference to project: http://localhost/ReportServer/ReportService.asmx
|
| error | 14 Jun 2006 09:30 GMT | 1 |
hi friends when ever i cerate new project of asp.net in vs.net 2003 then i got error of open or creaton of project with following
|