| Thread | Last Post | Replies |
|
| add lib to dll | 21 Mar 2006 08:53 GMT | 2 |
I have a Project that creates a DLL. I want to add a .lib file to the project but I don't know how. Please help! greetings juergen
|
| Conflicts between .NET 1.1 and .NET 2.0? | 21 Mar 2006 08:17 GMT | 2 |
I was looking on the Microsoft web page "How to Get Windows 'Monad' Shell Beta" at: http://www.microsoft.com/technet/scriptcenter/topics/msh/download.mspx Where it says: "Note that, in some cases, .NET Framework 2.0 can conflict
|
| Test for memory leaks | 21 Mar 2006 05:16 GMT | 4 |
VS 2005 / C# I’m writing an application that uses COM interop heavily and also some unsafe code. How can I test my app for memory leaks?
|
| How to login from code view? | 21 Mar 2006 00:17 GMT | 2 |
I know this must be simple, but i can't figure it out. i'm creating user's from the code view using code similiar to this.. ..... If Membership.RequiresQuestionAndAnswer Then
|
| I would like to hear dialog on VB2005 vs. VB2003 | 20 Mar 2006 23:28 GMT | 5 |
What do most of the group think about 2005 in comparison to 2003? Slower? How painful is it to upgrade decent sized 2003 apps to 2005? Are there more gotchas?
|
| export to excel | 20 Mar 2006 23:21 GMT | 1 |
any FREE solution for export data into excel file? Thanks in advanced
|
| Write a "Windows Service" as a HTTP Request Server? | 20 Mar 2006 21:43 GMT | 2 |
My goal is to write a windows service that can act as HTTP Request server. How can I do that? I know that I can use ASP.NET to develop a web site to achieve this purpose, i.e. receive HTTP request. However, I'd like it to exist in
|
| Transfer Javascript string to codebehind | 20 Mar 2006 21:12 GMT | 4 |
I have a problem, on my page (*.aspx) i have a string written on klients computer in javascript. How can i pass this string to the codebehind *.cs file? From there i want to store it to a database... //Micke
|
| Build Errors in Enterprise Library Install | 20 Mar 2006 20:34 GMT | 4 |
When I try to run the Build for the Enterprise Library, I get several messages referring to the .csproj files... stating that they are not installed (see below). They are located at the directory references specified.... How to I install them?
|
| Send email without SMTP | 20 Mar 2006 17:49 GMT | 4 |
I want to send an email from our Intranet site to myself whenever an error happens. Our manager will not let us install SMTP on the web server. Is it possible to send email programatically without SMTP installed?
|
| Crash when hooking common dialog boxes in namespace extension | 20 Mar 2006 17:29 GMT | 1 |
Hello all. Not sure which group this problem best relates to, so I'm posting to both with a follow up. I started learning C# and .NET last august for a project for my employer. The project involved extending explorer by creating a
|
| Exporting aspx pages with images to excel, word and pdf | 20 Mar 2006 17:13 GMT | 2 |
I am using a third party tool to generate charts. This tool generates charts in .png or .jpg image. And in aspx page i have some more images with company logos and all, Now i want to export this .aspx page to word, excel and pdf. I searched on net for the help, but i didn't find ...
|
| Grid Column sorting | 20 Mar 2006 15:49 GMT | 1 |
I have grid has 10 columns and I want to allow sorting only on first two column. When I do allowsorting = true my all column show as link button. Thanks
|
| how to use MSDN library from another PC of the LAN | 20 Mar 2006 12:53 GMT | 2 |
sorry for the newbie question. Everytime i press F1 for the help i receive the message: "Help Is Not Installed for Visual Studio"and the instruction about how to install it.
|
| Office/Stdole getting added to web.config automatically | 20 Mar 2006 07:14 GMT | 3 |
I have a VS2005 solution that has a class library and a website. Website has a project reference to the class library in the solution. Whenever I try to build the solution the following two lines get added in web.config as part of the compilation process. These lines get
|