Karoly's Q&A profile
.NET Development I've never used .net, need help
I will apologize in advance for being a outsider coming in and asking you professionals to help me. I'm just lost at what I need to do. I had a terrible experience with a website developer company and so I was told I should just hire a programmer to create the program and then I can have it installed and a website designed for it's use. My problem is, now that the programmer has created it, they have sent me the program to install and test ...Show All
Visual Studio Team System Project creation problem TFS Beta 3
Hi, first of all complements to the great improvents made on the install of TFS beta 3. much easier. I still have a problem though. When i try to create a project i get the following error Error Unable to connect to the specified SQL Reporting Services at http://url:8080/ . Explanation The Project Creation Wizard was not able to connect to the SQL Reporting Services at http://url:8080/ . The reason for the failed connection cannot be ...Show All
Visual C# C# and the __LINE__ or __FILE__ macros
In ANSI C and C++ there are two pre-defined macros for getting information about the current file and line where code is written. These macros are __FILE__ and __LINE__. We have found that these macros are very useful tracking down issues. Yet, in C# these macros are nowhere to be found. Does anyone know of a way to get C# to either recognize these macros or a method to do something similar in C# Is Microsoft considering adding these ( ...Show All
Visual Studio Team System Error recreating Team Project with same name
The story: We created a Team Project with name "SomeProjectName" Couse of something we deleted it later: DeleteTeamProject /q /domain:MyDomain SomeProjectName /f It was ok. Now I tried to recreate it with the previouse name "SomeProjectName" and I've got this fail and exception in the ProjectCreation log: ---begin Exception entry--- Time: 06/23/2005 12:29:41.237 Module: Engine Event Description: Task "Scc.SccTask" failed Exception Type: Sys ...Show All
Visual Basic get ip address using vb.net in aspx page
I tried the asp.net forum, the link is broken. I need a little help collecting the host ip using vb in an aspx page. I tried adding Imports System.Net at the top of the page. The error returned was DNS not declared. Here is what I had; <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title></title> <meta name="GENERATOR" content="Microsoft Visual Studio .Net 7.1"> ...Show All
Visual C# change ToolTip font
Is there any way to change the font used in ToolTip components I want to set it to a fixed width font so I can apply some formatting. I'd also be interested in changing the NotifyIcon.Text font as well. Hi, Thats dependent on current Windows settings and there is no managed way of changing the font. Using Win32 API, its possible to change the color and background color of tooltips but I dont still see an optio ...Show All
Visual C# How do I enable Drag Drop Events for the Designer of my Control?
I have a ControlDesigner derived class and I set the EnableDragDrop to true and I never receive any drag drop events on my designer. What's up with that Yes, I've tried this on version 1.1 and my controls are working well; I haven't tried this yet on version 2.0, that's why I asked what version of .NET you're using, this probably is an issue with that version. -chris ...Show All
Software Development for Windows Vista small problem
Hi, While exposing a Workflow via Web Service, in the new Web Service Code file, we used to inherit the WorkflowExample.Workflow1_WebService instead of directly from the WebService base class as shown below. public class Service : WorkflowExample.Workflow1_WebService { } can any one say like "If I want to use two workflows into this Web Service How I have to inherit the Namespaces." In the workflow I am using WebServiceReceive an ...Show All
Visual C# VS2005 Installs, Compiles, Doesn't run simple C# programs
I've installed VS2005. It installed fine, and if I do a new C# windows project, it will apparently compile it. If I try running that program, it does nothing. I can do the same steps on another machine, and everything works fine. I can copy an executable built on the other machine to this machine, and it runs fine. Here's a partial dump of the output 'WindowsApplication1.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Syste ...Show All
Smart Device Development WM5 Error:'EXE name' is not a valid Pocket PC application.
Over the past week I've been migrating our projects into VS2005 and recreating project profiles for WM5.0 and with the help of this forum I've been able to work through all the compile/linking issues and all projects are compiling properly now. I still have a bit of work to do in this department however for the most part its complete. My question is I'm attempting to run the exe & dll's on a WM5.0 device and I'm getting this "'E ...Show All
Visual Studio Team System Unable to add Web parts to the Project Portal. Useless error message not helpful.
On our project portal I would like to change the layout. But I have an assymetric problem which is proving painfully difficult to diagnose, understand or correct. It's a clean otherwise functional TFS system. If I try to add a web part to the project portal however I get this error message: Error An unexpected error has occurred. Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web P ...Show All
Visual Basic Streaming text from a view to a file.
The following code is supposed to place data rows from a SQL Server 2000 view (vwExport) into a text file: G:\doc\Output.txt. The compile error I get is: 'Application.ApplicationDataSetTableAdapters.vwExportTableAdapter' cannot be converted to 'System.Data.DataTable'. Code: Dim strExport As String = "" Dim strExportFile As String = "" Dim x As DataView = New DataView(VwExportTableAdapter) Dim z As Integer Dim y As ...Show All
Visual Studio 2008 (Pre-release) Resources bug?
I have a Controls Library I've built. The generic.xaml file has the visual part of my controls. Since it is getting rather large, I've tried to extract the several controls styles to some corresponding xaml files, then I included the files in the generic.xaml resources by merging the resource dictionaries. Unfortunatly, it doesn't seem to work, and I've rolled everything back. Here is the xaml I've included in the generic.xaml file. ...Show All
SQL Server Performance - Slow load times for SSIS Packages
Is there any information around what the SSIS packages are doing in the first 5-10 seconds of execution, and ways to speed this process up Validation then Pre-Execute are the first things to happen as I recall. You can see all the events being raised prior to the Execute event itself in the BIDS Progress or Output windows. You can also capture lots if information including this through logging. DTEXEC can also dump all this information to ...Show All
.NET Development XPath and case sensitive problems
Running xpaths against a xml doc (comming from a mssql server) and having trouble with case sensitive letters. I have tried to use the xml translate funktion, but it would need an exact match in the DB anyway. If I look for the name John and it is typed JohN in the DB I get nothing. Is the only solution to 'wash' the data in the DB. Are there any work around to make a xpath query non case sensitive ...Show All
