| Thread | Last Post | Replies |
|
| Method for finding dotnet version | 16 Feb 2005 01:24 GMT | 2 |
I am using Visual studio 2002. The dotnet version that comes with this, is dotnet version 1.0. I have installed dotnet framework version 1.1 recently. How can I associate dotnet version 1.1 with the VS 2002 ?
|
| scheduled windows task | 15 Feb 2005 22:59 GMT | 1 |
How to write a scheduled windows task . Not a windows service I want to schedule this exe in windows task scheduler. Thanks ajit
|
| Microsoft: Help with OLE documents... | 15 Feb 2005 21:09 GMT | 2 |
I have an application to draw and design different documents, that supports linking and embedding of other documents (like, for instance, Corel Draw or Word). Then, the user can print their designs "WYSIWYG", so I load the external document inside an OLE document container control ...
|
| Assembly resolver, side by side, versioning... | 15 Feb 2005 21:03 GMT | 1 |
I have read that you can specify only the major/minor numbers (plus token and culture) to reference a DLL installed in the GAC, and that the resolver will "upselect" to the dll with the latest build and revision number. Is this true?
|
| IIS Install | 15 Feb 2005 20:14 GMT | 1 |
i also cant install iis because of the lack of an OS cd. i cant find anywhere that i can download iis so i dont know whether i should freak out or not. please tell me if there is any way i can get it.
|
| dll inside a dll? | 15 Feb 2005 19:30 GMT | 1 |
is it possible to reference a dll that is inside another dll? in our program we have a solution called functions.dll and we are also using the mysql.data.dll in all our other solutions. is there a way to reference the mysql.data.dll in each solution by only making the functions ...
|
| ENTER and forms | 15 Feb 2005 15:47 GMT | 2 |
Can I use ENTER to submit my form using C#? I have used Page.RegisterHiddenField("__EVENTTARGET", "btnFind"); This works SOMETIMES but not all the time.
|
| xcel error at web server | 15 Feb 2005 15:44 GMT | 1 |
I am writing c# web application with Excel 2000. I have Excel 2000 install at my workstation, but not at the web server. My code is: Excel.Application EXL;
|
| VS 2002 and Framework 1.0/1.1 SP upgrades | 15 Feb 2005 15:27 GMT | 1 |
This is a question regarding service packs for the .NET Framework. We are still using Visual Studio .NET 2002 development environment to write our ASP.NET apps. However, on our app servers we also have .NET Framework 1.1 installed. Our current versions of framework offerings ...
|
| .net and mysql join | 15 Feb 2005 14:45 GMT | 2 |
i'm curious if there are any known issues with the 2. i've tried it in vc# and vb and i get the same results with both. every time i run a join and it gets to a 0 or null it makes everything following it in that column null. the mysql statement is:
|
| Excel process doesn't shut down | 15 Feb 2005 14:20 GMT | 1 |
I am writing c# web application with Excel 2000. My code is: Excel.Application EXL; EXL = new Excel.Application();
|
| How to disable event | 15 Feb 2005 14:05 GMT | 2 |
I am writing vb .net win form application. The code for disable button event at C# is: button1.Click -= new System.EventHandler(button1_Click); How can this be done at vb .net?
|
| How does IIS or Framework set the Content-Length header ? | 15 Feb 2005 13:53 GMT | 2 |
I'm experiencing a strange problem with an aspx page. This page does NOT set the Content-Length header. When hosted on my development PC (with IIS 5.0 and .Net 1.1), the HTTP response however contains a Content-Length header. When hosted on our test server (IIS 5.0 and .Net 1.1 ...
|
| Mysteries of a font in the PropertyGrid... | 15 Feb 2005 13:05 GMT | 2 |
I would like to know by what mechanism a font displayed in a PropertyGrid, shows children (like Bold) that correspond to Properties that only have a get, no set. Is there a special class in the framework that gives the PropertyGrid the list of rows to display for the font,
|
| reflector | 15 Feb 2005 12:52 GMT | 2 |
Do you know Lutz Roeder's Net Reflector.. it is disassembler for .net framework dll and exe. How can i protect my dll from disassemble program like this...
|