TiagoNobrega's Q&A profile
Visual Studio Express Editions Unable to Install SQL Server Express June CTP after removing the previous CTP
Hi, I'm basically doing web programming and designing during my free time with Dreamweaver and has recently found that VWD Express is ideal tool to learn ASP.net 2.0. But I encounter a problem in attempt to install the latest CTP of Sql server. After I've unistall the previous CTP to give way to new June CTP, I get the below error message: "SQL server has detected incompatible beta component ......." and ask me to run cleanup utility from CD. ...Show All
Visual Studio Tools for Office 4 Lines C++ Code, How it is working?
#include #include #include main() { string word; while(cin>>word) cout<<"\t ["<<WORD<<"]"<<WORD.LENGTH()<> is working inside while loop condition. I would be very thankful if anybody explains the code to me... This is a .NET Framework forum for VSTO, which is only available for VB.NET and C#. Your question does not belong here. You may find someone who can help you here: Office ...Show All
Visual Studio Team System Installation Error 32000: Bisregedit.exe fail...
Hi, I'm trying to set up a single-server environment where I have done the following: Installed Windows Server 2003 Upgraded to SP1 Installed IIS, enabled the Windows Firewall Connection Created a new user account on our corporate AD 2003, added it to local administrator group Installed SQL Server 2005 April CTP Installed Windows SharePoint Services w/ SP1 I have ran the stsadm utility to exclude Reports and ReportServer from SharePoint At this ...Show All
.NET Development Retrieving dicom files with webclient
Hi, I am writing an application that needs to pull medical (dicom format) images from a server and display them (I do not want to use the dicom transfer protocol for this app). I am using a .NET webclient for the transfer, but it won't download files with a .dcm or .dic extension. It works fine if I change the files extension to .txt or add a .txt or use some other common extensions (.gif works etc.). I notice the behavior parallels IE, I ...Show All
Windows Forms Non border form control box
hi ppl.. i have a non boirder form and im drawning the title bar an the borders my self,, but i dont have a clue of how to get the control box.. i mean in the windows bar u can see all the windows u have opened, and when u right click u get a menu displayed with options like close, maximize , restore,, but when i use non border form i dont get this,. is there any way i can get it mig16 Please reserve the C# fo ...Show All
Visual C# Strange prolem with Culture settings
Hi, We are writing the .net application that should always work in en-US culture, regardless of the control panel settings. I was able to force the GUI culture to be en-US by the following code Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-CA", true); Thread.CurrentThread.CurrentCulture = new CultureInfo("en-CA", true); After that the DateTimePicker components are always displayed in en-US cultu ...Show All
Visual C++ noob question
Iam using Visual C++ 2005 expresss editon beta. My problem is that when i build my program where does it save the exe to i've already looked into my project folder but it is not there Is there a certain button or something, your help would be greatly appreciated. Check the properties of you solution, under C\C++--> Linker you should see where the output file goes. Also, you can just search for the name of your executable on your ...Show All
Visual C# I chose an icon but it doesn't show in windows' explorer
Hello folks! I've added an icon to my application but the problem is that the icon is only showed in the upper left of the application and on the task bar. The application's icon itself is MS VS' default one (when viewing the application icon from windows' file explorer). How can I make my application show the right icon when listing a folder's content Thank you! Thank you! I couldn't find "Image... Current ...Show All
Visual Studio Team System TeamFoundationServerUnauthorizedException
I'm trying to access TeamFoundationServer from another machine, and keep getting TeamFoundationServerUnauthorizedException errors. I'm writing a simple app to list WorkItems but cannot get access to the Server. NetworkCredential nc = new NetworkCredential( "myusernameondomain", "mypassword","domain_name_tfs_sits_on" ); TeamFoundationServer tfServer = TeamFoundati ...Show All
SQL Server spid3 SQL Server is terminating due to 'stop' request from Service Control Manager
Installing MSDE (SP3) on a clean updated Win-XP system with all the latest fixes installed unsuccesfully. A clean systems means a fresh installed Win-XP, updated all using webupdate. And Excel 2003 installed. Thats all (not even AntiVirus (yet)) No UI in the end. Only when examining the Log files at the installation location does show that there was an error: <DateTime> spid3 SQL Server is terminating due to 'stop' request from Service Con ...Show All
Windows Forms How to create MDI feel ASP.NET application?
Can I produce ASP.NET application which works like WinForm MDI application If not, what is the common method for making multi-windows app Thanks, Ken ...Show All
Visual Studio Team System Deployment items in runconfig file
Hi Is there any way I can dynamically alter the associated deployment files with my test project so that in the case of a 'debug' build, I can copy files from a debug folder and on a release build, deploy files from a release folder Thanks Great!....I've opted for the post-build step idea. Works a treat. Thanks ...Show All
SQL Server Search with %t%y% => Error, %ty% => ok...
Hi! I have a problem with a Select statement: In a ordinary table there is a column called NAME. I want to make the following search: SELECT * FROM TableName WHERE NAME LIKE '%t%y%' this should give me all entries that have a "t" and a "y" in the NAME column. However, it gives me no entries. If I instead run this search: SELECT * FROM TableName WHERE NAME LIKE '%ty% it gives me the correct result. Since the wildca ...Show All
Windows Forms How do I use Treeview to represent a folder and its contents?
I have been looking everywhere, and even though it seems like something that would be pretty common, I cant even figure out how to get started doing this. I just want to have a treeview that loads a certain folder and its contents, and let ...Show All
Architecture Windows Service event log full?
I have a Windows Service which has been running happily for months, writing the occasional message to a private Windows event log using System.Diagnostics.EventLog.WriteEntry. Just today, however, my service has stopped running, and the Application event log contains the error: Service cannot be started. System.ComponentModel.Win32Exception: The event log file is full. It didn't look that full to me; a few hundred events, certainly fewe ...Show All
