slavalit's Q&A profile
Windows Forms Persisting settings
What is the best place to persist settings such as windows sizes, the previously selected values in combo boxes, etc I haven't done much winforms development but my understanding was that before .NET this kind of information was stored in the  ...Show All
Visual C++ msvcr80.dll Problem
Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin Thank you for sharing the solution to this msvcr80. ...Show All
Visual Basic Socket.connected and Socket.receive question
Can someone explain how to detect if a socket connection is lost or closed I am experimenting with Express VB 2005 (my first exposure to .NET) with a Telnet client application. Even after closing the Telnet session, the Socket.connected value still returns True. The docs would indicate (but are not explicit) that this value would/should be changed (to False) by a Socket.Receive/Send, but I don't see a state change. ...Show All
Visual C# Remote registry access
HI, Can anyone tell me how to access remote registry which is in different domain ...I am getting UnauthurizedAccessException What are you using and can you provide us related source code The UnauthurizedAccessException you get indicates that you haven't the rights to read the remote registry. This is a security issue and depends on the rights you have. ...Show All
SQL Server Performance
I've come accross this post http://blogs.msdn.com/benjguin/archive/2005/05/10/416110.aspx where it compares the performance of a T-SQL cursor approach with a VB.NET CLR Stored procedure, and finds the latter faster. Using the same example, I wrote a client application that performs the same operation using a DataReader, and compared it with invoking the SQLCLR stored procedure. Using the client-side cursor that scans 1 million r ...Show All
Visual Studio Tools for Office Did not work :-(
Well I have a word.dot file with C# behind, Office 2003 I am calling this file from a local web server, and I am receiving this error message: The customization does not have the required permissions to execute. One of the things that makes Linux less attractive are the tons of additional steps you need to do in order to get something working right, and I guess now Windows/Office is no different. I guess it is ...Show All
SQL Server DCOM Error 10016 Problem with opening http://localhost/reports$sqlExpress
I installed sql 2005 express edition with advanced services on winodows 2003 small business server standard edition (with sp1). This computer is domain controller. I cannot open page http://localhost/reports$sqlExpress Error is Unable to connect to the remote server. In event log I find error: Event Type: Error Event Source: DCOM Event Category: None Event ID: 10016 Date: 13.5.2006 Time: 14:00:30 User: NT AUTHORITY\NETWORK SERVIC ...Show All
Visual Studio Express Editions Uninstalling Beta 2
Hi all, I'm having trouble getting Visual Web Developer Express 2005 installed because I'm having problems uninstalling Visual Web Developer Express and SQL Server Express (both Beta 2). I can't install the full new version until I get these off my computer. I try uninstalling it by going to the Add/Remove programs in the CP, but always get a message when I try and remove SQL Express or VWD Express that says that "Setup Failed." I then click ...Show All
Visual Studio Splash screen (again)
I've seen a lot of post about problems with the splash screen icon. I have followed exactly everything, even ran the samples, without succes. I was wondering, I already have a crowded splash screen (complete team suite, office, sql server stuff). Is there a limit towards number of icons on the splash screen Because a while a go everything worked when I was using the Prossional edition with only C# installed. But since the "full" ...Show All
SQL Server Displaying a SQL Server Report 2005 in a PDA....
Hello All, Good day! I have developed a report using SQL Server Reporting Services. I can view the report in a Browser, but when I try to view the Report in a Pocket PC 2003 Emulator, the report displays but without the data or the contents of the report.... I tried appending &rc:=HTML3.2 to the end as suggested by in one of the posts but no luck.... Any suggestion or directions will be higly appreciated.... Regards, Sri ...Show All
SQL Server spt_datatype_info table in 2005
Hi, We are converting to sql 2005 and it appears that the spt_datatype_info table does not exist in sql 2005. I use column SQL_DATA_TYPE in code from this table. Does anybody know what view the information that use to be in spt_datatype_info is in Thanks The view is used by the ODBC client driver and is no longer exposed directly. In order to get the same information, you can use sp_datatype_info ( ht ...Show All
Windows Forms VS2005 IDE changes to component model breaks my code.
I use component model services quite a bit, and require a custom container in windows forms and components but still like the ability to drag and drop custom components in design time, which can access each other during both design time and run time. Although I attempted a different method in my code a short piece of code below illustrates the problem I am facing in the new Visual Stuido If I replace the following line: private System. ...Show All
Visual Studio Team System error starting VS 2005 beta2
After installing VS 2005 beta2 I receive the next error when I try to start a new project (even when I start up VS and then close it without doing anything) The Microsoft.VisualStudio.QualityTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ({A9405AE6-9AC6-4F0E-A03F-7AFE45F6FCB7}) did not load because ...Show All
Visual Basic try-end try in a property
I get errors when I place try and/or end try either before or within the property declaration and/or the end property declaration. Is there any way of catching errors within a property or an overloaded property dennist685 Without seeing your code it's a bit hard to tell you what's going on. However, try blocks within properties is perfectly legal: Public Readonly Property MyProperty() As MyType G ...Show All
Visual Studio Team System I can not customize sharepoint portal for any project in team system!
HI all! I created a project in team system, within window of team explore, i click right then choose "Show project portal", now i want to custom the homepage of project portal. I try to add any webpart to the portal. I met this error : Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal settings. For more information, contact your site administrator ...Show All
