LuZ's Q&A profile
Visual C++ Vusial Studio 2005 samples
Hello all Does Visual Studio 2005 come with " Visual Studio" code sample If it doesn't then does this code sample exists anywhere else Regards, Sergei Sergei, I believe I was referring to these samples at that meeting: http://www.windowsforms.net/Default.aspx tabindex=4&tabid=49#WinForms%20V2%20(Whidbey ) ...Show All
Visual Studio Team System VS TFS and VS SDK
I've installed VS TFS Beta3 on my VS 2005 release install. I also have VS SDK release installed as well. I can use the Team system stuff in normal VS, but when I launch VS up in the "experimental hive", I dont have any of the Team system stuff. This makes sense really, but I'd like to get it there. How can I do that Bill I'm assuming you installed the SDK before installing TFS Beta 3. If so, you will nee ...Show All
Visual Studio Team System Error during setup
It seems I'm getting one error after another... my newest is the error 29112. -- Dialog -- Error 29112.Team Foundation Report Server Configuration: Report Server is not properly configured or the Reporting Services Web site could not be reached. Use the Report Server Configuration tool to confirm that Report Server is configured properly and that the Reporting Service Web site can be found before running the installation again. For more informat ...Show All
Smart Device Development Catching unhandled/background exceptions especially in HttpWebRequest
Hi all, A part of my code calls the object HttpWebRequest to send data to a webserver. However sometimes I encounter System.net.socket exception even when I already put my code inside a try-catch statement. I understand that sometimes there are additional background threads when calling some objects such as HttpWebRequest and they might be the one the threw the exception. My question is is there a way for me to handle these exceptions Is there a ...Show All
SQL Server Joining two fields in a query
I am trying to join two fields in a query in SQL 2000. For example. Update myTable SET field_1 = @field_1_value , field_2 = @field_2_value , field_3 = @field_1_value + ' x ' + field_2_value Is this even possible. I want the user to input values for fields 1 and 2, then in the background combine the two and insert that value in field 3. Thanks in advance, Scotty_C that'll work! there's ...Show All
.NET Development About Singleton and queed requests
Hi, I have one query regarding performance. I have an remoting application which is using IIS as host. I am using the singleton objects. What i want to ask is, if I send say some 10 request for the same object (e.g starting the same screen by some 10 users at same time), thus my 10 requests will get queued or it will be served at same time If it is getting queued, what is the best solution to sort out the issue This is causing the grea ...Show All
Visual C# import a dll written in c++ into c#.NET
Dear redaers, I have an SDK written in c++ that has a (.dll) file and (.lib) that i can include in project to access this specific SDk's functions and objects. I need to include this dll file in my c#.NET smartDevice project, but as soon as i add this dll file to my project it sayys this file is not recognized by the .NET So what can I do. I really need this SDK Dear Omar Seyam, You can use Managed C++ to wrap the SDK (for .net 1.1 o ...Show All
SQL Server Subtotals broken in Report Builder?
Sub-totals are not working as I would like/expect in an end-user tool when dealing with data from a relational schema with cascading 1-Many relationships. Instead of performing aggregation at the level of the source table, it is blindly performing aggregation on the result set, causing incorrect results. An simplified hypothetical example will make this clear. Imagine the following relationships: Table "Patients" related 1-many on p ...Show All
Visual Studio Tools for Office Working on Offfice 12 Beta 1 with VSTO
Hi folks, I want to check out the VSTO support for Office 12 Beta 1. But the VS2005 & VSTO 2005 works with Office 2003. Now if I want to do work with Office 12 Beta 1, is there any new version of VSTO for the same. Please let me know, how can I check out Office 12 Beta 1 with VSTO. Thank you, Hemant Savant Hi, As a developer on ...Show All
Visual Studio Express Editions GetDirectories problem/error
I get the following error: The CLR has been unable to transition from COM context 0x1a01d0 to COM context 0x1a0340 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage ...Show All
Visual Studio Express Editions adding photo's to photo album
can anybody tell me how to add photo's to my photo albums,I'v started a web site from template and not uploaded it to my server yet but cant find out how to do the photo album,any help much appreciated I assume you're using web developer express There reason it's not in the list is that ASP.NET related questions belong at www.asp.net . You should try over there. ...Show All
Visual Studio Team System Failed logon for user DOMAIN\tfsservice on MSSQLSERVER
Hello, i get same error as some others: If I try to create a team project, I get the following error in Team Explorer: Error Insufficient permissions on the Windows SharePoint Services at SEVST-W-0001601 to create a new site. Explanation The permissions granted your user name and ID on the Windows SharePoint Services at SEVST-W-0001601 do not allow you create a new portal site. You must be granted specific root pe ...Show All
SQL Server Clearing Single User Mode/lock
What is the best way to clear Single User mode from SQL Server 2000 I have tried going to all tasks and selecting detach and clear Connections using this database. I then click cancel and go into the properties and options and clear the Restrict access check box. This seems to work some times but not all the times. I think it is because something else connects to it to it while I am going through the above steps. As a last resort I have deta ...Show All
Windows Forms Fill Polygon
I am creating a polygon-like drawing. I am drawing an octogon. 7 sides have a pen color of red. The other has black. How can I fill the polygon or open-space with blue or green or even black Glad you got it working.  ...Show All
SQL Server Cube Roles - How to restrict access to certain members
I have a dimension called Account that has five levels. I'm trying to define a cube role to deny access to accounts in the lowest level that starts with the letters GL. I tried applying a filter in the dimension data tab in the role designer, however, this only seems to create a static rule. The account structure gets updated all the time and I want to restrict access to all accounts that start with the letters GL now and in the future. When ...Show All
