Software Development Network Logo
  • Game Technologies
  • Visual C++
  • .NET Development
  • VS Team System
  • Microsoft ISV
  • Smart Devicet
  • SQL Server
  • Visual FoxPro
  • Windows Vista
  • Visual Basic
  • Audio and Video
  • Windows Forms
  • IE Development
  • Visual C#
  • Visual Studio

Software Development Network >> KnobCreek's Q&A profile

KnobCreek

Member List

TimmayB
Wouss
RajLakamana
Geeee
Jacco Mintjes
HiTech2k
prozac11
Alba
Kauli123
ProjectDev
Adam Tappis - IMGroup
MHenke
Federico Silberberg
AlistairSKing
MaggieChan
71EFBB98-D1FE-4eff-BAC5-F94AC74
Junlin Liao
AM Varela
Yaniv75
bilsa
Only Title

KnobCreek's Q&A profile

  • Visual Studio Express Editions Running an application on a server 2003 Thin Client - errors

    Hi folks, boy, do I hope one of you can help me out here.. I ran a test to find out if the application I am working on, also runs on a server with windows 2003. I access that server through a terminal (thin client). I developed the application on a windows XP machine, and it runs without a hitch on all kins of stand-alone systems. However, if I run it via the thin client I get the following error: Application attempted to perform an operation not allowed by the system security policy. To grant this application the required permission, contact your system administrator, or use the Microsoft .NET Framework configuration tool. If you click Continue, the application will ignore this error and atte ...Show All

  • Visual Studio Express Editions [VB2005] Reading from serial port, pls help!

    Im currently working on serial port RS232 communication, im able to set configurations thru serial port to my device, but having problems reading from the port. Ive been advised that there're two ways of doing it, which include write the program so that the incoming data is stored inside certain file on computer and data can be extracted straight away from it..well another one, is extracting the data from the computer temporary memory.. but i have doubts regarding those methods and totally have no clue of performing the task, can someone please give me some guidelines of reading data from serial port thanks in advance! wencey wrote: But then, im confused because the fast changing figure are not re ...Show All

  • Visual C# Visual Studio 2005 Standard vs Professional

    Hi, I need more detailed information on the differences between Visual Studio 2005 Standard and Professional editions. I've got the VS2005 Pro Trial but unfortunately there's no VS2005 Standard trial available. I found some info at http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx and http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=93695&SiteID=1&PageID=0 Gathering it altogether, I found out the following differences (please correct me if any of these points is wrong): * The Standard edition can use add-ins but can't be used to create them. The Professional can do both. Every add-in that works with the Professional edition works with the Standard edition.( ) * The Standard edition has a simplified ...Show All

  • .NET Development Send Mail

    Hello. I tried to send mail with NET Framework 1.1 SmtpMail class like this MailMessage Message = new MailMessage(); Message.To = "mymail@yahoo.com"; Message.From = "compname@localhost"; Message.Subject = subject; Message.Body = body; try { SmtpMail.SmtpServer = "127.0.0.1"; SmtpMail.Send(Message); } catch(System.Web.HttpException ehttp) { } and get nothing no mail no exception. I only want to send mail from my local IIS. Can You help me hith it If you are receiving mail in your Yahoo! account, that means the system is able to relay the mail successfully. Now if you want to get your message in local mail, y ...Show All

  • .NET Development Where to find .NET Framework version 1.1.4322?

    I am trying to install synctoy from Microsoft. This software requires installation of .NET Framework 1.1.4322. The setup automatically leads to a page displaying the .NET Framework redistributable as well as SDK version 2.0 for x86, x64, IA64. I have a pentium 4 machine(not 64-bit). I have tried to install x86 versions of both redistributable as well as SDK version but still I get the same message for running the setp of synctoy. I am not sure what I am doing wrong. Any help will be greatly appreciated. Regards Shamas .NET Framework 1.1 redistributable file: http://www.microsoft.com/downloads/details.aspx FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&displaylang=en does this help ...Show All

  • Visual Studio Team System Still Performance Problems

    Hi, after solving most of the performance problems in CTP5-Refresh and CTP-6 I still got performance problems when I change some central views. Example: I have one view Patient_View which is used in let’s say 100 other views. If I now change the PATIENT_View it takes about 3 hours at 100% CPU to actualize (or whatever) the database or the project. I think it is the same problem we had in CTP-3,4 when loading the project alone took this long. Can you please do some optimizations on this dependency check, recompile code because this is a showstopper to us if we have to wait 3 hours just because we changed some central Views. Sometimes when it takes so long we also get the error message "Failed to retrieve msbuild property DB ...Show All

  • SQL Server Foreach endless loop

    I'm having a problem where I'm using a Execute SQL Task to retrieve a dataset and storing that in an object variable. Then on success of that execute sql task I use a foreach loop task to go through the dataset and do 2 tasks inside the foreach loop. When I execute this package I have ~12 records in the dataset however when I get to the foreach loop in the 2nd iteration it keeps repeating it. It acts like it is stuck on the second record (tuple) and never goes on. I'm using an ForEach ADO Enumerator in the foreach. I've even set a breakpoint on each iteration and no task fails in side the foreach loop. I'm completely perplexed why it will iterate to the 2nd record but get stuck there in an endless loop. I've tried this on 2 different compu ...Show All

  • Windows Forms Setting the DataGridView columns

    Hi friends, I have many datagrids in my application. So wat i want to do is to have a common grid which takes care of setting all the styles and the required columns and their widths,dynamically. I have taken a separate class which takes care of the styles,but i want to have a generic method in that class that sets the column names and their widths respetively.How do i approach this problem . Any links would be of great help. Thanx in advance, subhanet Its not clear to me what you are aiming for. I suppose that you can create your own class of data grid inheriting from the DataGrid class (unless the class is sealed), and then set the properties you want in the class's contructor. But that wi ...Show All

  • SQL Server SQL 2000 OPENQUERY Issue

    I have been attempting to create a SQL view that includes an OpenQuery to another SQL server. I create a new SQL View and use the following command: SELECT * FROM OPENQUERY(FFEUSPLMSAP165, 'SELECT * FROM v_r_system') v_R_SYSTEM I then execute and it returns the appropriate records from the remote server. The problem comes when I attempt to save that new query. I receive: ODBC error: The operation could not be performed because the OLE DB Provider 'SQLOLEDB' was unable to begin a distributed transaction. OLE/DB provider returned message: New transaction cannot enlist in the specified transaction coordinator. OLE DB error trace [OLE/DB Provider 'SQLOLEDB' ITransactionjoi Join Transaction returned )x8004d00a] What I can ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. volume texture mipmap

    Hello. Here i would like to ask about oon how to change the level of the texture. Let say i have dds file that contain volume texture with 10 mipmap level. then later i need to print certain level only. for the first time, i create volumetexturefromfile by only specifying that there is only 1 level. so the program can actually display the first level. but later when i change it into 0, meaning it automaticaly create full mipmap chain, then there come the problem. I dont know how to display different level of mipmap. and by specifying level to 0, i dont see the first level show up when i use settexture to display the mipmap. Can somebody please teach me about this. i try to find some tutorial regarding this but there seems to be la ...Show All

  • SQL Server Locking table

    Hello, I've got this code: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE begin tran t1 declare @contador numeric(9) set @contador=0 select 1 from dbo.Department TABLOCKX select 2 from dbo.Department while @contador<100000 begin set @contador=@contador+1 end And I would like to get a lock on Department table, because I don't want let other session to SELECT the table during my transaction. How do I lock this I have tried with XLOCK, TABLELOCKX, TABLELOCK etc... DBT wrote: TablockX may be enought if transaction in SERIALIZABLE isolation level, i think. you need a transaction to hold the lock eg: set transaction isolation level serializable select 1 from dbo.Dep ...Show All

  • Windows Forms Editing Data in a Form Using SQL

    I have a form that is tied to a table in my database. When the CustomerID box is changed on the form, it runs a query which should provide the customer's name, address, etc. from another table. I'm having trouble figuring out how to set the fields on my form equal to the values I pull from my query. This is what I've been trying to do: Forms!Orders!ShipName.Text=[QryCustomers]![ContactFirstName] ; Access SQL does not recognize this as a command. How do I tell Access to assign data pulled from a query to the form instead of going straight to the table Thanks for your help. ...Show All

  • Visual Studio Team System Storing Areas, Iterations, Query parameters in Config file

    We have custom reports which uses Areas, Iteration paths, Query parameters, Report parameters. The problem is that whenever we add/modify areas and iteration paths we need to manually change the reports query to reflect the change. Is there a way to store all these values in a separate config file or any whereelse and avoid hardcoding these values in the query Thanks, Srikanth Hi Srikanth, In the out of the box reports we ship, for the report parameters for Area and Iteration, we use queries return the areas and iterations in that particular team project. Can you do something similar Can you describe why you need to hardcode the areas and iteration thanks, Mauli ...Show All

  • Visual C++ want to receive WM_MOUSEWHEEL message to my child control.

    Hi all, I have implemented a image viewer class which has inherited from CWnd and does some operations on displayed images. I want to handle WM_MOUSEWHEEL message in my child control which will be received while rotating mouse wheel. But My class does n't receive that message instead its parent dialog receives. How to over come this problem I am using VS2005 and its dialog based MFC application. Waiting for valuable suggestions. Thanks in advance. Regards, Purusothaman A Hello The more appropriate place for your question is probably the MFC newsgroup: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vc.mfc&lang=en&cr=US Thanks Damien ...Show All

  • Commerce Server Bug? I can't access nested Profile properties from Marketing Manager.

    Nested Commerce Server Profile Properties are not accessible from Marketing Manager. In Commerce Server Manager I've created a new Profile Definition named Custom Profile. When I add a new Property, I can access it through Targeting Expressions in Marketing Manager. When I add a new Property Group, and then add a new Property, I can again access it through Targeting Expressions in Marketing Manager. However ; when I add a new Property Group, add a new nested Property Group, and then add a new Property, I can not access it through the Targeting Expressions in Marketing Manager. A visual representation: This works:     Properties:         New Property 1 This works:     Propertie ...Show All

©2008 Software Development Network