Comprehensive, categorized, searchable collection of links to ASP & ASP.NET resources...
ASP.NET Directory

Applications
Assembly & Controls
Books & Media
Community
Other ASP.NET Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Powerful high Performance ASP.NET & SQL Server Forum Software
ASP Directory

Applications
ASP.NET Directory
Books & Media
Community
Components
Other ASP Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Newsgroups

Participate in over
100 ASP & ASP.NET related newsgroups right here @ Fuzzy Software...

.NET Framework
- .net.faqs
- .net.framework
- .net.general
- .net.setup
- .net.scripting
- .net.xml

Web Services
- aspnet.webservices
- msdn.soaptoolkit
- msdn.webservices

SQL Server
- sqlserver.setup
- sqlserver.prog...
- sqlserver.tools

Classic ASP
- asp.db
- asp.general
- asp.components

Scripting
- scripting.jscript
- scripting.remote
- scripting.vbscript
- scripting.wsh

All newsgroups...

ASP Built-in
Objects Reference


Application Object
ObjectContext Object
Request Object
Response Object
Server Object
Session Object

Personalise Fuzzy
Make Homepage
Link To Fuzzy
Bookmark This Page

Add our directory to your site in less than
2 minutes...



deloittes.NET AdServe - ASP.NET Ad Management, Tracking and Reporting








Whats New!


Post New Message

Using a Window control form in IE [0 replies]
microsoft.public.vstudio.development, Sunday, January 29, 2006
hi, I have developed a window control form in C sharp 2005, i can use the componet in other .exe application but no in Internet explorer. The componet has been installed in the GAC and a...

Window form control deployment [0 replies]
microsoft.public.vstudio.development, Saturday, January 28, 2006
hi, I have develop a window form control in C sharp, If in the same solution I add a new project standard windows application i can use the control no problem. But If i start a new ...

Problem with temporary object instantiation [1 reply]
microsoft.public.vstudio.development, Saturday, January 28, 2006
Hi, I cannot figure out why this code fails to compile. I use 2 files, main.h and main.cpp to separate class declaration and definition. in main.h #define MAIN_H #include <iostr...

Usiang a Window control library [0 replies]
microsoft.public.vstudio.development, Saturday, January 28, 2006
Hi, Tool: Visual Studio 2005 I have created in C Sharp a window control library, i did the debug in the ole container, so far so good. Now I would like to use it in vb.net but when...

msxml.h include problems [0 replies]
microsoft.public.vstudio.development, Friday, January 27, 2006
Hello Guys I have an STL application with no MFC written in VS.Net 2005 - it uses the winsock libraries therefore I must include winsock.h/winsock2.h. The problem this also forces msxml...

clickonce argument [0 replies]
microsoft.public.vstudio.development, Friday, January 27, 2006
Is it possible to specify any argument/parametrar to an application which is installed with ClickOnce locally (locally=which the startmenu shortcut starts up with file://).

building a web site [0 replies]
microsoft.public.vstudio.development, fri,
I just got back working on my website. Its taken a long time to finish but I am getting there. I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a ...

VS 2005 Setup Projects: Symbolic Folders/Shortcuts? [0 replies]
microsoft.public.vstudio.development, Friday, January 27, 2006
I am working on an Visual Studio 2005 Setup Project. In the Registry editor and some other editors, I can use symbolic names such as [Manufacturer], [ProductName] etc. which are automatical...

VS 2003/2005: Visual Styles for Setup Projects [0 replies]
microsoft.public.vstudio.development, Friday, January 27, 2006
Hello world, after I converted a setup project (Setup.exe/.msi) from VS 2003 to VS 2005, I experienced that the 2005 version does no longer display Windows XP Visual Styles (appearance o...

redistributing MSXML 6 [0 replies]
microsoft.public.vstudio.development, Thursday, January 26, 2006
If anybody has a good link for this, I would appreciate it. I can't figure out how to distribute it, all the Microsoft articles are about MSXML 4 and even then I can't find the downloads the...

Strange behavoiur of ostringstream (VS.NET 2003 and C++ at a... [1 reply]
microsoft.public.vstudio.development, Thursday, January 26, 2006
Hi, Here is my sample. It is very simple console Win32 C++ project but same behaviour is reproducible in other contexts. ---- stdafx.h : #pragma once #include <iostr...

C++ access in VB .net [0 replies]
microsoft.public.vstudio.development, Tuesday, January 24, 2006
Hi, I'm using VS .NET 2003. I have some C++ programs (I have the source) that I want to make available to a VB .NET program. What is the best way to do this? Would I create a DLL from the ...

bug in vs 2005 (?) [0 replies]
microsoft.public.vstudio.development, Tuesday, January 24, 2006
Sometimes when I compile a program that has some sort of error, the list of errors is displayed in the Error List at the bottom of the code window, for example " ; expected ". So I go an...

Access 2003 and Visual Studio 2005 [0 replies]
microsoft.public.vstudio.development, Tuesday, January 24, 2006
I currently work in a small development group that maintains an Access/SQL database application. We have a large amount development time put into the VBA scripting, reports and forms for t...

command button help [0 replies]
microsoft.public.vstudio.development, Tuesday, January 24, 2006
i am trying to make a program that will link to several different things 1) a web site 2) a program on a server 3) a customer database on the local machine can anyone help me with the com...

Finding duplicate programs and dlls [2 replies]
microsoft.public.vstudio.development, Tuesday, January 24, 2006
Hello, i am searching for the easiest way to write a command line program (or use one that has anyone written...;-)) that does the following: Given a program with path and a directory from...

How to do mult-tabbed document window like for html, xml, de... [0 replies]
microsoft.public.vstudio.development, Monday, January 23, 2006
Hi How to do mult-tabbed document window like for html, xml, design etc Current example: when Ian .aspx page I ve got 2 bottom tabs one for design and one for html. I would like to...

webtesting [0 replies]
microsoft.public.vstudio.development, Monday, January 23, 2006
I have some web pages that I need to develop tests for using visual studio. How can I add a check to a test? For example, sometimes the interface asks for a user ID and password. If the ...

Changing properties of files/executables [3 replies]
microsoft.public.vstudio.development, Sunday, January 22, 2006
Hi, How does one automatically change the properties (file version, title, company...) of generated files (exe, dll, etc.). thnx.

Install dll to GAC failed [1 reply]
microsoft.public.vstudio.development, Monday, January 23, 2006
I'm creating a Setup project with VS2005. I my setup project, I add some strong-named assemblies to the special folder: Global Assembly Cache. Then I build my setup project. When I run se...

VStudio 2005 - Project settings for multiple configurations [1 reply]
microsoft.public.vstudio.development, Sunday, January 22, 2006
Hi all, I'm porting my multi-project application workspace from VS 6.0 to 2005 solution. One of the problems is that when I want to add an additional "preprocessor definition" constan...

MFC4.2 double clickfile problem [0 replies]
microsoft.public.vstudio.development, Sunday, January 22, 2006
Hi, I developped an application with Visual c++6.0, it deals with a specified file , it is a standard Doc/View architecture, now I meet a problem, when Ia file with double clickin...

Displaying ButtonField based on SQL Query (in Gridview) [0 replies]
microsoft.public.vstudio.development, Saturday, January 21, 2006
Hi all, I'm trying to programatically set the ImageURL within a ButtonField. Basically, If a value in my sqldatasource is equal to the first cell in the GridView then display 1 image, if...

Free Hot Phone Sex [0 replies]
microsoft.public.vstudio.development, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Free Hot Phone Sex [0 replies]
microsoft.public.vstudio.development, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Interpreting map files [0 replies]
microsoft.public.vstudio.development, Saturday, January 21, 2006
Hi, Can someone point me to any good articles on interpreting my VC6/MFC project's .map file? Windows sometimes gives a runtime error on my release program. I am not confident in wh...

Data Adapter Issues with Sql Express 2005 [1 reply]
microsoft.public.vstudio.development, Saturday, January 21, 2006
We are using VS 2003 Enterprise with SQL Express 2005. Our developer group recently migrated the application's database from SQL Server 2000 to SQL Express 2005. Now we are experiencing is...

How tell ClickOnce we moved app? [0 replies]
microsoft.public.vstudio.development, Friday, January 20, 2006
As, let's say, "Acme" company we published a C# Win app named "MyApp" using ClickOnce. But now our company name has changed and even the app name has as well. How can we update things c...

Accessing another applications functions... [0 replies]
microsoft.public.vstudio.development, Friday, January 20, 2006
I must say I am a very novice programmer. I am not asking how to do this, I am really just looking to be pointed in the right direction. I have this application, everyday I have to run it...

visual studio .net : datagrid teradata [0 replies]
microsoft.public.vstudio.development, Friday, January 20, 2006
Via ODBC, we retrieve dataset from a query in a table in Teradata. One field has the format "Integer FORMAT 99:99:99". this field is included to the dataset when we want to display it into...

Crystal Reports Deployment [0 replies]
microsoft.public.vstudio.development, Thursday, January 19, 2006
I have checked on the web, and found nothing useful. I was wondering if anyone has run into the same problem I have. I have created an application in Visual Studio 2005, using C#. When I...

Debugger Problems [0 replies]
microsoft.public.vstudio.development, Thursday, January 19, 2006
All of a sudden I have the following problem when I debug a MCMS application: I put a breakpoint on a line which contains a MCMS object. The debugger stops at the line with the MCMS obj...

VS 2005 C++ [0 replies]
microsoft.public.vstudio.development, Thursday, January 19, 2006
Hi I added to my.resouces ("Form1.pl - PL.resx") empty database date.mdb. How do can in my programme retrieve my empty database from my.resources and save this on hard disc? I ask about h...

Can't replicate WebServices Project to Second Workstation [0 replies]
microsoft.public.vstudio.development, Wednesday, January 18, 2006
This project is a collaborative effort. We need to have this project environment up and running on multiple developer workstations. I'm trying to replicate the environment on a second works...

Assigning the strongname keyfile for all projects in a solut... [0 replies]
microsoft.public.vstudio.development, Wednesday, January 18, 2006
Hi, Is there an easy way to assign the same strongname keyfile to all projects in a solution? I've tried adding the keyfile attribute to to the "GlobalAssemblyInfo" file, which works, b...

Free mp3's [0 replies]
microsoft.public.vstudio.development, Wednesday, January 18, 2006
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>And much more that that!</P> <P><A href="http://forum.saait.net/">http:/...

Service Packs for Visual Studio 6 [1 reply]
microsoft.public.vstudio.development, Tuesday, January 17, 2006
I'm looking at purchasing Visual Studio 6 Professional on ebay. Some of the listings mention that a service pack CD is included. I see that service packs 5 and 6 are available for download ...

ClickOnce deployment problem unhandled exception [0 replies]
microsoft.public.vstudio.development, Tuesday, January 17, 2006
I have deployed a simple application to a W2K server using VS 2005. The application runs fine from the development box. When I try to install and run the application from a non development b...

Free music - games - movies - software!!! [0 replies]
microsoft.public.vstudio.development, Tuesday, January 17, 2006
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>Get free music, games, movies and software!!! 100% legal!</P> <P>All y...

Problem with VS2003 and custom controls [0 replies]
microsoft.public.vstudio.development, Tuesday, January 17, 2006
Hello, since a couple of days I have the following problem: when I try to drag'n'drop a custom control from a GUI class library to a form (in the same library) I get the following except...

Adding Web service default namespace [0 replies]
microsoft.public.vstudio.development, Monday, January 16, 2006
When you add a webservice in VS.NET 2003, the default namespace becomes (project_name),(webservice_name). Is there a reason for that. Why does it not use only the webservice name that we spec...

Dim vFrm1 as New Form1 - not working :( [0 replies]
microsoft.public.vstudio.development, Monday, January 16, 2006
The subject code is the way I always access Form controls i.e Labels, Textboxes, Buttons etc. but for some reason said code does not work anymore, I don't understand. I have just done a ful...

SQL Server for simple development [1 reply]
microsoft.public.vstudio.development, Monday, January 16, 2006
hello, is there a simple tutorial on how to develop an application using SQL (desktop edition?). I am using MS V/S .NET Professional and would like to create - a simple form with ...

SOAP debugging in Visual Studio 2005 [0 replies]
microsoft.public.vstudio.development, Monday, January 16, 2006
Is there any tools for SOAP debugging in Visual Studio 2005?

graphical WSDL editor i VisualStudio 2005 [0 replies]
microsoft.public.vstudio.development, Monday, January 16, 2006
Is there any graphical WSDL editor in Visual Studio 2005?

can'tmp3 using MCISendString on 64bit [0 replies]
microsoft.public.vstudio.development, Saturday, January 14, 2006
Hello! I'm porting a little program to x64. I use thecommand with mciSendString which is working fine in win32: ret = mciSendString("\"c:\test.mp3\" type MPEGVideo alias mysound"...

MSDN video / VS 2005 / 64 bit development [0 replies]
microsoft.public.vstudio.development, Friday, January 13, 2006
I remember one time seeing a video out on MSDN about 64 bit app development with VS 2005. It showed how to set you project (before you start coding) to use either x86 / x64 or both. I FIN...

Stack Trace of a Hung Program [1 reply]
microsoft.public.vstudio.development, Friday, January 13, 2006
Hi there, Any idea how to find out the thread stacks of a running but hung process (developed using Visual Studio 6.0, C++ environment)? In the Solaris/UNIX world there's a command call...

Moving a Project from VS2003 to VS2005 Problem [0 replies]
microsoft.public.vstudio.development, Friday, January 13, 2006
I have just upgraded to Visual Studio 2005 and have loaded in a project i have been working on, and the code compiles ok but fails to link correctly, as shown below. Any suggestions about w...

Are VS 2003 C++ libs compatible with VS 2005? [0 replies]
microsoft.public.vstudio.development, Friday, January 13, 2006
I have a console application that is currently compiled with Visual Studio .NET 2003 and links statically with several third-party C++ libraries. Can I expect those same C++ libraries to work...

Wich Version [0 replies]
microsoft.public.vstudio.development, Friday, January 13, 2006
Hi,I'm the sysadmin from a 10 Programmer ISV Team with a Universal subscription, the programmer work at moment with VS .NET 2003 and Sourcesafe 6.0. I must now prepare to migrate to Visual ...

I found this cool link [0 replies]
microsoft.public.vstudio.development, Friday, January 13, 2006
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P><A href="http://forum.saait.net/viewtopic.php?p=22305">http://forum.saa...






$10/mo & 3 Months FREE!


Receive all the latest quality ASP
& ASP.NET content direct to your inbox. Sign-up to our newsletter.






DevDirect.com - Tools and Components for Software Developers

CodeFixer

ASPNET World.com

ChrisShell.com



More partners...

deloittes.NET AdServe - ASP.NET Ad Management, Tracking and Reporting
  10140 ASP & ASP.NET resources in over 483 categories and growing daily...
Fuzzy Software - asp / asp.net resources, tutorials, code, scripts, applications, components, newsgroups, hosts and much more... Sitemap 0 1 4