TomasRiker's Q&A profile
Visual Studio 2008 (Pre-release) Avalon Web Application fails to publish
I'm running september build of WinFX runtime + SDK. VisualStudio is Beta2. Using WinXP+SP2. Steps to reproduce: 1) Create an Avalon Web Application from project template; 2) Build solution; 3) Go to project settings, "publish" tab; 4) Without changing anything push "Publish Now" button; Results: Build succeeds but publish fails: "Unable to add 'AvalonApplication1.application' to the Web. Unable to add file 'AvalonApplication1.appl ...Show All
SQL Server Data driven subcription tab : How to concate a label and a field in the filename textbox ?
I have defined a web service on which I get the list of companies I want to use to set up the data driven subcription that launchs a report. The data source and command used to define the dataset needed to the subcription works fine, I can see the list of the fields published by the web services in the subcription tab combo box. My question : I would like the report filename looks like 'report_' & company, where company is a field f ...Show All
Visual C# How to Add a Windows Service in VC#2005 Express Edition
Hi Refer to my subject, thanks. cablehead wrote: Template available here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=4511&lngWId=10 Thank you very much for the great link! ...Show All
Visual Basic Searching via a textbox string
Hi... I'm just jumping in to VS2005, and have tried to create a simple database search that will return all the items that are similar (begins or like ) text in a 3 column database table. The form has an input textbox, and a datagrid, similar to the output of an ASPRUNNER-PRO page...only I don't want a web page, I want to do this on a form. Everything IO've seen and read pertains to bound data to text boxes, whic is the opposite of what I am try ...Show All
Visual C++ who may help me!!
I am a vc++ beginner.I need about vc++ book.so,i hope somebody can help me that tell me some as to vc++ ebook site. Here is a link of some VC++ Books that you can buy. http://www.amazon.com/exec/obidos/tg/detail/-/0201721481/ref=pd_sim_b_4/102-5393407-4543349 %5Fencoding=UTF8&v=glance Also, the online VC++ help at http://msdn.microsoft.com is always helpful specially for samples. In addition, I believe if you search the i ...Show All
Windows Forms MenuStrip and Toolstrip Sound
I am wondering how to add Windows Menu popup and Menu Command sounds to the Menustrip and Toolstrip in Visual Basic 2005. Visual Basic 2003 Main Menu and Toolbar controls gave back sound feedback. Thanks ...Show All
.NET Development Different screen resolution Problem
When I design a webworm on my laptop with a screen resolution 1024 By 768 its Ok but when I brows it on machine with screen resolution 600 by 800 it is not Ok. Any body Know how to fix it. Hello. See discussion " Handling differents screen resolution " http://forums.microsoft.com/msdn/ShowPost.aspx PostID=83025 Good luck Gorm Braarvig ...Show All
Visual Studio Team System Strange exception when running tests
When I tried to run my tests I have this strange error: Managed Debugging Assistant 'LoadFromContext' has detected a problem in 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\vstesthost.exe'. Additional Information: The assembly named 'Microsoft.VisualStudio.QualityTools.ExecutionCommon' was loaded from 'file:///C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.QualityTools.ExecutionCommon. ...Show All
SQL Server How to get size of a table
Hello, I want to get size of a particular table. I have used the wizard provided by SQL Server Enterprise Manager. But it is giving wrong size. If the data of some cells has been deleted or some rows are deleted. It shows the same size which it shows for the first time. I have also used sp_spaceused but is showing the same behaviour as mentioned above. I deleted some rows from the table but is showing the same size.I want to know the size exa ...Show All
Windows Forms Mixed application console/windows.forms??
Can anyone tell me why this is not working I'm creating a console application that performs a few system tasks. One of the things it does is check the registry for a certain key. If the key is not found then it displays a windows for ...Show All
Visual Studio Team System Error while generating 'Code Coverage Details' report
Hi there, I'm getting the below error while generating 'Code Coverage Details' report for my Team projects. Any idea anyone Thanks, Anu An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'DataSet'. (rsErrorExecutingCommand) Incorrect syntax near '{'. Hi there, I'm getting the below error while generating 'Remaining work' report for my Team ...Show All
Visual Studio SourceSafe, VS.NET 2003 and Stored Procedure Versioning
Hi, Any Help I am version controlling my stored procedures via .NET IDE & VSS. Background: ================== I have VS .NET 2003, Visual SourceSafe v6.0d and MS SQL Server 2000. When one wants to version control their stored procedures, they can do this fairly easily through the VS.NET IDE. As an FYI - If you care - Here is an old sample of how to do this http://weblogs.asp.net/fmarguerie/archive/2003/02/24/2880.aspx ...Show All
SQL Server Failed to generate a user instance of SQL Server
Hello all, I unisntall products as it are recommended (VS 2005 and SQL Server 2005 beta 2) in readme.txt of MSDN products subscription... I install VS 2005 Pro and I have no problem during install. Now, if I want to open database, I have this error mesage : "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed." In MBSA report, I see that the folders of SQL ...Show All
Visual Studio MSBuild "Configuration" and "OutDir" Properties
Hi! We have a preliminary MSBuild script that calls a solution to compile a ASP.NET 2.0 project like so: <MSBuild Projects="WebApp1.sln" Properties="Configuration=Release;OutDir=../webapp1_deploy/"/> We're pretty new to MSBuild so bear with us, but how does MSBuild know to interpret the "Properties" From what we can gather, - Configuration=Release tells the solution file to use 'Release.AspNetComp ...Show All
Visual Basic if
hi, my Button1 has the code -- Process.start(filepath) But if the app it opens is already open i want it to not open it again, if you get me If anyone knows how, please post! If you know the title of the window ( the text on the window ) of the app you want to start, you can enumerate windows, looking for that one, and if it's there, don't start it. If the app you're starting is one you wrote, then the easiest way is to write code ...Show All
