| Thread | Last Post | Replies |
|
| VB6.0 dlls in ASP.net | 08 Mar 2007 13:29 GMT | 1 |
When accessing VB6.0 dlls in classic asp, once the DLL was registered on the server, you could access that DLL by using a server.createobject... It didn't matter where the .dll was physically located on the server, as long as it was registered.
|
| Web Projects must be converted to the new web site format | 08 Mar 2007 13:22 GMT | 1 |
We just migrated several projects (all part of one solution) from VSS to VSTF. All went well except for one remaining issue. Anytime we open up the web application project using the csproj file, it opens up in the solution explorer without any issues. If we create a new solution ...
|
| Assembly config file not included in MSI | 08 Mar 2007 13:16 GMT | 1 |
I have several assemblies with their own app.config file (this is a new feature with VS2005 I believe). When I build the assemblies the app.config file in each one gets renamed to <assemblyName>.dll.config. The code picks up the settings. All fine.
|
| VS Net 2005 built application I/O speed issue | 08 Mar 2007 12:01 GMT | 7 |
We have noticed a significant decrease in the performance of I/O when an application is built with 2005 as opposed to 2003. The application uses a combination of putc, fprintf and vfprint and the time taken to process the same data has increased as shown below
|
| VS 2005 VB, Vista, Application Manifests | 08 Mar 2007 08:02 GMT | 7 |
After reading "Windows Vista Application Development Requirements for User Account Control Compatibiltiy" (and taking a deep breath), I noticed that the instructions for embedding an Application Manifest were really VS 2005 C/C++ implementations (VB has no .rc files). However, ...
|
| Vista and .sln files | 08 Mar 2007 00:13 GMT | 4 |
I just installed VS2005, SP1, and SP1 Beta for Vista. I can open VS2005 and open my solution but if I click on the .sln file, the cursor spins for a second or two and then nothing else happens. I've checked the associations the the .sln is associated with the VS selector (or ...
|
| Catching Run Time Check Failure in code | 07 Mar 2007 23:00 GMT | 1 |
Is there a way I can intercept run-time check failures in my code, and deal with them in a custom way instead of popping up the assert style window?
|
| Modifiers in VS 2005 | 07 Mar 2007 19:43 GMT | 2 |
How can I get VS2005 to ALWAYS default the components Modifier property to "public"? It's always a PITA to have to switch it from "private" to "public". Thanks
|
| Replace ActiveX on ASP page with a .NET Windows Forms component | 07 Mar 2007 13:39 GMT | 5 |
I have a classic ASP web page which contains an ActiveX component writtent in VB6. The client side Java script on the ASP page communicates with this component by accessing its properties and methods. The activeX control has a UI and the user edits data using this UI. The java ...
|
| Rebuild Solution causes MS SQL Server 2005 Install cycle to start | 07 Mar 2007 07:21 GMT | 9 |
I am running VS 2005 with SP1 and SP1 for Vista Beta (running on Vista Ultimate). In addition I have SQL 2005 Developers Ed with SP2 (not the CTP) running on the same machine. I have a VB application (which does in fact have data adapters and other
|
| Using grid layout in Visual Studio 2005 | 07 Mar 2007 03:46 GMT | 7 |
Hello Group, Is there a way to use or set a web page for grid layout in ASP.NET 2.0 using Visual Studio 2005? It seems it is quite a transition from VS2003 asp.net 1.1 to VS2005!
|
| A static lib using a static lib | 06 Mar 2007 08:29 GMT | 3 |
VS 2005 C++ development When developing a program which uses a static lib which I wrote, I can specify the lib's location by opening the properties page and opening the dialog box under link/input.
|
| Vista Applications: Authenticode vs Signing Assembly with StrongNa | 06 Mar 2007 02:15 GMT | 3 |
To reach Vista UAC compatibility, the "Windows Vista Application Development Requirements for User Account Control Compatibility" document (page 72) states that your application should be signed with and Authenticode signature. How is this different or complimenatry to signing an ...
|
| System.DirectoryServices NameSpace | 05 Mar 2007 21:37 GMT | 1 |
I am looking for an ASP.NET book that I can use to reference ASP.NET securities (using VB code behind). Specifically I need a resource for outlining the System.DirectoryServices namespace to add/update/remove users from an Active Directory OU using an ASP.NET interface.
|
| object reference not set to an instance of an object | 05 Mar 2007 21:20 GMT | 1 |
after i install framework 3 i have this error message "object reference not set to an instance of an object" when adding a Database within Add New Data Source Wizard
|