| Thread | Last Post | Replies |
|
| accessing web application using no-ip.com | 29 Dec 2005 01:56 GMT | 1 |
I am having difficulty accessing my web application over the internet. I dont have any problem when I connect using localhost. I have created an account with no-ip.com. The web site is accessible thru port 6000. Since my machine is behind a router, I am using port forwarding to
|
| Docking and overlappping onrols | 28 Dec 2005 21:39 GMT | 5 |
I had placed three controls on a UserControl and had them all perfectly docked together filling up the UserControl. I needed to add a fourth controls docked to the top. So I dropped it on the UserControl, changed the new control to Dock = top and changed the taborder
|
| How to add elements (files) to solution explorer by link | 28 Dec 2005 16:40 GMT | 1 |
Sorry about silly question but i cannot share 1 file folder among 2 projects within single solution so it would appear by reference (as link) without to be copied into each project (in order to avoid duplication). Thanks
|
| No ping on connection - reconnect | 28 Dec 2005 14:03 GMT | 1 |
When I ping my server over the internet connection and the server isn't responding due to the connection not working properly is it possible in .Net to reconnect the connection if the ping is unsuccesful? Thanks.
|
| Convert Byte to Bit Pattern | 28 Dec 2005 08:03 GMT | 2 |
Can anyone tell me how to convert a byte to bit pattern? e.g. Byte b = 1; after conversion = 00000001 Tedmond
|
| Binding a Collection as a component | 27 Dec 2005 23:14 GMT | 1 |
I have a collection (PersonCollection inherits collectionbase and implements ITypedList it's a collection of Person objects) this collection also implements the IComponent interface, so I can drag the collection from the toolbar to the form editor. Now the problem is when I add a ...
|
| need recommendation on a .net reporting tool | 27 Dec 2005 22:10 GMT | 1 |
I need to develop reports for internet users accessing my aspx (2005) pages hitting sql server 2005. I originally developed them in Crystal Reports but now I have learned that asp.net hosting providers do not support Crystal due to high licensing costs.
|
| Stored Procedures IN .NET IDE | 27 Dec 2005 18:36 GMT | 1 |
Two Questions: How do you add a new SP from within the .NET IDE? Is it possible to add an SP to an Access Data Connection from within the VS .NET IDE. I know you can't add SP's to Access itself but thought I might be
|
| Using team foundation server w/other versions of VS2005 | 27 Dec 2005 18:09 GMT | 2 |
Does anyone know if it's possible to use team foundation server as a SCM backend with non-team system editions of visual studio? For example, we're planning on getting a copy of Visual Studio 2005 Tools for Office and I'd really love to use team foundation server for source
|
| Convert seconds to 00:00:00 (HH:MM:SS) format. Please help | 27 Dec 2005 17:32 GMT | 14 |
I have this for example: Dim iSeconds as int32 = 3600 '3600 seconds is one hour How do i convert it to "01:00:00" ? Please help. Thanks in advance!
|
| Protected Configuration in a Windows Application using C#. | 27 Dec 2005 16:27 GMT | 1 |
I'm trying to use Protected Configuration to encrypt the contents within the connectionStrings elements in my app.config file. I've got it to work successfully on my development machine but when I deploy it to other machines the appliction just crashes when it trys to access the ...
|
| Regarding usercontrol in .NET | 27 Dec 2005 15:59 GMT | 1 |
I have a problem regarding use of a usercontrol in .NET. My usercontrol consists of two listviews which I say as source and destination lisviews which contains the files and folders.
|
| Installshield Express - VS2003 GAC problem | 27 Dec 2005 14:29 GMT | 1 |
I have a strong named assembly (.dll) and I need it for com interop. Works on the local machine fine XPSP2. Want to build an install. Put the dll in the GAC and a target local folder, then took the regasm /regfile output and put that in the reg section of installshield express ...
|
| Share Single Session between different .net Solutions | 27 Dec 2005 12:21 GMT | 1 |
We have 5 to 6 projects .net running on production, in which each one has its own virtual direstory, however we need to add up two more and link them all together so they can share same single session state. we are doing this for some Authentication and Role identification
|
| associating subdomains to .net sockets | 27 Dec 2005 05:50 GMT | 4 |
Is there a way to associate or bind a subdomain to a tcp sockets under .net framework (vb.net / c#). I know ip address can be used when using sockets, but the problem is the ip address is shared among subdomains (limited ips supply). Iam looking for possible way to use subdomain ...
|