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

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

ImpureEvil

Member List

Jim Carnicelli
Sniper167
Dexterz
GunaChinna
Davids Learning
AshiTenshi
Ori'
amicalrahul
Adam Miles
DBLearner
shazas
JWhite
Poolius
n00bie
R.Tutus
eric shih
Namrata Prashar
tjBrockman
kblackwell
sl0140
Only Title

ImpureEvil's Q&A profile

  • Visual Studio Team System Does all of the source need to be copied?

    Hi... I've just executed by first build using TFS... everything looks good. I do have a quick questions though.... For the first build, I have a very small DLL that needs to be compiled, so that is the project I selected. Now, when I actually execute the build, all 4 GB of files in the source control get copied to the "Source" folder. Is there a way around this Thanks! Forch I don't why size of your source code is up to 4GB. Do you put all document on source code control If you do, I think you should put doc on wss(project portal). ...Show All

  • Visual Studio problem connecting to MSACCESS database in crystal reports

    HI all, I have a small application which uses the Access database file.I'm using crystal reports to develop the reports.everything is working fine for the first time. 1). when i change the application location the crystalreport viewer is asking for the database file path.I'm storing the database file in the bin folder.Is there any way to dynamically get the address of the database file path,even if we change the application path. 2). if I make a setup of that application is that file will be created with that data while installing the application. or is there any other alternative option for that. looking forward for the solution -GRk hi thanks for your solution but while designing the crystal reports,in the ...Show All

  • Visual Studio Team System TFS Warehouse Processing Error

    First up, I have deviated slightly from the stock TFS install because we prefer to use Kerberos rather than NTLM for authentication. To that end, all TFS services and app pools are running under a domain account and SPN's for the HTTP service (both NETBIOS and FQDN) have been registered under that account. C:\>setspn -L DOMAIN\TFSSERVICE Registered ServicePrincipalNames for CN=tfsservice,OU=Service,OU=Generic Accounts,OU=User Environment,DC=domain,DC=company,DC=com: HTTP/SERVER1 HTTP/server1.domain.company.com All was working well, until recently when the warehouse process packed up. Processing was generating this error in the Windows Application Log: Event Type: Error Event Source: TFS Warehouse Event Category: ...Show All

  • SQL Server SSIS Import/Export wizard to excel issue

    Its my first time trying to set up a SSIS job using the import/export wizard to export the results of a query into an excel file. i am using sql server 2005, windows XP SP2. In the last step in the excel destination editor, in the connection manager when i am trying to select the excel file to write into i am getting this error. 'Microsoft.Jet.OLEDB.4.0 ' provider is not registered on the local machine. I have set up the excel connection manager. i have changed the properties of the project to set the Run64BitRuntime to false. please let me know if there is anything else i need to do to fix this. thank you in advance Hi You have to download the latest MDAC drive and install it ...Show All

  • SQL Server Trunc(date)

    Hi.... I am new to SQL Server. I primarily use Oracle which allows me to trunc(date) to removed the timestamp from a date. Can anyone tell me the equivalent in SQL Server Thanks! Christine Yes, you can convert the date to a non-containing string representation, like CONVERT(VARCHAR(10),GETDATE(),112) But you have to keep in mind that storing the string representation in a datetime column this will add the 00:00:00 because this is not separated in SQL Server. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server ORDER BY efficiency

    Hi, I'm using a table with about 5 million records, i'm preforming a select query onthe table. I retrieve from that query about 2-4 million records when i'm not sorting the data the query return very fast. If I'm sorting the data (ORDER BY timestamp - when timestamp is a BIG_INT with an index) the query takes a long time to return about 30 seconds. I tryed to do the same thing with access DB and i get better results: the query with ORDER BY takes about 1 second. I dont think it's possible that access DB have better performance then SQL server, does any one have any idea what can be me problem thanks ishay. It will normally take much longer to sort 2-4 million rows than it will to simply s ...Show All

  • SQL Server Analysis Services 2000 - Selecting a dimension's default member based on a member property

    Hi there, I'd like to write an MDX stamement that selects a certain month of my Time dimension based on a Month level member property, FLAG_LAST_MONTH. I tried SELECT {Date.CurrentMember.Properties("FLAG_LAST_MONTH")} on rows, {} on columns from MyCube but I get an error that points to the Properties token. What is wrong with my sintax Regards, Pedro Martins Hi Pedro, Based on the property name: FLAG_LAST_MONTH , I assume that it has a value like "1" only for one month.  In that case, you could use Filter() to select the desired month member: SELECT Filter([Date].[Month].Members, [Date].CurrentMember.Properties("FLAG_LAST_MONTH") = "1") on rows fro ...Show All

  • Windows Forms Tabbed Web Browsing

    Can someone tell me how to impliment tabbed web browsing in C# I would like to know how to do the code's for: Tabbed Web Browsing, Creating new Tabs, Deleting Tabs... You know, pretty much the common stuff thats needed for tabbed browsing. I'm also not very brilliant on alot of the terms, so I would appreciate it if you would walk me through the hard parts.... Thanks so much, Landon there are quite a few topics about this on the forums...try a forum search ;-) http://www.codeproject.com/csharp/multitabwebbrowser.asp take a look at this too: http://msdn2.microsoft.com/en-us/library/ms379558(vs.80).aspx its a cool sample app with multitab webbrowsing, exactly what you are looking for I think buddy! http: ...Show All

  • Visual Studio 2008 (Pre-release) Header and Content Template

    How can i find when the Header or Content Template are applied I want to get a control from my template but if I try in OnHeaderTempalteChanged i get this exception : This operation is valid only on elements that have this template applied. Is there a solution this doesn't work very well The thing is that I have a TabItem and I have 2 HeadeTemplates, one for default and one for selelected. When the TabItem is selected I have saome buttons on it And i need to acces them somehow. But i don't know when they are loaded. I've tried OnSelected but it doesn't work. I can't retrieve the buttons. Any ideeas ...Show All

  • Software Development for Windows Vista Logotype certs are mandatory??

    Hi, I was able to run the fabrikam example with the www.fabrikam.com SSL certificate. Now I want to use my SSL certificate (CN = sts.mysite.com) and I did the following: 1) Replace the cert thumbprint in app.config 2) run httpcfg -set ssl -i ... 3) set the cert ACL by modifying the existent vb script The certificate CN, CRL are OK and I can access via HTTPS a web site using this cert. On the other hand when trying to use my managed cards, the Identity Selector says that the SSL certificate is rejected since "the remote certificate is invalid according to the validation procedure". The SSL certificate is not a logotype cert. Are logotypes mandatory for CardSpace applications Thanks, kind regards, Clau ...Show All

  • Windows Live Developer Forums Max zoom out or zoom in parameters?

    Is there a way to set the max zoom-put or zoom in MAP parameters If you stored the current zoom as a global varible outside the function then you could compare the new current zoom to work it out. But I don't think this would make you code any better. Remember there is about 6 ways to zoom in/out: mouse wheel keyboard dashboard double click triggered from another bit of code Draw the zoom box John. ...Show All

  • Visual Basic Can't Get VB6 Serv Pak 6 to install in Vista RC1

    Has anyone gotten VB6 Service pack 6 to install in VISTA RC1 I tried and it errors out with some cryptic error about a missing file and quits. VB shows no sp installed and programs that were created with SP6 installd on XP will not run in the API on Vista RC1 with an error message "Component missing". Has Microsoft a fix for this We have lots and lots of custom written programs that we will have to maintain and support on VISTA (if installed) and there seems no way to do it because the service Pack 6 can't install. Chris, Thank you for the information. Setting VB6 to run as Admin did work for the error I was getting when trying to run the IDE. However, I am still unable to install SP6. It looks like the only ...Show All

  • Visual Studio 2008 (Pre-release) streaming image from webcam into a WPF App

    Hi, Is there a way to stream images transmitted from a webcam into a WPF App. Is it possible in WPF -Sai This article on CodeProject shows how to display a video camera feed in WinForms: http://www.codeproject.com/cs/media/cameraviewer.asp I'd assume that once you have the streamed image data in your app, making it "WPF-ready" would involve pushing the image data into WPF image data types. ...Show All

  • Visual Basic Connection to a sql data base

    Could someone tell me where the mistake is in this code : Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim MaChaineConnection As String = "Integrated Security=True;User Instance=True;database=BaseDonnes;server=localhost\SQLEXPRESS" Dim MaConnection As New SqlConnection(MaChaineConnection) Dim Instruction As String = "insert into TableNom (Nom, Prenom) values ('aaaaa', 'bbbbb')" Dim MaCommande As New SqlCommand(Instruction) MaCommande.Connection = MaConnection MaConnection.Open() MaCommande.ExecuteNonQuery() MaConnection.Close() End Sub the error message is : sqlex ...Show All

  • .NET Development Web service client (VB.Net): debug build works, release build doesn't

    I'm writing a VB.Net client application that communicates with web services running on Apache Axis 1.3 and Apache Tomcat 5.5.16. I'm using Visual Basic 2005 Express Edition. Everything was working fine until I tried running the release build instead of the debug build. It gets to one of the web service calls and reports an exception: System.InvalidOperationException: There is an error in XML document (1, 368). ---> System.ArgumentException: Item has already been added. Key in dictionary: 'urn:NtiInfo:Department' Key being added: 'urn:NtiInfo:Department' at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) at System.Collections.Hashtable.Add(Object key, Object value) at System.Xml.Serialization.XmlSeriali ...Show All

©2008 Software Development Network