| Thread | Last Post | Replies |
|
| How to deploy this .net dll to staging? | 12 Jul 2006 08:00 GMT | 15 |
Hi, desperate for help here.... I have develop a .net assembly that is supposed to run in IE, to allow SharePoint to call Microsoft Office Document Imaging up to edit some tiff files.
|
| trying to compile a C file in a C++ CLR project | 12 Jul 2006 07:54 GMT | 1 |
Give me this error: Error 1 Command line error D8045 : cannot compile C file '..\..\..\..\Dev\API_C++\cutil.c' with the /clr option cl But it's a very ordinary C file!
|
| Application Monitor in .NET | 12 Jul 2006 03:33 GMT | 2 |
I am developing a Application Monitor in .NET but it seems it is not working. Pls guid me if anything is wrong. Here is the design of this server. 1 - I have created a dll which exposes an interface INotify which will
|
| what is assemebly's partialname? | 11 Jul 2006 22:32 GMT | 1 |
|
| Find no if weekend days from 2 given dates.. | 11 Jul 2006 19:10 GMT | 1 |
i am trying to create a function that take 2 SelectedDate from a Calendar and calculates the no. of days between 2 dates and also calculates the no of weekends (sundays and saturdays) and at last it gives the difference between total days minus weekdays..
|
| Install dotnetfx 2.0 with no reboot | 11 Jul 2006 18:25 GMT | 2 |
If want to do a basic install of .NET framework 2.0 on customers machines with no reboot at end. How can I do that ?
|
| Assign Tasks | 11 Jul 2006 18:08 GMT | 1 |
How do i assign/ create employee names as category/ field headers for task>
|
| What is the best way | 11 Jul 2006 17:32 GMT | 1 |
Hi all thanks to give me you point of view regarding this question. I have a portal www.website.com with some sub domain like job.website.com event.website.com etc… I would like when a user is authentified, in one of this portal, I would like to re-use is Session for all portal I ...
|
| Explain Patterns in DOTNET | 11 Jul 2006 17:26 GMT | 2 |
I am very confused regarding patterns in DOTNET. Please provide me details and types of patterns in dotnet as well as usages of it in general senarios. JP Sharma
|
| Can "InitializeComponent()" info be captured | 11 Jul 2006 14:37 GMT | 4 |
Don't know if I picked the correct NGs or not but maybe someone can steer me in the right direction. Does anyone know if a class exists to capture the same info now wrapped in "InitializeComponent()". I want to capture all form details for a given form at design time (properties ...
|
| Get Icon from CallingAssembly (or ...) | 11 Jul 2006 13:58 GMT | 3 |
I have a Control Library which shows a Form, and i would like to hev the icon of the CallingAssembly to be shown on this Form. Does anybody knows how to do this? I can't be able to get this Icon... Even worse, I don't find how to get it in the application itself :-)
|
| .net, COM+, and SecurityCallContext | 11 Jul 2006 13:26 GMT | 1 |
I am attempting to write a small COM+ app for practice for an MCAD exam. I am using the "SecurityCallContext.CurrentCall" command but when I invoke it I receive the error " No security context is available." Is the SecurityCallContext only applicable for specific
|
| Identify Mouse Button Clicks on controls | 11 Jul 2006 13:15 GMT | 2 |
when we click on Control, Both Left as well as Right Mouse Button Click gives the same functionality. Is there any solution to filter that only Left mouse clicks allowed. Actually I have more than one clikable controls on my UserControl giving the same functionality.
|
| C++ and Win32 Console projects | 11 Jul 2006 13:10 GMT | 2 |
Would someone know the difference between a C++ console project and a Wind 32 project? I have a C++ console application that uses the MatLab engine and I would like to retrieve information from a sql server database using ado.net but the
|
| Knowing DLL Debug/release | 11 Jul 2006 13:05 GMT | 2 |
I am loading DLL dynamically. I have no issues with that. I have one small problem. How do I know dll is compiled in Debug/Realse mode ? I want to load only a release mode DLL. Please let me know is this possible ?
|