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

Software Development Network >> JP.DEV's Q&A profile

JP.DEV

Member List

is98
cbpd86
nielsvanvliet
aaks
fulish1
polymorphicx
rwerner
Suja
Bill26
fusi0n
Troy Lundin
Guardian-ND
mnaples12
Cyberjunkie
Burrough
Karl Erickson
Handkor
learning_new
Matt_
Martin Moe
Only Title

JP.DEV's Q&A profile

  • Visual Studio Team System TF50612 Couldn't Remove Permissions for Group

    Hi, I can't remove a user from Team foundation Server Security Setting (Team -> Team Foundation Server Settings -> Security). I get: Couldn't Remove Permissions for Group TF50612: Failure creating access control entry, one of the specified actions don't exist Regards DDressel Was this server upgraded from Beta 3 Is this server currently running RTM bits It's possible that a user may have permissions that are no longer valid by the current security object definition. We have seen this issue with customers upgrading from Beta 2/Beta 3 to RC, but it should be addressed in RTM. Try running the TfsSecurity.exe tool with the ACL option on the global object: ---> TFSSecurity. ...Show All

  • Windows Forms ClickOnce through Proxy with Authentication

    Hello, I have a problem with ClickOnce Deployment: My app runs on Windows Server 2003, IIS 6. In my university we have a proxy which needs authentication, and if I click the .application file, first there is a login window for the proxy, then the window ("verifying application...") comes up, but then there is an error message, saying that the file *.application can not be downloaded. In the log file is an entry: the server is unreachable, so I think the process which downloads the .exe and the other .dlls don't know the proxy authentication information. what can I do, to run the application behind such a proxy thanks, marco Obviously there is a fix: http://support.microsoft.com/kb/917952/en-us Hotfix information A supported hot ...Show All

  • SQL Server Server Fails to connect to SQLExpress

    I am trying to set-up membership options on my MS Server 2003. I also have a Computer running MS XP Professional sp2. With the Advanced in stall of SQLExpress - trying to establish cojnectivity on the server fails when using the ASP.NET Configuration button. This works fine on the XP box. On the security tab the following message apppears: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server ...Show All

  • Visual Studio Team System Where to get Trial version or CTP7

    Hello. I wan't to download the trail version of VSDBPRO and when I go to download page I only get: VS 2005 Express VS 2005 Pro 90 days trial VS 2005 Team Suit 180 days trial VS 2005 Team Fundation Server 180 days trial VS 2005 Team test load agent VS 2005 Online hosted Experience VS 2005 Virtual images I have download Team Suit 180 trial but it dosen't have the DBPRO. Pleas tell me from where can I get trial version or CTP7 becouse old link to CTP7 isn't avalible any more. Please help. -- MK You need to install DBPRO over the Team Suite 180 day trial/full version. You can download the DBPRO trial from http://www.microsoft.com/downloads/details.aspx FamilyID=7de00 ...Show All

  • Windows Search Technologies Using Database and Template for Ifilters

    Hello. I am just a summer intern and I was assigned to research on how to add a new file type and how to index the database as well. I have given them the instruction on how to, but they want to have samples on how to implement the IFilter. I have searched the web, and was unlucky to find nothing. Isn't there any template that we could follow to implement the Ifilter Also, how could WDS perform a search in the database as well Is that where we need to create a new Store I hope someone could help me. Thanks, Jamielyn Hello, I'm a Software Developer (Trainee). I'm entrusted for "Incorporating Windows Desktop Search with the facility to index and crawl URLs". I found it really difficult, since am a fresher. I d ...Show All

  • Visual Studio Express Editions Mirror MS InfoPath

    Hello, I'm still very new to programming in Visual Basic.  One of the tasks im trying to take on is replicating the MS Office InfoPath 2003 screen. When you first launch that application it shows a menu system on the right.  What menu system is that form using   Does that menu system have a built in funcitionality for icons ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Porting ScummVM to XNA

    Hi Guys, Let me introduce myself, seems like the polite thing to do :) First off let me say that Microsoft has done a fantastic job with XNA. I'm really happy with the way it works, so simple anyone can pick it up and get something on the 360. I work as a game developer in Australia and was one of the guys that worked on the PSP version of ScummVM a while back. I didn't do a huge amount on that project, it was Joost Peters from Revolution Studios that did all the grunt work, but I contributed none the less. Let me tell you that you guys are getting something special here. This is the first time a console manufacturer has "opened" the doors for integrated development on their hardware(and this is with debugging!!!!) to the general ...Show All

  • Software Development for Windows Vista Bug or Configuration- Single quote and double single quote XP over Server 2003

    Hello Community On my development box I created a state machine asp.net workflow using tracking with Workflow RC1. I moved the workflow database over to Server 2003 from my XP machine and no longer had workflow database functionality. I deductively went through all the usual steps attempting to figure out why my DB is not working, connection string etc. I opened up SQL profiler and looked at the insert statements on the Server 2003 box and noticed I could not execute the commands coming in due to double single quotes on the insert. So obviously I ran the profiler on XP development machine and found the correct SQL statements with single quotes. Both machines are running SQL 2005 Developers edition with identical S ...Show All

  • SQL Server linked server with IBM DB2 UDB for iSeries IDMDASQL OLE Provider Errors

    Hello Everyone I’m having problems retrieving data from IBM DB2 AS/400 linked server I have managed to connect a linked server using the IBM DB2 UDB for iSeries "IBMDASQL" OLE DB Provider. But when I run a query to the database I get only the field names and the following errors: Msg 7399, Level 16, State 1, Line 1 The OLE DB provider "IBMDASQL" for linked server "iseries" reported an error. Access denied. Msg 7301, Level 16, State 2, Line 1 Cannot obtain the required interface ("IID_IDBCreateCommand") from OLE DB provider "IBMDASQL" for linked server "iseries". My Server is Standard 64bit edition on cluster with CTP 2 ins ...Show All

  • Visual Studio Need help developing a COM Add-in for Word(Office XP)

    Hi all, I created a "Shared Add-in" project in Visual Studio .NET 2005 and tried to develop a simple hello world COM add-in for Word. After created the project, it automatically generated another setup project and this is good. Then I added a reference to the Word Interop Assembly in the Add-in project and confirmed that the DLL file actually references to assembly in windows\assembly folder. Since I just want to make sure that Word can connect to this COM Add-in, I simply added a statement MsgBox("hello world.") to every event that appears in the default Connect class. Then I built both the add-in project and the setup project and right-clicked on the setup project and selected "Install" to install the add ...Show All

  • Visual C# System.Timers.Timer Exception Number must be either non-negative or -1. Parameter name: dueTime

    i got this exception while calling Timer.Start() Number must be either non-negative or -1. Parameter name: dueTime can any one tell me the reason. timer interval is set to 180000. I fired up on old PC with VS2003 to test your program. Same exception (on t.Enabled = true;), slightly different message: "Number must be either non-negative or -1." I have no idea why you wouldn't get an exception. However, it reproduces well with your original problem, somehow the Interval property gets set to an out-of-range value... ...Show All

  • SQL Server Questions about 32- and 64-bit ODBC

    p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:'Calibri","sans-serif';} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText {margin:0in;margin-bottom:.0001pt;font-size:9.0pt;font-family:Consolas;} span.PlainTextChar {font-family:Consolas;} .MsoChpDefault {;} @page Section1 {size:8.5in 11.0in;margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} I have several questions about the behavior of 32- and 64-bit ODBC drivers in Windows. 1. If I have a 64-bit application, can it make use of 32-bit ODBC connectors 2. If I have a 32-bit ODBC connector, can it connect to a 64-bit database application (for instance, a ...Show All

  • Windows Forms Problem with ClickOnce and mandatory profile

    Hi, I'm having problem running a ClickOnce application using mandatory user profile. I'm getting these error messages: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : http://192.168.0.2/ClickViewPlayerLite/ClickViewPlayerLite_1_0_0_2.application videoid=668 ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of http://192.168.0.2/ClickViewPlayerLite/ClickViewPlayerLite_1_0_0_2.application videoid= ...Show All

  • SQL Server XML Problem when scheduling SSIS package

    I am getting an error when I try to schedule a package. I can run the package with no problems from BIDS. For some reason it is throwing an error when I try to schedule the package using SQL Server Agent. Information on how to resove this would be greatly appreciated. Executed as user: MACHINE\SYSTEM. ...n 9.00.1399.06 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 5:41:55 PM Error: 2007-02-19 17:41:56.01 Code: 0xC0011007 Source: {48427B5A-10F6-4054-B7EB-F0F19B90F334} Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted. End Error Error: 2007-02-19 17:41:56.01 Code: 0xC0011002 Source: {48427B5A-10F6-4054 ...Show All

  • Software Development for Windows Vista Custom Rule Expression parsing error.

    I am creating some custom rule expressions for my users to make use of in rules. I created a basic sample to sum a list of numbers. When I try to use my expression I get an error from the rule set designer saying: "Error parsing the Action(s): The method "SUM" on type "Company.Workflow.Rules.SUM" does not exist, is not accessible, or has no match with the signature specified." I have downloaded other samples of custom expression and custom rule actions and have used them successfully but I do not know why mine is not working. My code is as follows: I tried simplifying this by just having two expressions instead of an array but I had the same results. public class SUM : CodeExpression, IRuleExpression { CodeExpression[] exps; public ...Show All

©2008 Software Development Network