| Thread | Last Post | Replies |
|
| Assembly in the GAC, using Enterprise Library...how to access .con | 31 Aug 2005 05:05 GMT | 1 |
If you had a DLL that you installed to the GAC that uses the Enterprise Library, how would you get the Enterprise Library assemblies to access the primary .config file? For example… say you take the Enterprise Library… which uses .config files
|
| Bug in Socket.Receive method (?) | 31 Aug 2005 02:31 GMT | 6 |
I've noticed what appears to be a bug in the Socket.Receive method in the 1.1 Framework. Specifically, when talking between sockets on the same machine, the Receive method appears to ignore anything after a newline. For example, here is a snippet of server code listening on all ...
|
| Directory.GetFiles File Order Issue | 31 Aug 2005 00:03 GMT | 5 |
I need to programmatically iterate over all files in a folder in order of file name. I’m using VB.Net and Directory.GetFiles. The problem is that the numbers are being interpreted as characters versus numbers as the default in XP. Hence my iterations are Image1.jpg, Image10 ...
|
| Net 2.0 framework installation fails | 30 Aug 2005 19:33 GMT | 1 |
Net 2.0 framework redistributable installation fails with the error message "Installation failed" Where does the install store the logs? How do I troubleshoot the problem?
|
| Where does the frawework keeps installatin log? | 30 Aug 2005 19:05 GMT | 2 |
My Net 2.0 framework installation fails at the stage where it registeres the type libraries. Where is the installation log stored? It is definitely not in C:\WINNT\Microsoft.NET\Framework\v2.0.50215
|
| Security Warning | 30 Aug 2005 18:33 GMT | 1 |
I am supposed to modify/manage some code. it was on a machine in "Network Shared", I whacked it from there and put it in my wwwroot folder, I opened it after creating a Virtual directory and it gave me this "Warning" When I open the "Sample.sln" I get warning + Errors which reads: ...
|
| ToString.....or not ToString (that is the question) | 30 Aug 2005 15:26 GMT | 19 |
Although the object class has a ToString method, not all classes show this method in their IntelliSense list of properties and methods. Why? Also, in VB .NET, with Option Strict turned on, you can sometimes get away with assigning a non-string type to a string, without having to ...
|
| automatically fill a dropdownlist insiede a datalist in c# | 30 Aug 2005 14:46 GMT | 1 |
Good Morning, I want to create a combobox in c# that is filled from a dB at runtime, the combobox is inside a datalist, when I try to fill it the answer is that it is not recognized, how I can solve the problem, thanks
|
| URL inside a mail produced with aspx | 30 Aug 2005 14:08 GMT | 1 |
Good Morning, I want to create a mail using aspx and c# , I need a plain text mail, not an html mail but I need to insert an url inside it. I want to know if it is possible to have a link like this
|
| Error message when loading a program using .NET Framework | 30 Aug 2005 09:47 GMT | 2 |
I have a program (Access Manager 2) which uses the .NET framework, and since (I think this is the problem) trying to upgrade my firewall (Zone Alarm), I am always presented with the following error '.NET Framework initilization error -C:\WINDOWS\Microsoft.NET\Framework\V1.1 ...
|
| Problems building a proyect | 30 Aug 2005 09:41 GMT | 1 |
Hi, I've just finished my project, but when I press the build option appears an error: "There is a circular dependency in the target dependency graph involving target "build""
|
| batch compile/build | 30 Aug 2005 09:29 GMT | 3 |
I have few VS.NET project that depends on each other, and when i build one of them i need the DLL to be updated in the other's bin folder, before i compile the others, and this don't happed by default. I heard of an option to change the copy local to false and then to true
|
| Howto create a popup menu with icons? | 30 Aug 2005 08:36 GMT | 2 |
I wonder if exists any way of creating a popup menu (ContextMenu) where every option has an own icon. Thanks!
|
| How to get upstream assembly name(?) | 30 Aug 2005 04:54 GMT | 1 |
I am trying to figure out how to get the name of upstream assemblies (assembly which called the current assembly) in an asp.net app. UI Layer (asp.nex code behind) Bus Logic Layer (seperate assembly called by UI)
|
| Treeview -- default all items to show plus sign? | 30 Aug 2005 01:03 GMT | 2 |
I have a treeview control that's first being populated with a list of items. Each item has sub nodes, and sub nodes have sub nodes. It takes a while to load the whole thing, so I decided the better approach was just to load the items for the node that's currently selected.
|