| Thread | Last Post | Replies |
|
| network BIOS command limit has been reached | 31 Jan 2006 23:20 GMT | 1 |
When i'm debugging sometimes i get the following error message. Anyone know y? is this a bug in VS 2005? Configuration Error Description: An error occurred during the processing of a configuration file
|
| Show Tasks for all files | 31 Jan 2006 14:33 GMT | 2 |
Using Visual Studio 2003 - Is there a way to see all the tasks for an entire solution, or is something strange going on with my solution? My solution has about 6 projects in it. The only time I can see tasks that I have created in comments is when it appears in a document that
|
| Linking Data in VB.NET | 31 Jan 2006 12:31 GMT | 1 |
I am using Visual Studio 2005, and I am trying to add an SQLDataAdapter to my form, but when i look under "Data" in the toolbox, there is no SQLDataAdapter listed. When I use Visual Studio 2003, it is listed and I can add it to my form. Is there some setup that I need to run, ...
|
| using web form to insert records into MSAccess database | 31 Jan 2006 08:16 GMT | 1 |
Hi gang! I keep having problems inserting records to my Access database. I have tried to insert with oledbCommand executeNonQuery. It works sometimes and then quits working. No error or anything obvious.
|
| VS2005 Visual Inheritance | 31 Jan 2006 06:16 GMT | 1 |
I am thinking of using visual inheritance. I am using C# VS 2005. I am concerned about how good it is. I have heard about problems like controls dissapearing or so. Any hints, tips, ideas, concerns ???
|
| Build log with non -VC projects? | 31 Jan 2006 05:16 GMT | 1 |
I was trying to find a way to have the build log saved in a file for my C# projects, similar to the .plg (or buildlog.xml) files for the C++ projects in Visual Studio(see Tools - Options - Projects and Solutions - VC++ Project Settings - Build Log). I searched all the VS options,
|
| VS2005 - cannot view or add Database Diagrams | 31 Jan 2006 03:52 GMT | 3 |
With VS2005 TS Developer I am connecting to MS SQL 2000 databases in the Server Explorer, Data Connections. When I expand a database connection I do not see Database Diagrams or any option to create/work with database diagrams. From the Data menu on toolbar I do not find any ...
|
| reinstalling Visual Studio 2003 | 31 Jan 2006 01:53 GMT | 4 |
I'm trying to reinstall Visual Studio 2003 because it's pretty much stopped working. Keeps telling me it needs to install components, then exits before it gets anywhere. So I'm thinking just reinstall the thing. Anyway, whenever I click the Visual Studio .NET option on the ...
|
| Creating a simple DLL in VS.NET | 31 Jan 2006 00:23 GMT | 2 |
Man, what is going on with VS 2003 and 2005? How do you create a simple C DLL project? I'm about to just use MinGW.
|
| C Projects? | 31 Jan 2006 00:18 GMT | 1 |
How in the heck do I create command-line C projects with VS 2005?
|
| VS 2005 cannot connect to the Windows SharePoint Services | 31 Jan 2006 00:09 GMT | 1 |
From VS 2005, in the creation of a new team project, i'm unable to connect to Windows SharePoint Services: -------------------------------------------------------- TF30177: Team Project Creation Failed
|
| The unmanaged c++ class has CString, how to write managed c++ wrap | 31 Jan 2006 00:05 GMT | 1 |
I have existing c++ class library (.lib file). My existing c++ class uses MFC CString. I am trying to learn how to write a managed c++ wrapper for the existing c++ class library and how to set project configuration correctly so I don't have linking errors.
|
| Class Library for Asp.Net 2.0 (using C# in VS.Net 2005 Standard) | 30 Jan 2006 21:25 GMT | 2 |
I'm pulling out my hair (what little is left) trying to build a class library *that can access a web.config file*. When the compiler sees the code (below) it gives the error "The type or namespace name 'Configuration' does not exist in the namespace 'System.Web'
|
| Crystal Versions clobbering each other | 30 Jan 2006 14:30 GMT | 2 |
Our vb.net 2003 application uses the version of Crystal built in to Visual Studio. When installed on a machine that uses Crystal 8.5 DLL's, I think this is a VB6 application but am not sure, it prevents another app from exporting Crystal Reports to Word.
|
| const declaration | 30 Jan 2006 12:51 GMT | 1 |
how can i delcare Const HKEY_LOCAL_MACHINE = &H80000002 in vbscript to VB.net ? thanks
|