SQL 2005 Error's Q&A profile
Visual Studio Team System Error while creating team project from customized process template
Hi there, I'm getting below error while trying to create Team Project using customized process template (only bug.xml changed) using either process template manager or witimport. I can send in mail the bug.xml I'm using, if required to see the issue. Thanks, Anu --------------------------- Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue --------------------------- Microsoft.VisualStudio.Currituck.Cl ...Show All
Windows Forms Are there any Windows Forms Sample Projects ?
Hi, I am just shifting from ASP.Net to Winforms. I have formed a bad habit of learning from code and was wondering if there are any sample winforms projects like the IBUYSPY portal in asp.net Or any other projects that use all the best p ...Show All
.NET Development Activator.CreateInstanceFrom and referenced assemblies
After reading "Discover Techniques for Safely Hosting Untrusted Add-Ins with the .NET Framework 2.0" by Shawn Farkas in November 2005 MSDN issue ( http://msdn.microsoft.com/msdnmag/issues/05/11/HostingAddIns/default.aspx ) I wrote a simple program to test it. The directory structure is (directories are in bold): HostApp HostApp.exe Interfaces.dll AddinMgr.dll Addins Test TestAddin.dll Interfaces.dll assembly has two i ...Show All
.NET Development How to pass custom object to WebMethod?
Want to pass my Currency entity object to a webmethod. I have marked the object as Serializable. However, another object with the same class name Currency(generated by VS.NET 2005) is required when I try to use the webmethod. Why How can I pass my entity object Thanks You can also use the XmlInclude attribute to specify the type that you want to use instead of the generated one. Daniel Roth ...Show All
Visual Studio Express Editions Wish for future VS versions: Maximize window
Hi. It will be veri nice if the windows inside de workbench could be "maximized" with some button as eclipse (www.eclipse.org) does. Regards. Thank you. I expect to see some kind of visual clue in the window.} Such mode is what I want but may a button could be added to the window to do this. Regards. ...Show All
SQL Server JOB With SSIS Step Fails If Package Contains A Script Task
I have a Job Step defined to execute a SSIS Package. This SSIS package contains a Script Task. The Job fails with the message "Package execution failed. The step failed." I am logging events in the package and when the packages gets to the Script Task the log reports "The script files failed to load". If I disable the Script Task from the package it executes fine. Curiously, the package runs ...Show All
Visual Basic Reflector does not install on Visual Basic 2005 Express Edition Beta 2
Just downloaded Reflector which refuses to install with Visual Basic 2005 Express Edition Beta, saying : "Setup could not find Visual Studio .NET 2005. Please install Visual Studio .NET 2005 before installing refactor!." Is it not a too serious limitation It's the free version. I guess you can't expect some of the nice extra features... ...Show All
Software Development for Windows Vista Possible to make working WWF runtime on Windows 2000 ?
I very need to make my WWF program Windows 2000 compatible, but in WWF compatibility list Win2000 is not presented... Is it Possible by some patch to make working WWF runtime on Windows 2000 even only for runtime - for client users compatibility, not visual studio WWF tools, that I can use under Windows XP for development. Thanks you Unfortunately Windows 2000 is not a supported operating system. Please d ...Show All
Visual Studio Team System Unable to Debug with HostType and UrlToTest attributes in VSTS?
Hi, I am unable to debut UnitTest project with HostType and UrlToTest attributes.Here are the details. I have created a new Web Site application using Visual Studio 2005. I selected an empty website application and added MasterPage.master and content page(Default.aspx). I selected a file system option while creating the web site and my web application’s(ASPTDDWebApp) physical location is “C:\Anjaneya\Work\ASPTDDWebApp” I have cr ...Show All
Windows Forms How to compare the Dates in VB.net
Can some one please let me know how to compare the Dates in VB.net Thanks I tried this on my form I have two Date Picker controls. In the following code I am trying to assign to the text box value wrong dates if Start&nbs ...Show All
.NET Development filesystem.getfiles
hello, does anyone know any way to speed up the listing of files in vb.net 2005 This is the code i want to speed up: for i=1 to my.computer.filesystem.getfiles(path).count listbox1.items.add(my.computer.filesystem.getfileinfo( my.computer.filesystem.getfiles(path).item(i-1)).name) Next The problem is even if I use a backgroundworker it takes too long to get all the files in a directory if there's a mass amount of data (eg: 2000-3000 fil ...Show All
.NET Development strong names problem...
I have a console application in c# that uses objects that is in another dll(unmanaged code). when I reference from the project to the dll it creates another dll with the name Interop.MyDll.dll now, I created snk file with sn.exe and added reference to it from the project [assembly: AssemblyKeyFile("@"..\..\exampleSN.snk"")] with this it wont compile because of: "Assembly generation failed -- Referenced assembly 'Interop.MyDll' does not have a s ...Show All
Visual Studio Removing RC1
Can I use this tool to remove RC1 safely also http://lab.msdn.microsoft.com/expressrtm/uninstall/ Try uninstalling all of the applications manually, leaving the .Net Framework till last, and then run this tool to make sure the system is clean. ...Show All
.NET Development Dispose and Application Lifetime Objects
Hello, I have a Windows Forms application. When the app first runs (Form_Load) I create some disposable objects that will be used throughout the lifetime of the applicaiton (eg. a GDI Brush, SqlConnection etc). Do I really need to call Dispose() on all of these objects when the application closes, or will Dispose be called automatically for such objects when the app closes In other words, can I instantiate a disposable object when my app first ...Show All
Visual Basic login Form interaction with MDI
I'm having a hard time understanding what the problem is, but I tried your code, and I'm wondering if this is your problem: 1) you have the login form set as the startup form 2) if you use Me.Close in OK_Click, then the app shuts down rather than showing the MDIForm 3) if you use Me.Visible = False (as in your current code), then it works, but when you later close the MDIForm, the application does not stop running, even though no win ...Show All
