Fredrik Lindstr&#246&#59;m - Qbranch AB's Q&A profile
Visual Studio Performance issues after VS 2005 installation
The installation of VS 2005 Beta-2 went very smoothly. VS 2005 and VS 2003 work side-by-side just fine. However, a very negative side-effect is that when I open a file (from local hard drive) with the registered application (e.g. double-click in Windows Explorer) it takes about a minute before the application starts up. This notable difference started only after installing VS 2005. If I open the application first, there is no delay. The environment is a 3.6 GHz Pentium with 2GB RAM running Windows XP-SP2. Any hints on what the problem might be do you see mscorwks running in the background ...Show All
Visual Studio Team System Customizing the menu in VSTS Project Team Portal
Hi Is it possible to customize the VSTS Team Project Home Page left Menu. How do i add modify and delete items from the left menu. The left menu contains items like Documents, Process Guidence and Reports etc with Submenu. I am able to add/update a submenu What i would like to know is how do i add/update/delete the mejor menu items in the left menu Thanks The easiest way to customize the Quick Launch menu in Windows SharePoint Services is by using Microsoft Office FrontPage 2003. To remove an item listed in that menu, you can edit the properties for that particular SharePoint list to not appear in the Quick Launch ...Show All
Software Development for Windows Vista Whats the differente with biztalk 2006?
Thanks Biztalk is primarily for connecting disparate systems. To do this, BizTalk has lots of workflow-like features for routing messages, performing tasks, and so on. But it was built to work with computer systems, not real-life business processes. They actually released a workflow-like extension for BizTalk, but it was too toyish to be used in actual real-life business scenarios. A real workflow engine must be built around the business, employing business rules, data, and processes. So while there are some striking similarities between BizTalk and a workflow engine, their fundamental purposes are ver ...Show All
.NET Development signing file and store as p7m
Hi I need to sign a file and save it together with the signature as a p7m file. Found some new classes in .net 2 (SignCMS), but I have no clue how to use .... does anyone have some example. Also tips for .net 1.1 are very welcome! Thank you! Hi Shawn, Is there a way to use a stream instead of a byte array for the ContentInfo, I need to sign a file of 80 MB. John ...Show All
.NET Development Importing To Tally Using ADO.Net
Hi I would like import data from my database [SQL server] to Tally using ADO.Net. Is there any third part dll or anything that can be used for the purpose Thanking In Advance Check if this helps http://www.torontoug.net/Discussions/ADO.NET/982.aspx ...Show All
Windows Forms VSNET 2005 FINAL release can't open a form
Hello, The new version of VSNET2005 FINAL release can't opens a form file that use Infragistics controsl. The error shown is the following: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The designer loader did not provide a root component but has not indicated why. Hide at System.ComponentModel.Design.DesignSurface.get_View() at Microsoft.VisualStudio.Shell.Design.WindowPaneProviderService.CreateWindowPane(DesignSurface surface) at Microsoft.VisualStudio.Design.Seria ...Show All
SQL Server debuggin T-SQL
How do I debug my T-SQL in SQL Server 2005 I think I saw an article from Niels Berglund notings that I need VS.NET to do this -- is this true If we're not a .NET shop (well, it's there in pockets), but using SQL Server, is there another way other than getting this IDE for my power DBAs that build the business logic Thanks... Hi Learningdba, In SQL Server 2000, the debugger was included with Query Analyzer. But in SQL Server 2005, it was moved to Visual Studio, and you can't debug with only SQL Server installed. If you, like me, prefer to see the debugger r ...Show All
Windows Forms How to insert a row between two rows in a Datagridview
Hi there!. Im trying to insert a row between two rows in an attemp to get some expanded datasheet style. The datagrid view is data bound and a message is displayed "data bound grids doesnt allow rows.add command" Is there any way to do this Oh Oh. Please dont tell me that i have to populate the grid to make it data unbound. I would like the grid to be able to modify the database and this could be very complicated if i do an unbound datagrid. Thank you very much When the DataGridView is databound any additions/inserts/deletes to rows has to be done at the datasource level, so you'll have to perform the insert to your datasou ...Show All
.NET Development Thoughts, Opinions, and Experiences of the Enterprise Library under .NET 2.0?
Anyone willing to share their thoughts, opinions, and experience (positive, negative or otherwise) on the Enterprise Library for the .NET Framework 2.0 Is it heading in the wrong direction Are there better things out there Is it still worth using when .NET 2.0 replaces some of the old functionality in the Enterprise Library 1.0 Are there other alternatives Any comments would be appreciated. Thanks. ...Show All
Visual C# How to find the complete list of char.IsWhiteSpace chars?
This feels really silly, but I can't find the list of whitespace chars anywhere. Similarly, the list of char.IsSymbol, etc, etc. These things must be documented surely, but where Why am I interested Well I want to replace some legacy and extremely complex code that uses char.IsWhiteSpace to implement what is conceptually private static readonly char[] whitespaceChars = { ' ', '\t', '\r', '\n' }; // what else public static bool AreTrimmedStringsEqual(string s1, string s2) { if (s1 == null && s2 == null) return true; if (s1 == null) return s2.TrimEnd(whitespaceChars) == string.Empty; if (s2 == ...Show All
Visual Basic conversion
when iam trying to change textbox caret i got this error messege : Conversion from string "System.Drawing.Bitmap" to type 'Long' is not valid. my code : CreateCaret(TextBox1.Handle, PictureBox1.Image, 10, 10) ShowCaret(TextBox1.Handle) any idea about converting (system.drawing.bitmap) or (picturebox1.image) to long or integer You need to pass the pointer to the Bitmap instead of the actual Bitmap to CreateCaret function. Pointer in 32-bit machines are 32-bit unsigned integers (It is called as "Long" in VB6): Private Declare Function CreateCaret Lib "user32.dll" ( ByVal hwnd ...Show All
Visual C# C# & COM Interoperability
I'm beginer in COM, but write some projects in C#. I have a Windows Service, COM object written on C# and 2 or more VBScripts to communicate with COM object. Situation: En example: VBScript 1 make some operation with COM-object but if I start new VBScript 2 - it create it's own example of COM class and make operations with it. Question: How can I use both VBScripts with the same instance of COM-class The data from COM class (specified list) should be destroyed only after Service stopping - how can I do it Each time you run a vbscript, it runs within a separate process - an instance of the scripting host (e.g., cscript or ws ...Show All
Visual Studio newest version of Crystal Report
Is the newest version XI I would like to purchase a text that covers the newest version. What was the version in VS 2003 Thanks! The newest version is XIR2 which is a slightly modified version of XI that allows it to work with Visual Studios 2005. The version that came with VS 2003 is 9.1, the version that comes with VS 2005 is 10.2 ...Show All
Microsoft ISV Community Center Forums How to put text in a listbox heads ?
Tried to find in help but to no avail. listbox.heads = True listbox.column = 8 but how to put some text in the headers. Thanks..... Hi Michael, Which version of Excel are you using If you could provide some additional details I can escalate this to our support team. thanks, -brenda (ISV Buddy Team) ...Show All
Visual Studio 2008 (Pre-release) Can't install WinFX Dec CTP
Hello! I can't install the WinFX Dec CTP! The installation stops always with the same error: Config_Products_Install: Begin installation of product: Microsoft .NET Compact Framework 2.0 Config_Products_Install: End installation of product: Microsoft .NET Compact Framework 2.0 I have uninstalled the Compact Framework but nothing changed! What should I do I hope someone could help me! Thanks! I had the same problem. You have to uninstall both the .NET Compact Framework 2.0 and the Command Shell. Then try again. The installation of the SDK will reinstall those 2 components. Make sure that you have enou ...Show All
