SQL Newbie's Q&A profile
Windows Forms Duplicate component name 'iDKontaDataGridViewTextBoxColumn'. Component names must be unique and case-insensitive.
This is the error, which makes me cry. Everytime i work with datagridview, it makes this error in time. I remove every problematic Columns, but it doesnt work. It seems that designer sees something that no longer exists . For instance iDKontaDataGridViewTextBoxColumn was removed from the designer part of the class. ANd designer still says, that it is there. What may be the sollution of this I would like to continue my work without removing whole tab pages of my forms. Please help. Tnanx for every help. I'm getting the same problem - it is very strange, isn't it. I've tried cleaning and rebuilding the project, and manually deleting ...Show All
SQL Server matrix issues
example rpt.. | Last year | this year | Resolution | Resolved | Closed | Cost | Resolved | Closed | Cost | | (qty) | (qty) &n ...Show All
Visual Studio Obtain log file contents?
After my MSBuild project completes, I want to be able to email the results of the Build to my developers. I have a <OnError ExecuteTargets="MyBuildFailedTarget"/> and am able to get my EmailTask to run from the MyBuildFailedTarget, but I need to access the contents of the log file so I can include it in the email I send. I'm specifying a log file name on my MSBuild commandline like this: MSBuild.exe /l:FileLogger,Microsoft.Build.Engine;logfile=MyBuildLog.log So the question is: From within the project file, how do I get the name of the log file specified on the commandline Or alternatively, how can I access th ...Show All
Visual Studio Tools for Office Missing InfoPath Template Project within Office projects
Hi, I have VS2005 Team Suite installed together with VS Tools for Office, but I can't create new InfoPath project, becouse it is missing ( only word, excel and outlook prejects are there). I have also VS2003, Office InfoPath 2003 SDK and Office InfoPath Toolkit for VS.NET installed on the same computer and it.s working. Can someone help me please Thanx. Hi Raschmann, If I remember correctly there should be a separate CD with support for InfoPath 2003 (at least with VSTO edition is like that). ...Show All
SQL Server Data integration challenge. Will SSIS help?
Hi, We have a requirement to do ETL on large EDI batch files into SQL Server. For this we have to map several X12 schemas - which are fairly complex - into relational schema. Right now they use Biztalk but that is not a good option for batch processing of large EDI files. Performance is really bad. Is this possible using SSIS Are there any 3rd party tools which might integrate with SSIS to make this easier or can do this as a stand-alone I know Mapforce 2005 from Altova supports X12 mapping and even generates C# code for the mapping. Anyone has experience in using Mapforce generated C# code in SSIS Looking forward to any insigh ...Show All
Microsoft ISV Community Center Forums MS Office document and image writer print driver
Besides removing this feature from Office during setup, is there a process to remove this virtual printer from 300 users with roaming profiles on an active directory network We are having an issue with this printer assuming the "default printer" selection for our users. As a work around we have changed their default printer, but after they reboot or log off / on it has defaulted back to the MS Ofc doc and image writer printer. Per our support engineer: Thanks for using ISV Community Forum, according to your problem, I’m wondering whether you can simply log on the machine as administrator and de ...Show All
Windows Forms Region for title bar button addition?
I have a form. I want to add a button to the left of the minimize button. Are regions the answer Can I have my exsisting form as one region without changing it's normal current appearance - I dont want to change the shape of the form, I just want to draw a button "ontop" of it that is still part of it and keep ...Show All
Visual Studio Team System General errors with TFS
Hi everyone, I am trying to install TFS on our systems, we have a domain setup for the dev group and it runs along side of the production AD. The dev domain inherits permissions from the production AD I installed the TFS using the three accounts that were suggested in the installation help file. I can access the sharepoint only if i place the primary domain user into the administrators group on the TFS machine. I tried placing the user into the users group in the TFS machine -but i couldn't log in (access denied) Question - What group do i place the users from the production AD into on the TFS machine Thanks tony ...Show All
Software Development for Windows Vista XPS Document Writer Installation
How do I set up the XPS document writer in feb ctp for windows xp sp2 ...Show All
Visual Studio Team System CA1804: Remove locals that are not used, but this local is getting used
Hello, (I searched the forums for CA1804 but couldn't find anything similar) FxCop flags the variable intOldId with CA1804 --8<-- Dim intOldId As Integer = -1 For Each drOrder As DataRow In dtMulti.Rows If intOldId = CInt(drOrder("OrderId")) Then 'Already processed this id, skip duplicate row Log("Skipped row") Else 'First time we see this id, do something SomeThing() 'Store ...Show All
Visual C# Partial Class For a Form Problem
Hello! When I create a partial class for my form the "View Designer" button is shown for my partial class. For the MyForm.Designer.cs partial class it isn't shown and that's the kind of behaviour I want and what I expected, especially as the "View Designer" button show another form, not the form that my partial class extends, but at the same time it overwrites entries in the MyForm.Designer.cs file, destroying my original Form. I looked in the .csproj file, and changed the settings for my partial class to the way that it were set up for MyForm.Designer.cs, like this: <Compile Include="MyForm.Behind.cs"> & ...Show All
Visual C# Trouble when creating directory
Hi guys, I need my application to get the startup directory and check if subDir X exists, otherwise I create a new one. I am trying the following code, but getting error: (I am working on server) public void createDirectory( string name, bool hidden) { if (! Directory .Exists(name)) { Directory .CreateDirectory(name); }; DirectoryInfo dir = new DirectoryInfo (name); if (hidden) dir.Attributes |= FileAttributes .Hidden; else dir.Attributes &= ~ FileAttributes .Hidden; } // end of reateDirectory ...Show All
Visual Studio 2008 (Pre-release) The COM+ fixing stuff for Danish Windows XP?
Hello! At the end installing the sdk an invitation for installing a com+ fixing component is presented. The problem just is that it refuses being installed on my Danish Windows XP because it's Danish and not English. Is the Windows Communication Foundation just not being meant for Danish Windows XP or is there a solution for this matter Best regards Henrik Dahl Did you try using the procedure in the release notes (reproduced below) The package should be available in Danish... Windows HotFix is Required on Windows XP and Windows Server 2003 to Use WS-AtomicTransaction and COM+ Int ...Show All
Visual C# Unknown Error "-1".
Hi, I just installed Visual C# Express Editions. Everything looks fine but after I tried to create a new project there is a window popping up say " Unknow error "-1". " I also tried to open the project that was copied from another PC. It is able to open but when complie there is the error msg saying that "Error 1 Unable to copy file "obj\Debug\test_print.exe" to "bin\Debug\test_print.exe". Unknown error "-1". test_print" any idea how to fix this problem or do i need to re-install it Ps. I'm using Win XP Pro. with service pack2 Hi, Could you please try uninsta ...Show All
Windows Forms calling function in form
i have a function in form1, and i want to call it from form2. does someone knows how can i do it make the method static public static void MyFunction() that way form2 doesn't need to know what the instantiated name of form1 is. ...Show All
