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

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

csLearner

Member List

Wolfgang12345
bitbonk
HellsChicken
Shane Fatzinger
Behn26
gauls
riemerg
Ecrofirt
alan666
fubnuts
voxanBoxer
Chezhian
Anterian
KevinBurton
Jeanvo
Ralf van der Zanden
Jeroen Alblas
MaciekWojcik
ZO_1234
danacton
Only Title

csLearner's Q&A profile

  • Windows Forms "Specified <entryPoint> is not valid" while reading Application manifest?

    Hi all, I'm trying to deploy a .Net 1.1 application using ClickOnce. All clients have .Net 2.0 installed (on which the 1.1 application runs fine), its just that the client code *has* to be built on the 1.1 platform. Hence, I can't use VS2005 to generate the manifest and deployment files for me, because it will cause the client code to be built for .Net 2.0 before generating the manifest and deployment files. So I figured I should use the Manifest Generator tool (mage.exe / mageui.exe) to generate these files for me, since it doesn't require my code to be rebuilt first. This seemed to work pretty well: just have Mage create a .exe.manifest file that contains all assemblies used by my application, and then have it create a deployment f ...Show All

  • SQL Server Someone have any idea about it?

    I have a table call CLIENTE and another table call ENDERECO where the CLIENTE table has the FOREIGN KEY of the ENDERECO table. When I try INSERT COMMAND in C# this message is show. The instruction INSERT conflicted with a constraint of FOREIGN FUNDAMENTAL "FK_CLIENTE_ENDERECO." The conflict happened in the database "E:\ARQUIVOS DE PROGRAMAS\MICROSOFT SQL SERVER\MSSQL.1\MSSQL\DATA\LINETEC.MDF", table "dbo.I ADDRESS", column 'IDENDERECO.' The instruction was concluded. I am a "little" lost. Thanks. Hi, If you have a foreign key in the CLIENTELE table for the ENDERECO table on the field IDENDERECO, then you cannot insert into table CLIENTELE with an IDENDERECO that ...Show All

  • SQL Server Problem with Date query

    Hi! I'm trying to query an Informix linked server to import data into a SQL database. The OLE DB Provider is ifxoledbc. I can do general queries such as Select * from openquery ( INFLINKMON , 'SELECT * FROM mydatabase:mytable_t ' ) but when I try to add the where clause Select * from openquery ( INFLINKMON , 'SELECT * FROM mydatabase:mytable_t where mydatabase:mytable_t.d_thisdate = "04/12/2006"' ) I get the error: Msg 7321, Level 16, State 2, Line 1 An error occurred while preparing the query "SELECT * FROM mydatabase:mytable_t where mydatabase:mytable_t.d_thisdate="04/12/2006"" for execution against OLE DB provider "Ifxoledbc" for linked server "INFLI ...Show All

  • .NET Development Infrared receiver

    I want to create a program that receives information from a normal TV-remote. I have a IR-receiver in my computer but i have no idea how to use it in my programs.     Edit: found out how to do but i still need help I created a SerialPort from the formdesigner and assigned it to the COM-port where i have my receiver Then i added a receive-event that looks like this: private void serialPort1_DataReceived( object sender, System.IO.Ports. SerialDataReceivedEventArgs e) {    int btr = serialPort1.BytesToRead;    byte [] buffer = new byte [btr];    serialPort1.Read(buffer, 0, btr);    Console .WriteLine( "---------START-----------" ); ...Show All

  • Windows Forms Nlog & ClickOnce

    Are there any examples of how to configure Nlog & clickonce For example - how do I configure Nlog so that it optionally writes log files to the |DataDirectory| location ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. [D3D 8.1] DrawIndexedPrimitive problem

    Hi everyone I'am new here. I'am developing a game engine using pascal (delphi 7) and some converted DX8.1 headers (which are downloaded here ) I recently discovered a bug concerning drawing indexed primitives. I was able to reproduce the bug and the source + EXE is available here . I know that most of you guys use VB or C++.. but the API calls in pascal are similar This app initializes D3D 8 and draws an indexed primitive (a triangle). I used the following call: g_pd3dDevice.DrawIndexedPrimitive(D3DPT_TRIANGLELIST, 0,3 ,0, 1); wich i think is correct. But when i test my app... nothing is rendered But when i increase the primitivecount like this: g_pd3dDevice.DrawIndexedPrimitive(D3DPT_TRIANGLELIST, 0,3 ,0, 2); The triangl ...Show All

  • .NET Development C# CodeVariableDeclarationStatement with array initialization

    Hi there, I would like to generate the following using CodeDom object [] arguments = { Field1, Field2, Field3 }; I have arguments as procedure.Parameters collection. I think it must be like this: CodeVariableDeclarationStatement cd1 = new CodeVariableDeclarationStatement ( "object[]" , "arguments" , parameterListCodeExpression); I need hellp with correct code for parameterListCodeExpression. thanks in advance The CodeDom can be confusing. In this case you are trying to create an array variable and initialize it to an array of objects. However the syntax for creating and initializing arrays depends upon the language. Therefore the CodeVariableDeclarationStateme ...Show All

  • Smart Device Development Windows Moble 2003/5 and Mobile IE and C#

    Hi I have some problems getting html content from Mobile IE. All the methods I found there can not supply any details about html page/content ( except URL). Could anyone help me I need all the html/wml page content. I found that in the standard IE there is a property Document that returns HTML Document but there is no such property in Mobile edition ( webBrowser.DocumentText is not implemented in Mobile neither). Thanks in advance. Please checkout this link http://msdn2.microsoft.com/en-us/library/aa454220.aspx about APIs exposed by IE Mobile. Code samples link here http://msdn2.microsoft.com/en-us/library/ms879577.aspx (scroll down to see IE related samples) Manav ...Show All

  • .NET Development 2.0 Differences in GC.Collect?

    Are there any differences in GC.Collect between the 1.1 and 2.0 framework that can keep all objects available for GC from being collected I have a COM application that detects when a .NET client is running in the application and if so, creates a .NET object I implemented that has its own "Collect" member function. The .NET object does this: GC.Collect(GC.MaxGeneration); GC.WaitForPendingFinalizers(); GC.Collect(GC.MaxGeneration); With the 1.1 framework, the above approach was sufficient to cause any RCWs created for a .NET client that were no longer referenced explicitly in the .NET client code to be collected. That in turn allowed the RCWs to release my COM objects. Now with 2.0, this no longer seems to work re ...Show All

  • SharePoint Products and Technologies Add aspx page developed in Visual Studio to sharepoint

    Hi folks Can you tell me if this is even possible..... I have an aspx page which I have made in Visual Studio. It basically has a web form with the usual objects which are populated from a database. Now... I want to have this page within my sharepoint site, so I want to add a link to it on the sharepoint home page and when the link is clicked I want the page to load and look like all the other pages (i.e. with the sharepoint menu at the top, etc... Is this possible, and if so how The closest I have got is adding a web page, modifying it in front page and inserting my page into an IFrame, which I am not really happy to do. Any suggestions PS.... if this is not possible I would love to hear suggestions as to how to work aroun ...Show All

  • Visual Basic WebClient

    I have recently encountered an issue using a WebClient to download results from web sites. I am using a Windows service to download search results from Yahoo and it's not getting the sponsored links. The best we can ascertain is Yahoo is expecting a newer browser version. I have tested the WebBrowser for a form, so I am wondering if there is a way to use a WebBrowser with a service I don't want to display the page. I need to download the result of the search, so it can be saved in a database. Any suggestions would be appreciated. ...Show All

  • Visual Studio Team System "check out" age monitoring

    i think having a file checked out for a long period of time is a smell of bad practices, so i wonder if there is a way to automatically send a notification if an item is checked out for more than xxx days If there is no script for that, can anybody please give me keywords related to how can i implement it myself - i guess what i need is to list all (checked out ) items, than check the check out date Or is there a way to directly quiry items checked out more than xxx days ago What is the name for the email notifications object If it is one of the ones that we ship yes but if not I do not think you can push anything through our delivery mechanism. I don’t even think we expose it as public. thanks, mario ...Show All

  • Visual Studio Express Editions Web Form Tpye Program

    Hi, Im new at programing and I'm making a program and I want to add a "help" feature. I want it to have a "web forms" type look where you answer question(s) in 1-5 textbox's. Then have that string sent to me somehow. I don't want the user to have to type an e-mail, they would just the textbox's inside my program. Please help, -Josh be sure you did activate your account and you can login via webmail. Overall the code should be this, be sure to import System.Net and System.Net.Mail namespace. Change the [at] to the proper at symbol: Dim theMailMessage as new MailMessage(" ieatyourunits[at]bluebottle.com ", " to@someEmail.com ") theMail ...Show All

  • .NET Development Socket or Remoting in this scenario?

    I am investigating how to build a cache server which can be access by multiple web apps in a web farm. However, I am not sure should I use socket or remoting to handle the cached data transprotation in the network. The scenario is: The cache system maintain a list of cached objects. Clients (web applications) will send a key to the cache server and the cache server will send the cached data back if the data exists. The data sending back could be large and could be any type of custom class. The web applications will have lots of users in future so the performance of handling large amount of requests is critical here. I need some suggestions on which approach I should use. Also, some ariticles mentioned .NET will cache sockets which will be ...Show All

  • SQL Server SQL 2005 Standard on Vista RTM

    Hi All, I've read a number of threads on here where users have managed to get 2005 working on Vista RTM. I'm having no such luck however. The issue I have is as follows: Clean Install of Vista RTM Ultimate 32bit. Attempt to install 2005 Standard. This error appears: SQL Server Setup Failed to compile the Managed Object Format (MOF) file D:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof. To proceed, see "Troubleshooting an Installation of SQL Server 2005" or "How to: View SQL Server 2005 Setup Log Files" in SQL Server 2005 Setup Help documentation. I've read elsewhere that I need Sp2 of SQL Server. I can't install SQL server though so that makes it hard to apply a service ...Show All

©2008 Software Development Network