| Thread | Last Post | Replies |
|
| C++ project --> compile to a dll | 31 Jan 2005 23:53 GMT | 1 |
I've been given a C++ class library project which I need to use from my asp.net vb.net project. I have tried building the C++ class library it but it only creates a series of .obj files which I can't reference from the asp.net project. How do I get the C++ class library to ...
|
| How to debug? "No Symbols Have Been Loaded" | 31 Jan 2005 17:38 GMT | 1 |
I was enjoying working in VS for half a year without any problems and now I cannot debug anymore. Without any really reason my Studio tells me that the page that I want to debug has - No symbols loaded. I use VS v1.7.3088 and .NET framework v1.1.4322 SP1.
|
| Crystal reports "invalid keycode" error in VS.NET 2003 Prof(/Ent) | 31 Jan 2005 16:13 GMT | 1 |
When I try to add new item of "Crystal Report" type to my project I am receiving the following error "invalid keycode". Error dialog title is "Crystal report". My uderstanding is that crystal report comes integrated with VS.NET, and
|
| Voice recognition | 31 Jan 2005 13:59 GMT | 1 |
Does Visual Studio 2003 support voice recognition? I'm not asking if voice applications can be created (I know they can). I'm asking if I can use voice recognition instead of typing code in.
|
| Adjust .Net Security Policy | 31 Jan 2005 13:58 GMT | 1 |
I would like to save my project file in a network drive with getting the warning message, what is the real meaning of adjusting the security of the Local Intranet to Full Trust, how will it impact the security of my server and application
|
| Shared DLLs from Compact Framework drag unneccessary DLLs | 31 Jan 2005 13:11 GMT | 1 |
I have an application which runs on both CE.NET and the full framework. To allow for a shared code base the following describes the assembly structure: 1) There is an executable binary for each of CE.NET and .NET (Forms). 2) These Forms binaries reference and use classes defined in ...
|
| How to show return values in VSNET 2003 Debugger? | 31 Jan 2005 12:29 GMT | 3 |
Can the C/C++ debugger in VS.NET 2003 show the return values of function calls? The auto window in VS6 was something alike. But VS.NET 2003 won't display a return value. Is this feature removed, or arranged to somewhere else?
|
| VS.NET web.config file encoding | 31 Jan 2005 06:19 GMT | 3 |
I've just noticed that the web.config file that Visual Studio .NET 2003 creates in an ASP.NET application is saved with an XML declaration stating UTF-8 encoding, but appears to be in fact saved using UTF-16 encoding. Is there some reason for this? Will it be fixed/changed?
|
| Advanced printing | 30 Jan 2005 19:33 GMT | 5 |
I'm aware of the possibility to print plain text. But I'm wondering if it is possible to print more advanced documents. e.g. i want to let the user choose some topics and answer some questions that will be stored in variables.
|
| How do I change the binary edit window font? | 30 Jan 2005 08:08 GMT | 3 |
Dear VS7Mates, In VS6 IDE, when I opened a binary file 'as binary' - the file would open with the monowidth Courier font. In VS7 however, the file opens with a small font that is non monowidth. This messes up alignment, and
|
| Error 1406 appears during the VS .NET 2003 installation | 29 Jan 2005 13:10 GMT | 1 |
Need help installing on XP Home Edition PC. Getting "Error 1406. Could not write value to key \Software\Classes\.wsdl\OpenWithList\denenv.exe. Verify that you have the sufficient access to that key, or contact your support supervisor.". Logon as Owner with Administrator access.
|
| VS2003 - There is no editor available for (filename.aspx) | 29 Jan 2005 12:39 GMT | 1 |
I continue to receive an error: There is no editor available for (somefilename.aspx) Make sure the application for this filetype (.aspx) is installed. When you view the .aspx file, the values for Codebehind remain = to
|
| Common Environment Object Model: getting members of a C++ base class | 29 Jan 2005 06:10 GMT | 3 |
Hi again, I'll try to make it short: Given a CodeClass obtained from a C++ source file (by calling CodeElementFromPoint(vsCMElementClass)), I call get_Bases(&CodeElementsPtr).
|
| Comment out code by highlight with mouse? | 28 Jan 2005 23:05 GMT | 2 |
Hi, Is there a way to comment out several lines of code by highlighting with mouse? thanks
|
| TCP Listener Problem | 28 Jan 2005 21:03 GMT | 1 |
I have built a TCP client/server application pair that I use to upload data into an SQL Server DB. The client/server pair communicate properly while using a local network connection. However, I need to run them over an internet connection through a firewall. I have mapped the ...
|