| Thread | Last Post | Replies |
|
| Adding Atl object in Atl project through wizard gives unspecified error | 11 Feb 2004 21:01 GMT | 1 |
I created a new atl project in Visual C++.net 2003 Pro. Then I would like to add a simple atl object through class view -> add -> add class. After filling in the short name and pressing finish I get a lot of unspecified errors and
|
| Unspecified Error when adding new form | 11 Feb 2004 20:58 GMT | 6 |
I have VS 2003 and suddenly whenever I try to insert a new form int othe project, I get an unspecified error. On top of thoat, if I try to create a new project it gives me an error and does not create the initial form for it either. I have tried uninstalling and re-installing to ...
|
| Setup wizard project and installing fonts! | 11 Feb 2004 20:55 GMT | 1 |
I created an windows app for a customer. I used the setup project wizard to create the MSI setup files. All goes well. But know we have a newer version that uses two new fonts, these fonts have to be installed to the system on which we install the client. Can this be done from the ...
|
| Licensing Issues with Visual Studio .NET | 11 Feb 2004 19:45 GMT | 2 |
I was looking at starting up a software company but im confused about what VS .NET Product to buy I had an instructor in college that said with Visual Studio the only software you are legally allowed to sell i software that was compiled on the Enterprise level VS If this is true ...
|
| Is there a way to merge multiple dlls into one dll? | 11 Feb 2004 15:30 GMT | 2 |
I use the studio create serveral dlls based on business logic. Now, when I release them to users, I really want to merge them into one big dll file. Can I do that? Thanks for any suggestion
|
| System.StackOverflowException in MSCORLIB.DLL? | 11 Feb 2004 13:43 GMT | 1 |
Using latest version of VS. NET 2003, I get the above when trying to open a C# project that used to be fine. I did some messing around with a usercontrol that the porject references, but that control is successfully built into a DLL again now.
|
| Is a subscription to MSDN useful? | 11 Feb 2004 12:47 GMT | 1 |
|
| DLL isn't replaced on compile | 11 Feb 2004 07:58 GMT | 5 |
Every time I build, I have to delete the DLL from the bin directory or the debugger will run the old DLL file. (actually, happens on release versions too). I asked about this earlier, too. Thoughts TI
|
| Weird problems in VS.NET2003 (after upgrade from VS.NET2002) | 11 Feb 2004 00:53 GMT | 2 |
Hi, I hope someone can point me in the direction of a solution 'cause I'm close to exploding :) App was developed as a set of C# projects under VS.NET2002. We recently had time to upgrade to the latest version of VS. I checked out all the .csproj
|
| Questions about IDE | 11 Feb 2004 00:36 GMT | 1 |
I'm new to this. Is there a book about the IDE and debugger and how to use them? I could probably ask my question but I'd rather have a reference in hand. But I'll ask anyway. How does one watch a string in the debugger?
|
| Problem with slow loading forms | 10 Feb 2004 16:26 GMT | 2 |
I am working on a new project with a few forms so far. For some reason whenever the project is loaded or whenever I view one particular form Visual Studio seems to hang and takes about 20 minutes for the form to load.
|
| Cannot add reference to my shared assembly | 10 Feb 2004 12:55 GMT | 1 |
i have this dummy server which i would like to be a shared assembly: using System; using System.Reflection; using System.Runtime.CompilerServices;
|
| Project Dependencies not saved | 10 Feb 2004 08:11 GMT | 5 |
I'm new to VS.NET (2003) and received a solution from an external company. It works fine, the problem however is that I need to manually set the project dependencies in order to change the Build Order every time I open the solution. I would expect the build order to be saved ...
|
| VS2003 deleting config file | 09 Feb 2004 21:56 GMT | 1 |
We have a console app. It has a config file called Appname.exe.config. We copy the config to the appropriate bin file. We hit "F5". VS2003 deletes the config file, then runs the app. Of course none of the config settings can be found.
|
| ASP.NET programming with VS.NET 2003 | 09 Feb 2004 14:09 GMT | 3 |
I was wondering if there is anyway that I could program Web applications using VS.NET 2003 without IIS. The reason why I can't use IIS is because I have Windows XP Home Edition and I don't have the money to get
|