Software Development Network Logo
  • Windows Live
  • Game Technologies
  • Visual C#
  • .NET Development
  • Windows Vista
  • Visual C++
  • Visual FoxPro
  • SQL Server
  • Visual J#
  • Visual Studio
  • Microsoft ISV
  • VS Team System
  • VS Express Editions
  • Architecture
  • Visual Basic

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

Funkyavocado

Member List

Dan Thomas - DAGWare
SummerBob
Mikhail Kurskiy
Ananda Ganesh C.T
M D L
geoffHome
joshivaibhav
The Crash
Greg M.
Jose Vitoria
ckphilli
Jayender sivaraman
dimondlight
ChoKamir
Uroj
Balthazarkitty
Saurabh G
KCTami
RpM
Obscurity
Only Title

Funkyavocado's Q&A profile

  • SQL Server Insertion / updation problem in SSIS

    “I have a scenario where i am trying to insert 200,000 lac records & update 200,000 lac record in destination table using SISS Package (SQL SERVER 2005) but I am not able to neither update nor insert the records . while executing the package its not showing any error also . what could be the problem “ We have business logic in Package creation 1) Insert New records and 2) Update Existing Records using the follow Data flow diag ...Show All

  • Visual Studio Team System Why BugList and Mybugs have been removed form the report lists in Beta3 refersh

    Hi there,     I am wondering why did we remove 'BugList' and 'MyBugs' reports from Available reports in Process template. They were quite useful. If i try to use add by copying .Rdl file and adding that section in ReportsTesks.Xml, it does not work and Project cteation could not upload those reports. How can I add those reports Thanks, Anu I work with Anu and I think I can answer this question. We have removed all worki ...Show All

  • .NET Development Unable to open the offline cache location..

    Hello people, first of all, i need to explain that i'm not very good with english, i'm from Chile, in SouthAmerica, so if i make some mistakes, please, forgive me for those mistakes, well I have problems when i trying to create new projects in my visual studio 2003 installed in Windows 2003 x64. I follow the instruction to change my ASP.net 2.0 to x64, because in another way i can't see my Web sites in the localhost (I can't see my pages if I ha ...Show All

  • Visual C++ Works in 2003 but not in 2005

    I am trying to get some code to work in 2005 that is working in 2003 and VC6 and I am getting the following errors when I use templates. 1st error: error C2664: 'std::_Vector_iterator<_Ty,_Alloc> std::vector<_Ty>::erase(std::_Vector_iterator<_Ty,_Alloc>)' : cannot convert parameter 1 from 'std::basic_string<_Elem,_Traits,_Ax> *' to 'std::_Vector_iterator<_Ty,_Alloc>' with [ _Ty=std::wstring, _Alloc=std:: ...Show All

  • Windows Forms Sql Method calls

    I have not had a chance ot look through the source code, however in the white paper there are calls to SqlHelper and instances of DataSetTasks...where are these types and methods defined   BTW, thanks for writing this in VB.NET.  Now the C#&nbs ...Show All

  • Visual Basic upgrade problem

    Hi I just updated an project from vb 6 to vb.net but when I build te program now I get this error can't load (io.dll)' edit : this i the script that loads it Public Declare Sub PortOut Lib "io.dll" ( ByVal Port As Short , ByVal Value As Byte ) Public Declare Function PortIn Lib "io.dll" ( ByVal Port As Short ) As Byte Can you better defining freezes Have you ...Show All

  • Visual Studio Team System Team Build: Build Quality

    Can someone tell me what the purpose of the Build Quality indicator is   It doesn't seem to trigger any extra functionality anywhere that I can see - except maybe in reports. I'd like to be able to "automatically" publish a build when the quality get's set to "Ready for Initial Test" or "Ready for Deployment".  Is it possible to detect this change somehow and trigger some workflow to occur Build quality can be used by QA team to ...Show All

  • Visual Basic Debugging error - Operation Could not be completed

    Hello, I am running on the VB8 and expirienced an error during debugging after some changes in "My project" area. I have noticed (on two different machine) that after change for example Startup Form or Security Area, I am not able to debug program any longer. An error appears, telling me that: The Operation Could not be completed. After clicking OK (nothing else is available) and next try of debugging, another error message ap ...Show All

  • Visual C++ Comdat

    Lets say you have 2 native object files made by VC++. If you use STL and string class there is a good chance that some content of string class gets copied into both objects. This dual reference is naturally a problem. From what I understood the compiler solves this by marking the code as comdat per section and then the linker only uses one of the copies and throws the other away. I'm in progress of building a tool which creates output for ...Show All

  • Visual Studio 2008 (Pre-release) Expression Tree processing sample: WmiLinq

    Hi all, lately i've been playing with expression trees somewhat similar as Dlinq. I came up with an sample WMILinq library that enables you to query directly against WMI using an LINQ like syntax like this: Lets say we want to query some process information.  For instance, query the processes which have more than 20 kernel threads:   using (WmiContext context = new WmiContext(@" \\localhost ")) {      &n ...Show All

  • Visual C++ Performance problems after porting to VS 2005 from 2003, native C++ code vs STL.

    After porting code from studio 7.1 to 8.0 beta 2, performance (function execution time) decreesed twice. In each two cases code was compiled with max speed optimisation. I tried each useful in my case compiler feature for increasing performance, and nothing helps, 7.1 still x2 faster. Code use basic STL tamplates such as vector, map, iterators, heap functions and nothing else. Please help to understand this fenomenal.     ...Show All

  • Visual Studio Search Error

    Hi, I've been noticing that everytime I place a filter on my search in MSDN, the online searches (MSDN, Codezone, etc...) would result to an 'Invalid Token Error'. But the local search is just fine. Is this suppose t be a bug BTW, im using Microsoft Visual Studio 2005 Documentation in beta 2. Im using it coz MSDN generates an error upon opening...   cheers, Paul June A. Domag Hi,   Just verified my time and its quite ...Show All

  • Visual Studio Team System Code Analysis check-in policy and Unit test projects

    We have enabled "Code Analysis" as a check-in policy for our Team Project. We have also created Unit tests. When we are about the check-in the Unit test projects the Team Foundation Server prompts us to run Code Analysis on the projects, so we enabled the Code Analysis on the Unit test projects. We get a few warnings on the generated Unit test projects. Such as: Warning 85 CA1304 : Microsoft.Globalization : Compilator_DD_LogOn_FChangePasswordAcc ...Show All

  • Visual Basic Deploying a VB.NET 2005 WinForm app with a SQL Server Express database

    Hi I have a VB.NET 2005 WinForm app that accesses a SQL Sever Express database. I use the Microsoft Practices Enterprise library to handle my data access with the following appearing in my app.config file. < connectionStrings > < add name = " IMapsUser " connectionString = " Database=IMapsUser;Server=(local)\SQLEXPRESS;Integrated Security=True; " providerName = " System.Data.SqlClient " ...Show All

  • Visual Studio Team System TFS BETA3 & SHAREPORINT err!

    I'v installed TFS BETA3 with workgroup config (no use AD),   on a server named "vs2k5tfs".... when I browse http://vs2k5tfs/default.aspx the returned page contains from same machine, (I'v new a team project, and browse project portal,    got similar page....) ********************************************* Error [1] Web Part Error:  This page has encountered a critical error. Contact your system ...Show All

©2008 Software Development Network

powered by phorum