| Thread | Last Post | Replies |
|
| Library not registered | 15 Dec 2005 09:15 GMT | 1 |
I installed VS.net 2003. When I select Open a new Project (Visual Basic) (Windows Application) I get an error box that says "Microsoft Development Environment" "Library not registered". I did a Repair/Remove and it did not fix it. I removed the program and
|
| Problem Re: Path length allowed for new project in VS2005 | 15 Dec 2005 05:26 GMT | 3 |
I am getting a very strange error in VS2005 Team Developer Edition. Here is the scenario: I go into FILE/NEW/PROJECT/Visual C# Windows Console Application. I get the New Project dialog box. I am looking to use the following as the Location: "C:\Documents and Settings\XXXX
|
| dll names | 15 Dec 2005 03:14 GMT | 2 |
I renamed my project and solution and rebuild the solution again but the dll remained using the old name. How do I get the dll to be created with the new name each time the solution is rebuild?
|
| Form Layout | 14 Dec 2005 21:19 GMT | 2 |
Hi, How could I layout two panels so that when the user resizes the form they maintain the same proportion. I have set the first panel docking to left and set a width of say 200, the second panel docking is set to right and left Dockpadding to say 203. This is not working ...
|
| Can't create new source file from within VS 2003 IDE | 14 Dec 2005 20:12 GMT | 2 |
When I go to File->New->File... and open the New File dialog, under the Visual C++ category I only see 5 file types: idl, bmp, cur, ico and rct. I've used VS 2003 before at another site and I'm pretty sure there should be options here to create C++ header and source files. So ...
|
| Visual Studio 2005 Debugger problem | 14 Dec 2005 17:56 GMT | 1 |
I have a problem with using the debugger in C# within VS 2005 ( 8.0.50727.42 ( RTM.050727-4200) When I set a breakpoint the debugger halts at the breakpoint for about for about 5 seconds then exits itself and running code leacving VS2005 still
|
| GUI Testing with .NET Studio 2005 | 14 Dec 2005 17:52 GMT | 1 |
I see that .NET Studio 2005 contains a unit test framework. Does anyone know if it can do GUI testing as well. What I would like to do is record UI actions (mouse movements, clicks, keyboard, ...) and play them back at a later time while checking component properties (something ...
|
| Changing virtual web path | 14 Dec 2005 17:15 GMT | 2 |
Using Visual Studio 2005, is there any way that I can change the virtual path of a web application to "/" instead of "/projectname/" so things like a href="/default.aspx" will work? Thanks in advance,
|
| Exclude Folder from ASP.Net Web Site Project in VS 2005? | 14 Dec 2005 15:07 GMT | 3 |
I have an ASP.Net 2.0 website that I am creating using Visual Studio 2005. I have set up Visual Sourcesafe for version control on this project. However, the problem I am having is that there are many folders in this website that I don't want added to Source Control. For
|
| Is there any way to make VS.2005 compile selected and only selected project in solution? | 14 Dec 2005 13:58 GMT | 7 |
Is there any way to make VS.2005 compile selected and only selected project in solution? I don't want it to build all references. Even if it prevents project from
|
| Code | 14 Dec 2005 13:56 GMT | 1 |
Thanks for your quick reply Kevin. Can you tell me what exactly is the COM Object means.I would appreciate if you can mail me the steps to do this.Do tell me whether this can be done directly on the outlook application or do i need to install any program to do
|
| vc6.0 re-use in .NET | 14 Dec 2005 13:08 GMT | 1 |
I need to move one of my existing MFC (VC6.0) Project to .NET VC7.0 Project. How much existing code can I reuse? Siva.
|
| "LIKE" keyword in SQL queries | 14 Dec 2005 09:06 GMT | 2 |
I’m using Visual Studio C++.Net to build and read an Access 2003 (bibliographic) database table that I have created, called citation, for which I have generated a class Citation. Each citation in the table as a unique reference no (field called RefNo) and a title. The line of ...
|
| Redirection | 14 Dec 2005 05:27 GMT | 1 |
How is it possible to pass two variables (name and total) to another page to be printed as a receipt? Response.redirect to the new URL but I don't have the two values needed. Also, how is it possible to use a string constant in vbscript as in
|
| Intellisense not working with Standard ASP objects | 14 Dec 2005 04:22 GMT | 7 |
I have just installed Visual Studio 2003. I have a new ASPX form. I entered the following: <%Res Then hit CTRL_SPACE and nothing happens. What happened to
|