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

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

gmcbay

Member List

silent33333
Fredrik Melin
Chernichkin Stanislav
KonRi
Krenshau75
Larry Gatlin
bunkscene
dsula
hrubesh
barkingdog
rjack
Rykin Poe
charlestek
Henrik Dahl
ChrisHeritage
2006
ALFKI
MLyons10
ewitkows
Tovdb
Only Title

gmcbay's Q&A profile

  • Commerce Server associates Tags To products

    Hello Does any one have a suggestion on How to create Tags in commerse server and associate them to a product The Tag need to be multiValue (each producr in a specific category can have more than one tag). The Tag also need to be multilingual Thanks Arik Hi Joseph, Interesting post, thanks. I was just thinking of having a go with the SetJoinTable API. Would you mind elaborating on the tedious API limitations that usage causes Is it a search issue CS ...Show All

  • SQL Server Frequently update and select Table Locking Problem

    Hi guys,               I faced problem related to Locking and Isolation Level on Table(s).               My problems is there r some tables which r frequently updated, and I also want to fire select query over   those tables every 1 seconds and want to get only committed records.             In current scenario we start transactions with ReadCommitted Lock for updating records. But in this scenario I can’t get select query result because of some of recourses r used by transactions so after some time it gives Deadlock error .     ...Show All

  • Visual Studio 2008 (Pre-release) ServiceHost and Mutiple implementation

    I have a service contract with 2 implementation, something like [ ServiceContract(Namespace="xxxxx")] public interface IMyContract { [OperationContract] void Method1(); [OperationContract)] void Method2(); } public class MyService1 : IMyContract { ... } public class MyService2 : IMyContract { ... } and Service1 and service2 should be able to talk to each other. my question are 1. Can i host these two service together (such as put service1 and service2 in same .dll and hosted by same console app) 2. Can these two service talk to each other (such as service1 invoke service2.method1, service2 call service1.method2) 3. if above answer is yes, how to configure thanks advance ...Show All

  • Visual C++ LNK2005 on new/delete

    Hi I have a project that generates an EXE which uses MFC, and also links in static libraries that use STL. During the link phase, I get the following errors: GIPSSipVoiceEngine error LNK2005: "void * __cdecl operator new(unsigned int)" ( 2@YAPAXI@Z ) already defined in GIPSSipVoiceEngineDll_debug.lib(AppDialogSet.obj) GIPSSipVoiceEngine error LNK2005: "void __cdecl operator delete(void *,int,char const *,int)" ( 3@YAXPAXHPBDH@Z ) already defined in GIPSSipVoiceEngineDll_debug.lib(AppDialogSet.obj) I read a KB article(148652) that indicated that the C-Run time was being linked before the MFC libraries, and this needs to be reversed. So what I did was, as the KB article indicates, look inside AFX.h, and get the ...Show All

  • SQL Server on failure i have to send a mail ?

    Hello, I'm working on SSIS Package, I messing with one problem. I have a sequence container as a parent & it has 4 data flow task. In that data flow task data is ETL in another database server. According to my requirement, if any of the task is failed then i have to send a mail to the concern person describe the cause of failure. Currently i'm doing this by event handler onerror condition. but for one error it sending 4 mail. becuase for one error it's giving 4 error message. i had used another alternative, on failure of task i connect it to another task that sending mail. but it works only when i use logical OR. But i'm not getting whether it's a correct method or not. Please help me. Soon. Thanks in advance. You have a ...Show All

  • .NET Development How to Close Connection When Using Data Reader

    In a Windows app, C#, VS 2005 I have a generic class which opens and returns a data reader to the calling class where the data is processed. The generic class, get DataReader, opens a connection and generates the reader as follows: cn = new SqlConnection(strConn); cmd = new SqlCommand(strSQL, cn); cn.Open(); dr = cmd.ExecuteReader(CommandBehavior.CloseConnection); In the calling class, after the data is processed, I have no way to close the connection cn, and the CommandBehavior.CloseConnection parameter does not seem to close it either. I have Max Pool Size = 3 in the connection string, and I get a timout error when I try to open the data reader the fourth time. The calling class's code is: dr = sqlClass.getDataReader(strSQL); ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DreamBuildPlay is up!!!

    Now go register!!   Actual contest details to come the week of Feb 5th Hmm... State location and phone number seem to be USA specific. An oversight, or is the rest of the world excluded ...Show All

  • Visual C# Threading a method that has parameters...

    Hello, I would like to know if there is any option to call a function with parameters in a seperate thread I currently have a work around using public varibles inside my function. That way I am able to create a thread and run the function in seperate thread. Pls give me some suggestions or example code. Thanks, Sathish Alternatively you can do the following (which I personally prefer since it uses a thread from the ThreadPool). private delegate void DoWorkDelegate ( string param1, double param2);   private void method() {      DoWorkDelegate del = new DoWorkDelegate(doWork);      del.BeginInvoke ("s", 1.0, new ...Show All

  • Visual Basic SQL Server Express 2005 Edition SP2

    a question about the movie collection starter kits I am running Vista RC1 (Build 5600) and vb express 2005 I downloaded and install SQL Server Express 2005 Edition SP2 - Since SQL Server Express 2005 Edition SP1 does not work with Vista But when I try to run the collection app or if I try to download and install the Amazon version I get the following error message: There was a problem loading data: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be cause by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) ...Show All

  • SQL Server Integration Services Designer (Visual Studio) very very slow

    Hi all I have some performance issues when developing Integration Service Package ... It is very very slow for example when I try to add new connection in Connection Manages, it takes about 2 minutes just to open the property window. On another pc in the same environment it works ok. In the past I have doing a lot of SSIS Packages ... Is there any cache to empty Thanks for any comments Best regards Frank Uray Hi Rafael Yes, I can create a new project and when I try to add a new connection it takes 2 minutes to open the first dialogbox ... TaskManager is very quiet ... Also when I run a package on my pc, it takes about this 2 minutes to begin running the package. When I run it on the ser ...Show All

  • Windows Forms how to sort the date in as array

    Hi All, I want the general method which sort array containing dates irrespectiv of wether the day is first or month is first wat ever, as u all know that will depent on client what they select. and how if they select 01/jun/06 like format .....how to format this array of dates. Thankx sha I'm not sure, but an array has a Sort method which can take an instance of an IComparer class. http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemcollectionsicomparerclasscomparetopic.asp Then you can specify any sort order you like. ...Show All

  • SQL Server Error Handling + changes to sysmessages in SQL 2005

    Hi.... Im currently migrating a db from 2000 to 2005. Within the 2000 master database, I hold all my custom error messages in the sysmessages table. I'd like to insert the old error messages into the 2005 master database. Unfortunatley it seems that sysmessages has been replaced with a catologue view in 2005. Does anyone know where I can add my error messages now Many thanks Jeremy Thanks, thats unfortunately the conclusion I came to.. Bit of a pain that you cant do this in the tables Thanks for your help Jeremy ...Show All

  • Visual Studio Express Editions Publish Prerequisite Problem

    My application says it needs the following prerequisites for publishing: .NET Framework 2.0 Windows Installer 3.1 SQL Server 2005 Express edition Microsoft.JSharp.2.0 All fine but the JSharp (Warning triangle on icon and message "prerequisite could not be found for bootstrapping") I've searched the web high and low and can't find any info on this. Any feedback would be welcome. Regards Jan Konijnenberg jankonijnenberg@blueyonder.co.uk Hi. Try this link. http://www.microsoft.com/downloads/details.aspx familyid=F72C74B3-ED0E-4AF8-AE63-2F0E42501BE1&displaylang=en Best regards. dp ( www.webhostservices.biz ) ...Show All

  • Visual Studio Long time to close VS2005

    have been using vs2005 Prof for a year now - without many problems have just added a new project to the solution - for reports all appears to work ok - till i try and close VS2005 - takes a very long time ( i usually go into Task Manager and zap the process as it takes so long) any ideas of what could be causing this / how i can rectify thx mark I have the same problem on only one of my projects. It is also my only project I open and access the files using FTP. Is your new project by FTP -Steve ...Show All

  • SharePoint Products and Technologies When I edit a document it opens as Read Only

    Hi: Does anybody knows why if one user is administrator of a site and edits a Word or Excel document, it opens as Read Only He is opening the document with the 'Edit with Microsoft Office...' but he cannot save the document, and it is necessary to delete and upload it again, and he has to do it every time he wants to modify it. Regards. We recently had a similar situation with two users at my company. All Word, Excel, and PowerPoint documents suddenly started opening in read only mode. We also found the "Explorer View" in the document libraries did not work and could not use Windows Explorer to view WSS site. Both users were running Windows 2000 with Internet Explorer 6 (IE 6) in SPS 2003 e ...Show All

©2008 Software Development Network