JYanez's Q&A profile
Visual Studio Team System Changing the logged in user
Hi, I am using team foundation server for workgoups. The server is windows 2003 in a workgroup, we are not using active directories. The initial login to TFS was with the admin account to set up the users. I added all the users but cannot get a login screen. TFS always logs me in as admin. If I change the admin password on the server it gave me a login screen, but when I reset the admin password back to the original, TFS stopped asking fo ...Show All
SQL Server Executing CLR function within SSIS
Hi, I have a bit of a strange problem. I've created a CLR function in VS 2005, C#, created assembly in database (permission_set = safe) and created a function in my database to call the external Assembly.Class.Function. That is all working fine, and as a dbo I can execute the function directly, or by using it in a stored proc and calling the sp and it all works great if done from within Microsoft SQL Management Studio. However, if I try ...Show All
SQL Server Extracting Data from SQL CE SDF file
Hi, I have written application for Pocket PC it stores data on SQL CE database with extension .sdf. I have added data to the table and synchronised to the SQl server. I got the data, then unfortunately i deleted the data in SQL Server, I want to extract the data again from .SDF file of Pocket PC. Is this possible if not then how can i get the data from SDF to SQL Server Its very urgent and waiting for early reply to following mail address prasha ...Show All
SQL Server Combining dimensions in 1 hierarchy
Hi, I have a cube that is migrated from AS 2000 to SSAS 2005. One of the dimensions in the AS 2000 cube was a combination of 2 tables. For instance: Dimension name in AS 2000: Customer Type Hierarchy: Level 1: Account Type (from table Dim_Account) Lever 2: Product Type (from table Dim_Product) Now after migrating this cube to SSAS 2005 this appears to produce an error. I tried recreating this dimension, but it appears that I ...Show All
Windows Forms Dreaming away.
Hi. Here is my wish list. I have not had the chance to check out the 1.1 beta, so it is very possible that some of these issues have already been addressed. Also, please don't take any of this personally. I think .Net&nb ...Show All
Windows Forms add customized combo box in datagridview
i have my customized combo box found in the other site. i need this to add in dfatagrid view the combox box have multiple columns which i find it suitable for me.for now, the problem is aading it in datagridview heres the my code public class mycombo inherits datagridviewcomboboxcolumn public withevents columncombobox as mtgccombobox ---this mtgccombobox is mycombobox found on the other site ........ end class th ...Show All
Visual Studio 2008 (Pre-release) Indigo + GridView + Dataset interoperability
Hi ! I would like to build a indigo service that returns a list with some data, and to consume this service in a asp.net 2.0 application (bind it to a gridview). I'm well aware of the problems concerning the return of a dataset from the perpective of interoperability and i would like to known what is the recomended approach to handle this problem. Tnks. Ok that's indeed great news, but for now can you t ...Show All
Visual Studio 2008 (Pre-release) A simple question about using SqlMetal
I'm having this problem, could anyone help me I'm generating the class domain using SqlMetal, the code produced always has the default constructor inserted in any class. I've a previous hyerarchy class where I'wrote some code in the default ctor in some classes, I'm going to change my previous classes to partial types preserving so my custom methods and properties but I've to manually edit some changes to the default ctor any tyme I regene ...Show All
Visual C# Error: allowDefinition='MachineToApplication'
Hi, I get the following error when I publish & run the website on a live server. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 68: by Microsoft that offers a single logon and core profile services for member sites. Line ...Show All
.NET Development Web service request fails with HTTP status 400: Bad Request
I am having troubles with the 400: Bad Request error with my web services, called from ASP.NET 2.0. Here is the setup: App Server A: IIS 6, Windows Server 2003, ASP.NET 2.0 (local dev box) App Server B: IIS 6, Windows Server 2003, ASP.NET 2.0 (test server) App Server C: IIS 6, Windows Server 2003, ASP.NET 2.0 (production server) DB Server D: SQL Server 2005 running native web services (Windows Server 2003) Servers A, B and D are on the same subn ...Show All
Architecture SQL 2005 and Visio for Enterprise Architects Database
I reverse engeneered a SQL2005 database into Visio for EA where I had utilized the new schema feature (like what was done in the sample Adventure Works database). After the db schema was generated I was happy to see the the schema name appeared in the owner attribute of the table definition. However, I was unable to change the owner to a different schema name. Additionally, if I create a new database design, it appears I cannot associate an owne ...Show All
Visual Studio Express Editions Determine checked checkboxes
I show dynamically (on the fly) checkboxes in my form. How can I determine which checkboxes are checked If you would like to add a control (like a checkbox) dynamically you could use the "Me.Controls.Add(Type)" Command. Here is a sample i've put together: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cbBox As CheckBox = New CheckBox() ...Show All
Visual Studio Team System Exception while creating project "Microsoft.Pcw.wss"
Hi I am using VSTS single server installation, but when i create i get this exception : Initialization for plugin "Microsoft.Pcw.wss" failed with error: "The request failed with HTTP status 404 : Not Found. I have added myself in administartor group at sharepoint. In the dual server with same setting everthing is working fine but whats the problem with single server deployment. The log file is pasted below. Can anybody tell me that ...Show All
Visual C++ Radio Button Problem
I have 3 radio buttons in my Dialog and it's in a group, i have on click event(OnRadio1) for first radio button( ON_BN_CLICKED(IDC_RADIO_ONE, OnRadio1) ), problem is that when dialog box pop's up OnRadio1 is called many times and then dialog will appear. Please help me. Pramod We can't reproduce the issue. Please log a bug with a repro case at http://lab.msdn.microsoft.com/productfeedback/default.aspx ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Managed DirectX application stops responding
I'm making a DirectX game using C#. I have an issue that I'm trying to solve for some time now and, so far, had no success. The game stops responding when I run it on the computer I use for development. The freeze occures in the first minutes of play. The stop is not conditioned by some action, it will stop even if the player does nothing. When the freeze occures the only way to recover is reseting the computer, Ctrl+Alt+Del or Alt+ F4 doesn ...Show All
