laszlo.gosztola's Q&A profile
Visual Studio Team System Area and Iteration fields and field constraints
Hello, we are busy editing work item types (fields, states and transitions,... ) for our own use. We edit the process templates with Process Template Editor Tool (Imaginet Resources). In one problem we ran: It seems not possible to add field constraints to the fields Area Path and Iteration Path (TreePath data type). We want mark these fields as Required and preselect default values. Every time I try to add a constraint to such a field, ...Show All
Game Technologies: DirectX, XNA, XACT, etc. IntelliSense with October DirectX SDK
Hi. I'm still using Visual C++ 6.0 (still the best imo) and I've just installed the October DirectX SDK and for some reason the IntelliSense doesn't work with ANYTHING from DirectX. Can anyone suggest how I can get it working Thanks in advance. I don't know about the first question, but I have read ( although I haven't personally used it myself ) that the mechanism(s) for adding directories (lib/include/etc..) ...Show All
.NET Development Database Update problems
I have concluded the OleDbDataAdapter.Update() function works, and the SqlDataAdapter.Update() function works, but the System.Data.SqlClient.SqlDataAdapter.Update() function does not work. Is this ADO.NET function disabled in the C# Express 2005 product downloaded from the MS WEB site Is there another way to obtain a working copy of this program that does work I am currently using Runtime Version: 2.0.50727.42. I've reviewed ...Show All
Visual Basic Urgent Help: How to import dll correctly and use it in VB.Net
Hi, I am new to VB.Net 2003, and encountering a problem about how to import dll file. I created a dll file from Matlab by using the COM builder. Matlab creates a dll file, say interpUSGS.dll. Then I create a new project under VB. Under the Project menu, I click Add Reference, and browse the location of interpUSGS.dll, adding to the Project Reference. In my VB IDE, I worte the code like this: ----------------------------------------------------- ...Show All
Visual C# DllImport - EntryPointNotFoundException
hello.. I tried to load a function from a dll file that has a function with specification as below: return type : int *pResult parameter 1 : BSTR string1 Parameter 2 : int integer1 Parameter 3 : VARIANT_BOOL bool1 and in my code, that's what it looks like, [DllImport("myDll.dll", EntryPoint="function_name")] public static extern intPtr function_name( [MarshalAs(Unman ...Show All
Visual Studio HTML Interpretation
I have a Crystal Report that I pass HTML values to. I created the report in Crystal Reports 9 because Crystal Reports.NET did not have HTML interpretation on string objects. The report translates HTML fine, and the output looks good in Crystal Reports 9's Preview. Problem is that once I load the report in .NET (whether I load it into a Crystal Report Viewer Object or export it to PDF) the HTML fields don't show anything they ar ...Show All
SQL Server SUM problem in SSRS 2005 report
I don't know how best to explain this but will try. In my SSRS 2005 report, i have one group in my table. In that group, I have a field that for each company record in my dataset, this field value is repeated for each record. This is a transactions table so you'd expect several records in the dataset for each company..that's not the problem. example data from dataset: TransID CompanyID &nbs ...Show All
Visual Basic Ordinary users can't update MDB files installed in same directory as app
I'm using Windows Installer 3.1 to put my VB 2005 application on user machines. The destination folder is C:\Program Files\my company\my app\. The application uses an Access DB that I have been putting in the same folder. The application and data are to be accessible to all users and the DB needs to be able to accept new data and modifications. All is well as long as the user is a power user or administrator. Ordinary users sometimes find tha ...Show All
Smart Device Development Deployment Error - ActiveSync Version
Hi, I'm using VS 2005 Beta 2 and I'm trying to deploy an application to a 'Pocket PC 2003 Device' over a wireless LAN. I'm getting the following deployment error: 'Error 1 The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com . Conman HelpText System' I've got ActiveSync V3.8 installed. Which version do I need Thanks, Craig Harrison You ...Show All
Visual Studio 2008 (Pre-release) Bug: Rendertransform doesn't always work with Frame
While the Frame Source property is a xaml page it is all fine. But when it changes to an external URI then the transformation isn't applied anymore. This bug occurs on Windows XP SP2. WinFX February CTP. Example of working: <Frame Source="Page1.xaml" NavigationUIVisibility="Visible"> <Frame.LayoutTransform> <RotateTransform Angle="10" /> </Frame.LayoutTransform> </Frame> Examp ...Show All
Visual C++ cannot debug "Hello world!"
Hi, I created a win32 console application starting with an empty project using Visual Studio 2005. I then added a cpp file and typed in the following code: #include <iostream> using namespace std; int main() { cout << "Hello world!\n"; return 0; } When I try to run the program by pressing "Start Debugging" (F5), a console window appears then I get a popup saying : " ...Show All
SQL Server Upsize Access 2000
Hi, Is it possible to upsize Access 2000 to Sql Server 2005 Thanks It doesn't look like it will. I just tried it a couple times and I get overflow errors. It sees the sql2k5 server, but it doesn't run. ...Show All
Windows Forms Application Configuration Files
Is there any easy way (or has anyone created a class) to edit and update configuration settings for a DIFFERENT application to the one that is running. I am creating a management application that needs to be able to update the configuration fil ...Show All
.NET Development System.Net.Sockets
could someone please explain the meaning of : Socket socket = new Socket(AddressFamily.AfINet, SocketType.SockRaw, ProtocolType.ProtICMP); I found it in an example to ping. What do AfINet, SockRaw (within SocketType I found 'Raw' is that the same thing ) and ProtICMP (does that do the same thing as just ICMP ) Did you finally get that peace of code working the one to calculate the network connection speed if ...Show All
SQL Server Also for Sql server 2000
i get this error when i wanna install sql server 2000 http://img287.imageshack.us/my.php image=error4pt.png There is no image located at the URL you posted, perhaps you post the install log and the image again. Jens Suessmeyer. ...Show All
