| Thread | Last Post | Replies |
|
| rebuilding assemblies installed in GAC | 20 Oct 2004 20:23 GMT | 3 |
if i make changes to a project (the dll for which is installed in gac) and rebuild it in visual studio, does it automatically update the assembly in gac as well? or do i need to uninstall the assembly and reinstall it? is there a change that i would need to make in the assembly's ...
|
| Winxp Sp2 and Visual Studio Toolkit 2003 | 20 Oct 2004 19:38 GMT | 3 |
Trying to install Visual Studio Toolkit 2003 on Winxp Prof Xp2 I couldn't complete installation. Is there any bug?
|
| Visual Studio Express | 20 Oct 2004 18:23 GMT | 6 |
Does anyone know if Visual Studio Express will be distributed free of charge? I had thought that it would, to compete with similar productss from Borland and others, but I read somewhere else that it might cost as much as $100.
|
| Printer HardwareID | 20 Oct 2004 18:21 GMT | 9 |
I'm trying to get the hardware ID for the printers on a machine. Below is my code. The problem appears to get in my second call to GetPrinterDriver. I think it may be a problem with the DRIVER_INFO_6 definition. Any help would be appreciated.
|
| Design time and run time component assemblies | 20 Oct 2004 17:37 GMT | 2 |
In Borland's VCL it was possible to divide a component into design time and run time DLLs. The design time DLL would only be necessary when the programmer was setting a component's properties or events in the Object Inspector, the equivalent to the VS .NET Windows form designer. The ...
|
| Problems with licensing a control | 20 Oct 2004 17:05 GMT | 2 |
I have a problem trying out the "simple" component/control licensing scheme in VS.NET 2003 (I use C#). I have read several articles, most of them with differing
|
| disable printer | 20 Oct 2004 16:05 GMT | 1 |
how to write an activex control to place it in html page to disable client printer
|
| A little help with managing session timeouts | 20 Oct 2004 15:55 GMT | 6 |
If anyone can help me with the following I would be very greatful. In order to determine when a session has timed out I have some code in each page that does something like: loadSessionData(); // Populates a variable called sessionState
|
| GAC and configfile | 20 Oct 2004 15:55 GMT | 2 |
I have an assembly in the GAC. This dll will be used by different applications (that is the main advantage of the gac I think) Now I have this problem : The assemble (dll) uses a assemblyname.config file. Where do I have to put that file ? into the GAC ? Do I have to do that
|
| Could not access 'CDO.Message' object. | 20 Oct 2004 15:39 GMT | 2 |
Out of the blue my web application started returning this error when trying ot send email. I haven't done anything to this server in over a month. There was nothing in the KB about this message. Any info on what might be causing this?
|
| An incredible bug in decimal.ToString() | 20 Oct 2004 15:36 GMT | 2 |
This is unbelievable and totally the craziest thing I've ever seen. Code: decimal d1=decimal.Parse("2"); decimal d1=decimal.Parse("2.0");
|
| Need help on MSMQ and DTC | 20 Oct 2004 14:28 GMT | 2 |
I am using message queue and would like to put the message back into the queue in case a database transaction did not succeed. The only way I see this is: 1)using peek and then removing the message from the queue based on the
|
| Bug found in System.Net.Sockets.Socket class | 20 Oct 2004 12:52 GMT | 1 |
I came across an annoying bug in the Socket class. Apparently its GetHashCode() implementation returns its Handle property value. Since calling Close() sets the Handle to -1, GetHashCode()
|
| ssytem.web.mail attachment corruption | 20 Oct 2004 09:38 GMT | 1 |
Does anyone know of a fix for this. I have found several references to it but this one describes it the best: http://www.systemwebmail.com/faq/4.4.8.aspx Unfortunately no solution is aparent (apart from buy a third party control)
|
| build process for compact framework applications | 20 Oct 2004 08:13 GMT | 1 |
I am ravi Here , actually i wanted to build the pocket pc application through command line.In that Pocket Pc application i have used multiple projects means here project dependenies are there after building all the projects then only i can build my main project while
|