| Thread | Last Post | Replies |
|
| Simple question | 06 Jun 2006 21:56 GMT | 1 |
<%# Session("oID") = Container.DataItem("VendorID")%> The above statment, writes the value of the 'VendorID' instead of assigning it to the session variable. What's wrong? I'm a classic ASP developer and have been asked to help with a
|
| GetCustomAttributes(true) not working when on an overriden Propert | 06 Jun 2006 19:36 GMT | 1 |
I just found out that if i have this code public class A { [MyAttribute()]
|
| Unable to get service to install automatically with custom actions | 06 Jun 2006 19:35 GMT | 2 |
I have not been able to determine why my installer package will not execute the custom actions that create the windows service when my service is installed. I even stuck a service notification message in the ProjectInstaller code and see nothing to indicate it is being executed.
|
| fuslogvw question | 06 Jun 2006 18:44 GMT | 3 |
what do the first and last log entries below mean? what do I have to do? LOG: Where-ref bind Codebase does not match what is found in default context. Keep the result in LoadFrom context. LOG: Binding succeeds. Returns assembly from
|
| Issue with multiple GUI threads on .NET 1.1 | 06 Jun 2006 16:13 GMT | 1 |
I am writing a desktop application that uses multiple GUI threads to interact with the user. Secondary GUI thread creates a main form for this thread, having application's main form as its parent and calls
|
| .Net Framework 2.0 SerialPort - How do I get win32 handle? | 06 Jun 2006 13:15 GMT | 3 |
Topic more or less says it all. I'm using the SerialPort class and need to get the win32 handle of the COM port. Any way of getting it? Thanks in advance. Dror.
|
| Static and non static functions | 06 Jun 2006 09:13 GMT | 3 |
Is it possible for a class to have a function available both as static and as instance function?
|
| Fuslogvw.exe | 06 Jun 2006 01:31 GMT | 5 |
I have install visual studio 2005 express visual basic and c#.. I was trying to make use of Fuslogvw.exe to diagnose problems in an assembly. I was able to use the com class assembly in one version of c style software but not a newer version.
|
| what happen to microsoft.public.dotnet.framework.interop | 05 Jun 2006 23:16 GMT | 3 |
can't find the group microsoft.public.dotnet.framework.interop. I even tried searching by interop. has it been renamed or merged?
|
| print selected pages from print preview | 05 Jun 2006 22:58 GMT | 1 |
I have to generate all the pages, because at run time we do not know which records will be on each page since the report is databound, but how can I send only selected pages to the printer? Here are some snippets of code:
|
| Threading problem | 05 Jun 2006 21:43 GMT | 5 |
I'm using System.ComponentModel.BackgroundWorker to do some drawing in my application. The thread seems to run fine but it runs twice and I can't see why. I'm going to show my code with everything that I think is not relevant
|
| Remove unused methods and properties from the assemblies. | 05 Jun 2006 19:59 GMT | 1 |
My application is splitted into more than one assembly. And I want to clean up the methods which are not called or not used among any of
|
| Runtime Security Permissions | 05 Jun 2006 16:28 GMT | 2 |
Hey All, I've got a program running on a Network share. It works without any problems when I add the \\server\* with Full Trust in the .Net Configuration MMC. I also export this security set as an MSI to be
|
| Displaying video/images on 2nd monitor | 05 Jun 2006 15:41 GMT | 2 |
I want to create an application (.NET C#) to run on a laptop with XP which will allow me to select an image or video on the 1st monitor (I.e.. the laptop's LCD screen) and for that selected item to be displayed in full screen on the 2nd monitor (I.e.. the laptop's external ...
|
| Simple question - how to use AppDomainSetup.PrivateBin prop? | 05 Jun 2006 11:33 GMT | 2 |
Situation: I have non-strong-name library _1Lib_.dll and want to load it in new domain. Startup app - just console app with code: using System; using System.Reflection;
|