kangalert's Q&A profile
SQL Server What are some professional CMS tools that work with SQL Server Express?
We are looking for some professional, low-cost, and easily configurable CMS tools that work hand-in-hand with SQL Server Express. Any come to mind ...Show All
Visual Studio Team System Can't delete orphaned version control project
Because of a typo while merging, I've managed to create an oprhaned project in version control. It's listed in the Source Control Explorer as a project but I can't delete it, it's not listed as a team foundation project in team explorer though. I have no pending checkouts. When selecting the project in Source Control Explorer and then going to delete I get the following error: --------------------------- Microsoft Visual Studio --------------------------- TF10169: Unsupported pending change attempted on team project folder $/LD. Use the Project Creation Wizard in Team Explorer to create a project or the TfsDeleteProject tool to delete one. --------------------------- OK --------------------------- Trying the following at the c ...Show All
Visual Studio Express Editions me.visible = false problem
Hi I've tried this code in my main form(during form_load), but the form keeps visible. Anyone know how to make it invisible Tnx in advance. Hi there, Rather than trying to do this in Form_Load try doing it in Form_Activate.. Another posibility is using ShowWindow API with SW_HIDE and hWnd as the parameter will definitely work.. If this helped you pls mark as answered ...Show All
Visual C# Adding an HTML element to a Webform
If I add an ASPX web control to my Webform the IDE correctly adds the appropriate aspx element code to my .aspx page, adds the appropriate ASPX control to my code-behind class, and automatically instantiates the ASPX control in my code-behind class at run-time. If I add an HTML element to a Webform the IDE correctly adds the HTML it to my .aspx page. However it does not add the appropriate HTML control to my code-behind class and instantiate the corresponding HTML control at run-time. Is this the correct behavior of the IDE Should not the IDE be adding instances of all components which are dropped into a Webform to the code-behind class and correctly instantiating those components at run-time Is there a way to force ...Show All
SharePoint Products and Technologies Removing web parts
We have duplicate web parts on our WSS, they only have different names and the duplicates do not have a description. How does one remove web parts from the WSS so that they are not avaiable Thank you I believe the steps that you need to take are outlined here: http://wss.collutions.com/Lists/FAQ/DispForm.aspx ID=111 ...Show All
Visual Studio Team System Illegal Characters in Path
Hi i am facing issue in copying files from one destination to another. TFSBuild.proj looks like this < Target Name = " AfterCompile " > < Exec Command = " " c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv " " c:\projects\cp\CP1.1 SP1\BVT_100506\Sources\Release 1.1 Sp1\Source\Assemblies\MS.CP.ServerSolution\MS.CP.1.0.ServerSolution\MS.CP.1.0.ServerSolution.sln " /Build " Debug|Mixed Platforms " /Project MS.CP.WebService\MS.CP.WebService.vdproj " /> < Copy SourceFiles = " " c:\projects\cp\Debug\MSCPWebService.msi " " DestinationFolder = " " $(OutDir) " " ...Show All
SQL Server Reporting Maneger Failed
Hi When I try to run de ReportManeger in the internet explorer, Show an error: The report server is not responding. Verify that the report server is running and can be accessed from this computer. Well, I check and te Report server is running. When I try to run de ReportServer in the internet explorer, Show an error: The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError) Access to the path 'c:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\RSReportServer.config' is denied. Also when I try to use de Surface Area Configuration for Features, Windows Integrate Security, this errror is showing TITLE: Su ...Show All
.NET Development WSE: Including a username with MutualCertificate11Assertion
How can I propagate the user's identity when using MutualCertificate11Assertion I want to include it in the headers, signed so it cannot be changed. The user logs into web application which consumes a web service. I want the certificates for mutual authentication between web application and web service, and I want the username to be propagated to be able to do desicions in the web service depending on who the user is. While I understand how to add a new header, I can't make it work at the receiving end. What do I have to implement here A new SecurityPolicyAssertion with Send and Receive SecurityFilters ...Show All
Visual Studio Team System How to force refresh of iterations on IterationsTree combo?
After adding new iterations/areas in 'Areas and Iterations' window I can't see it in tree controls on workitem forms. I've tried following with no results: Restarting and refreshing data in VS. Restarting VSTS server. Forcing warehouse to update (Run method from Warehouse service) I've even tried to modify specific rows in databases. After adding iteration from interface it is added to tbl_nodes table in TfsIntegration. After that the change is reflected in Iteration table in TfsWarehouse table. I still can't see any connection between those tables and iteration tree. How shoud I fix it Marcin After debugging: There is a Unique key on TreeNodes table: ALTER TABLE [d ...Show All
SQL Server No exception message from CLR stored procedure
Hello everybody, I've encountered a strange thing using a CLR Stored procedure: The procedure throws an exception with no message inside... value = {" "} Basically the procedure has a string as argument which contains a SQL statement that changes according to the users selections... The results of the query are saved into a dataset for further processing. Those resultsets can sometimes be very big (ex: 15000 records...). (For the record the procedure works fine for smaller datasets ex 6000 records and running the same query on the application server returns the expected resultset ) By Debugging the procedure I could determine that the failing point was when the dataset is filled... Anyone having any id ...Show All
.NET Development Access to path to the database was denied
I'm getting a server error in my ASP.NET 2.0 application when trying to access an Access database. This is the error message: "Access to path to the database was denied. The location does not exist or is not accessible because of security settings". I'm using a GridView control with AccessDataSource. The Access database is on Windows Server 2003 with IIS 6.0, ASP.NET 2.0, and SharePoint 3.0 This is the ASP.NET code: <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/UFR_db.mdb" SelectCommand="SELECT * FROM [Projects] WHERE ([POCID] = )" OldValuesParameterFormatString="original_{0}"> <SelectParameters> <as ...Show All
SQL Server MSDE - Start Databases
Hello I'm using SQL Server 2000 - 8.00.760 Desktop Engine. When the SQL Server starts, it just start databases master, model and tempdb. The databases that I have created don't start. They just start when I connect to them for the first time. What I can do to start my own database when the SQL Server starts Thank you. All databases are opened at startup if they are attached to SQl Server. If you have switched on the autoclose option, they are in common closed (but not stopped) after the last user disconnected. jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Windows Forms MDI Children with a bad case of the jitters and other problems.
I am using a flowed, stretched menustrip and a toolbar in in a toolstrippanel. Typically the child windows are maximized. When I close the window, a good of the time one of two things happens. 1. The child window gets that jitters. It rapidly increases and decrease in size by a few pixels until I kill the program. OR 2. I get an error about you can't Dispose an icon that is already disposed. UGH! Also If I open a second window with one already maximized, I get the jitters. My desired sequence of events is to set the child windowstate maximized and then show the window. This only happens when the menu strip is layout = flow. (Something I need.) If i use the other layouts there is no problem. Well just one commands disappea ...Show All
Visual Studio Tools for Office VSTO deployment solution not working in IE
Hi, I have a VSTO 'code behind' solution which is deployed on a server. User who want to open such a Word document, download and access the document via a browser. Once the browser has downloaded the .doc file, the user clicks OK to open the document on his machine. When I try this solution with Mozilla Firefox everything works perfectly fine: the VSTO document is opened and my assembly starts running and customizing my document. But when I try to do the same thing in Internet Explorer (version 6.0) either the document opens without loading assembly and witout displaying an error message or the document opens (again without loading the assembly) and this time displaying the following error message: Error: The customization does not have t ...Show All
.NET Development Problem in Generics with Reflection
Hi All, I'm creating an instance of a GenericType dynamically using Reflection. like, public class A<T> { private T typeval; public T TypeVal { get { return typeval; } set { typeval = value;} } } I'm creating an instance of A using the following code, Type t = Type.GetType("System.Int32"); Type genericType = typeof(A<>); Type[] typeArgs = {t}; Type constructed = genericType.MakeGenericType(typeArgs); object obja = Activator.CreateInstance(constructed); When i try to set the value of typeval for obja using the following code, PropertyInfo finfo = genericType.GetProperty("TypeVal"); finfo.SetValue(obja, 1,null); It gives me the followi ...Show All
