| Thread | Last Post | Replies |
|
| uploading images to a hosted server | 30 Jun 2005 12:51 GMT | 1 |
I am deploying an ASP.net application written in C# to a hosting server where I have limited privileges. I know how to do image file uploads if I'm doing them with a path involving C:\ but what path do I use when I don't know that information. Do I set up a folder relative to ...
|
| converting web app to desktop app | 30 Jun 2005 12:36 GMT | 3 |
We have a simple web application that basically lets you search a database of foods, select amount consumed and lists the nutrients. This is a fairly simple program not a lot of bells and whistles. We want to be able to convert from a web application to a desktop application. I
|
| problem in httphandler (server.execute)-please urgent.. | 29 Jun 2005 23:17 GMT | 2 |
i have problem in httphandler, my problem is that when i am trying to use server.execute(/default.aspx) i am getting error.... [Error executing child request for /Default.aspx] Here i am trying to redirect from home.aspx to default.aspx (both file
|
| Adding a library to the commandline | 29 Jun 2005 16:27 GMT | 1 |
I am using Visual C++ .NET, and I was getting the error message: "WinSock test project error LNK2001: unresolved external symbol "int __stdcall WSAStartup(unsigned short,struct WSAData *)"
|
| VS.Net VB - Reproducting Etherdetect captured UDP packets | 29 Jun 2005 11:03 GMT | 1 |
I am using Etherdetect to capture UDP packets. I then want to reproduce these packets in Visual Basic as a learning experience. It's just not working though. The Etherdetect capture is this...
|
| how to create new project in VS.Net 2003 using IP address remotely | 29 Jun 2005 09:13 GMT | 1 |
I have a server somewhere and i was given the IP address.. I tried creating a new project using VS.NET 2003 i typed in http://<ipaddress>/Webapplication But gives an error relating to mismatch and access denied etc..
|
| Calling a parent class method | 29 Jun 2005 03:37 GMT | 1 |
I have a class (sharedClass) that is instantiated (not derived) by two other classes (guiClassA and guiClassB). The sharedClass needs to be able to call a method that is defined in its parent class (guiClass). Specifically, when guiClassA or guiClassB calls a method from the
|
| vs .net 2003 install problem on xp | 28 Jun 2005 15:07 GMT | 1 |
When i try to install Visual Studio .net on my new Windows XP laptop the Disk1 install says "Setup has detected that another program requires the computer to reboot. You must reboot the computer before installing Visual Studio .NET Prerequisites. Once the system reboots, you need ...
|
| Tutorial Search - Create SQL Dbase via c# | 28 Jun 2005 10:56 GMT | 1 |
I'm searching for a tutorial concerning the creation and managment of an SQL database with a web front end via c# Thanks Frank Chapman
|
| SQL-Server / Databases | 28 Jun 2005 03:55 GMT | 6 |
I am very new with programming in C#. My problem: I want to find all MS.SQL-Server Names and displayed in a combobox. I looking 4 days long in the help, but I don´t find a answer.
|
| _t and _T | 28 Jun 2005 01:02 GMT | 1 |
Can someone tell me why VS C++ .NET inserts _tmain and not main when creating a project? Also, whats the deal with the _T before the various types (e.g. _TCHAR)? T.I.A.
|
| Help! I can't figure this one out. | 27 Jun 2005 18:54 GMT | 1 |
Hi to all. I have the following code in a VB app: **** CODE SNIPETT START Private Sub PostFile(strServer As String, strLocalFile As String, strURL As String, Optional strUser As String, Optional strPass As String)
|
| IDE getting slow when debugging a C++ app | 27 Jun 2005 17:28 GMT | 1 |
I have Visual Studio C++ .net 2003 (pro), and for some reason, it has gotten very slow when performing certain tasks associated with the debugger. For example, when I set or remove a breakpoint (F9), the IDE becomes unresponsive for up to 15-20 seconds before the breakpoint is ...
|
| Installer in VS 2003 | 27 Jun 2005 17:04 GMT | 1 |
Hi all, bit of a prob and not entirley sure where to post this lol. ok ive got a c# app, and ive created an installer for it using the setup wizard, all is well as long as i log on as administrator, ive removed the .net framework so its not trying to install that, and all my ...
|
| Q: VS for different projects? | 27 Jun 2005 16:34 GMT | 1 |
Is there a way to use VS to create different projects that just Win32 applications? Basically, I am looking for a way to customize which build tools are going to be called and which parameters are passed. This way, I would be able to use the IDE not only for my regular Win32
|