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

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

Liquidream

Member List

lalle
Briedis
ditzafar
willfried
kokolulogos
micTronic
Rigeto
Jeff of Commerce
Carolann
Anindya Maiti
Croc1986
aleex
ZopoStyle
Babu P P
Kirill Tropin
casaubon
Bela Istok
Startatrix
Greg Banister
Idanle
Only Title

Liquidream's Q&A profile

  • SQL Server Can't pass parameter - rsAccessDenied

    I am having a problem passing a parameter. When it gets to the last line of code where I set the parameters, I get this error. Can anyone help The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this operation. (rsAccessDenied) Here is my code: ReportParameters(0) = New ReportParameter("ProjectKey", 262) rv.ShowParameterPrompts = False rv.ServerReport.ReportServerUrl = u.Conver ...Show All

  • Visual Studio Express Editions Dynamic Business Site Starter Kit?

    Not sure if i'm in the right forum; however, being new to ASP.NET I am looking for a starter kit, or perhaps sample code in C#, to create a data driven business web site with content management for the site owners. Actually it will merely be content with about 10-25 pages. Thanks in advance if you can point me in the right direction. Yes I have looked at DNN but was unaware of the DNN starter kit. Thanks for the ...Show All

  • Windows Forms How to capture lose focus event and reset focus

    I want to capture focus lost event of a windows form, and reset focus to this form. I tried LostFocus and Leave event but neither of them works. below is my code.             this.LostFocus += new EventHandler(AddUser_LostFocus);             this.Leave += new EventHandler(AddUser_Leave);     ...Show All

  • SQL Server Importing Foxpro Database

    I am new to SSIS and want to import a foxpro database from a CD into my SQL Server 2005 Database. Is there a basic tutorial that can help me navigate the import wizard or can someone provide the proper data source connection information to use Have a look at this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=76237&SiteID=1 ...Show All

  • Visual Studio 2008 (Pre-release) non-generic types

    I got the error "the non generic type System.ServiceModel.ServiceHost cannot be used with type parameters." in the line Public static void main() { ServiceHost<ParcelService> servicehost= new ServiceHost<ParcelService>(); Can anyone suggest how to fix this error In the newer versions of WCF the ServiceHost takes a type instead of a type parameters. Try: ServiceHost hos ...Show All

  • Windows Forms Collapsible Listview control

    Does anyone know any shared control which looks like the Outlook 11 style collapsible list view, where the items are grouped into some categories and you can expand and collapse the categories by clicking a +/- sign. You can take a look at  ...Show All

  • Visual Studio Watermarks in Crystal Reports

    I have 2 issues.  I am able to use an image as a watermark (add a 2nd page header, make it underlay the following section, etc.).  However .. 1) I need to use a b&w logo as a watermark. The problem is that some lines in my crystal report do not show through (although some do).  Also, despite the fact that I made the background of the image pure white, it shows as off-white when previewing. 2) I have a short phrase that ne ...Show All

  • Visual C++ "Unknown compiler version" message

    When compiling a static library, I get the following message for every .cpp file: "Unknown compiler version - please run the configure tests and report the results" What does it mean I use VC++ 2005 Professional Edition on Windows XP. Thanks, Bumbrlik This message is probably coming from your sources. I believe boost headers contain such messages. You might be using older sourc ...Show All

  • Visual Studio 2008 (Pre-release) InfoPath Consumer: 400 Bad Request problem

    I am trying to consume WCF services using InfoPath. However the IIS always returns 400 Bad Request. If I use WebServiceStudio the services goes well. Here are the requests in the wire using IngoPath POST /test/aa.svc HTTP/1.1 SOAPAction: "http://tempuri.org/StringService/GetUpper" Content-Type: text/xml; charset="UTF-8" User-Agent: SOAP Toolkit 3.0 Host: ia-bfcamara:8081 Content-Length: 621 Connection: ...Show All

  • Visual C++ which situation does'error C2039' happen?

    when i compile my code,i get this error error C2039: 'Import3dmax3DS' : is not a member of 'C3dWorld' see declaration of 'C3dWorld' but i have define 'Import3dmax3DS' in 'C3dWorld' which situation does 'error C2039' happen it went wrong here ...... C3dObject* pObject = m_pWorld->Import3dmax3DS(szPath, FALSE); ...... and i declare it here class AFX_EXT_CLASS C3dWorld : public CObject { ...Show All

  • Visual Studio Different file types between Vss6 and Vss2005

    Hi, I'm currently evaluating Vss2005 client with some existing databases created with Vss6. I have detected a strange issue: a text file appears with Vss6 client as a text file (quite normal), whereas it appears as a binary file in Vss2005. In the same way a binary file appears in Vss6 as binary and has unicode8 in Vss2005 (please note that I have already tried to deactivate the automatic file file type recognition). It sounds like Vss6 an ...Show All

  • SQL Server Unable to deploy SSIS Package on 64 bit Enterprize

    I have developed a SSIS dts package, its running fine from my computer, but the problem is when I am deploying it on actual server then giving me error for connection scenario, development env: dev006 three servers: srv01 (64bit), srv02 (32bit), srv03 (32bit) in development environment, same package is getting data from srv01 and pushing it to srv02 and srv03, but when i am deploying it on srv01 then it fails to establish connection ...Show All

  • SQL Server Will package work on different CTP version?

    Hi There I have created a package in integration services using the June CTP (latest one), i was asked to deploy it on a sql server 2005 instance. On further investigation i realised that the 2005 installation was from the first CTP prior to the one i used to create the package. In configuration manager there is no SSIS it is called DTS server. My question is will my package work 100% if i deploy it to the earlier CTP version of sql server Than ...Show All

  • Visual C# FileSystemWatcher question

    I have several c# apps that are all dependant on a couple critical data files. If the files are modified by any one of the apps,then all others apps need to react. I have been using FileSystemWatcher to monitor the files and every thing has been fine. I was recently notified by a network admin type that the filesystem is being interogated so much that other non c# applications are unable to continue. I really don't believe it is because of ...Show All

  • Software Development for Windows Vista Latest build for Vista

    I am using build 5112, can someone confirm what number the latest build is   And how did you get your copy of it   I don't remember getting anything later than 5112 from Technet.  Thanks.   Not to pile on, but I loaded 5112 on VPC and then tried to load VS 2005 and had the same issue (croaked loading .NET 2.0). Surely someone on the VS team has loaded VS on Vista and has a clue... ...Show All

©2008 Software Development Network

powered by phorum