| Thread | Last Post | Replies |
|
| VS6 debug mode error with pointer declared in class | 28 Jun 2008 15:18 GMT | 2 |
I get an access violation crash with declaring the pointer in the class constructor when I run in Debug mode but it seems to run ok in Release mode. It is not clear what I am doing wrong. Example code:
|
| Shrinking Controls, width changes between save/check in and load | 27 Jun 2008 13:32 GMT | 1 |
I have a variety of controls in a Panel, and they are docked to the top/left/right of the Panel so that when the panel resizes the controls resize with it to fill the space left to right. The problem is, the controls are shrinking when I save, close, then reopen
|
| ATL object does not unregister | 27 Jun 2008 09:38 GMT | 1 |
I created a ATL simple object in an ATL DLL. The server is registered while deploying with VS2005 using DllRegisterServer. But the registry entries at [HKEY_CLASSES_ROOT] are not removed when the function DllUnregisterServer is called. I reviewed the ATL implementation.
|
| target-specific references | 26 Jun 2008 11:25 GMT | 1 |
I don't see any way to make a reference target-specific -- i.e. x32 or x64 ... I'm on VS2005 ... was this fixed in VS2008 ? If not, how are people dealing with this limitation ?
|
| VS2008 hangs when building and I right click for Intellisense | 26 Jun 2008 06:04 GMT | 1 |
VS2008 hangs when building and I right click for Intellisense. It appears to be a standard dance of interleaved mutex death. The compiler stops building and the IDE turns all white. I have to kill VStudio to recover.
|
| Which VStudio 2008 Edition Can Connect to SQL Server? | 25 Jun 2008 20:28 GMT | 1 |
Can someone tell me which edition of Visual Studio 2008 will allow the Database Explorer to connect to a SQL Server database? I am currently running C# 2008 Express Edition, but I can only connect to an Access Database File, SQL Server Compact 3.5 and SQL Server Database File. I
|
| Problem getting to the design view | 25 Jun 2008 19:31 GMT | 1 |
I open a .sln file, but I only get the project.vb file open. I have to manually open the project.designer.vb code to see my projects code. I cannot get to the project[design].vb view to edit my form either. What is going wrong?
|
| Setup and Deployment Project Problems | 25 Jun 2008 17:09 GMT | 1 |
I've been having problems with the installer package I've created. Here's the scenario - I have 3 assemblies, the service.exe, core.dll, and remoting.dll in the project. All of these assemblies are being placed into the target folder via the project output. The core.dll and ...
|
| Copy file to anther pc | 25 Jun 2008 16:11 GMT | 1 |
How can I in C# copy a file from my pc to anther without usin network sharing?! Thanks
|
| Debug errors in VC++ .NET (xdebug) | 25 Jun 2008 08:12 GMT | 4 |
I am converting a VC++ 6.0 project over to VC++ .NET. on Windows XP. Previously, everything worked fine in VC++ 6.0, but now when i build a debug version i am presented with the errors listed below: d:\Program Files\Microsoft Visual Studio .NET\Vc7\include\xdebug(29): error
|
| Dotfuscator community edition fails on generics | 24 Jun 2008 17:08 GMT | 1 |
Dotfuscator 4.0 community edition seems to fail to create any output if I have generics in my code. This would make the product completely worthless if this is true. Error: "Dotfuscator Community Edition cannot rename generic types or methods. If you would like Dotfuscator to ...
|
| SCC - check out all | 23 Jun 2008 18:30 GMT | 2 |
Hi; We need to do a check out of all files in a directory and all sub-directories for our Java code. As it's Java code we don't have a way for the IDE to check out files as needed and as our project is
|
| Using Visual Studio 2003 | 23 Jun 2008 13:12 GMT | 4 |
I cannot use Visual Studio 2003 on a W2K3 server. Everytime I want to start VS, I always receive this error message : The instruction at "0x0012f5dc" referenced memory at "0x0012f5dc". The memory could not be "written".
|
| Startup form in C# | 23 Jun 2008 09:30 GMT | 3 |
How do I set the startup form in VS c#? regards reidarT
|
| Debug unmanaged C++ from C# in Visual Studio - how? | 22 Jun 2008 13:28 GMT | 2 |
I've created a solution consisting of an unmanaged C++ dll and a C# WinForms application. A class in the WinForms application is supposed to call two functions from my dll (using DllImportAttribute). Now I want to debug into the dll code, but unfortunately I can't set any ...
|