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

Software Development Network >> Nepius Clemens's Q&A profile

Nepius Clemens

Member List

SimonS_
Mateusz Rajca
VidyaSagarCh
Matthew.a1986
FcoLomas
HarrySimpson
nidionys
khs202968
rebeccat
jwaddell
Batico
shabanriaz
shiversticks
DanO84
Jiri Hendrych
JIM.H.
Lima Beans
Steven McCarty
dmsy
Sergey Sotnikov
Only Title

Nepius Clemens's Q&A profile

  • Smart Device Development windows ce 6.0 ARMV4I DeviceEmulator build problem

    When I build ARMV4I device emulator debug version. [ Well, emulator is for debugging anyway] I've got build error at the last sysgen phase just before creating the image. "  ................  BUILD: [00:0000002497:PROGC ] 1 Warnings, 0 Errors BUILD: [00:0000002498:PROGC ] GetSystemTimes (seconds): Idle: 14 Kernel: 38 User: 62 BUILD: [00:0000002499:PROGC ] Elapsed time (seconds): 101 Build for Windows CE (Release 601) (Built on Aug 17 2006 15:18:52) File names: Build.log Build.wrn Build.err Build.dat Sysgening platform C:\agek\WINCE600\platform\DeviceEmulator The system cannot find the path specified. \agek\WINCE600\build.err BLDDEMO: There were errors building OSDesignACN OSDesignA ...Show All

  • SQL Server subreport question

    Can a subreport be from a report that is stored in different report server than the server that contains the parent Report Can this be done thanks ...Show All

  • SQL Server Set maxtransfersize for a DB Maintenance Job Log Dump

    My SQL 2000 installation has been running along very well for many months now with SP4 installed, but I've begun to have the "insufficient system memory to run this query" error outlined in KB904804 ( http://support.microsoft.com/default.aspx/kb/904804 ). I can add the maxtransfersize parameter and get it to work in QA, but I have all of my log dumps configured under Database Maintenance Plans. Is there any way I can force the maxtransfersize to be applied within a database maintenance plan The issue I'm having is not referenced anywhere in the description of the hotfix. Are you saying that applying that hotfix also resolves the issues described in KBA 904804 ...Show All

  • Software Development for Windows Vista Parallel execution question?

    Can anyone let me know if I can develop the following scenario using WF - I have a requirement where a request has to be approved by multiple people at the same time. The catch is the number of people and who they are is determined only at runtime after looking at the request. So, I will not be able to use a fixed number of parallel branches in the designer. Is there a way to solve this problem in WF directly or do we have to do this manually ourselves like setting up one sequential workflow for each approver Thanks for the help Ashok ...Show All

  • Visual C# VS 2005 crashes when launching "Add Reference" dialog

    Actually happens for both c# and vb.  I simply try to add a reference and before any window pops up vs hangs and then crashes.  I reinstalled w/out any luck (note I didn't uninstall and reinstall -- I did the "repair" utility which apparently recopied all necessary files). It was working fine some time ago and haven't a clue what is different -- I certainly didn't install anything that would directly affect the ide... like a plugin/extension. Unfortunetly w/out this functionality I cannot develop anything using vs 2005 that requires anythign more than the most basic references. Start -> MS VS 2005 -> File -> New -> Project -> c# console -> right click on references -> ...Show All

  • Windows Forms select row from gridview

    Hi can anybody give me a suggestion to select a row in GridView at runtime. I want to display selected row details in a new GridView how can do this. Thanx in help Regards, Nagu in .NET 2.0, the rows that have been selected, you can use the SelectedRows property to get the rows that have been selected, then simply add them to a new datagridview or something.   DataGridViewSelectedRowCollection theSelectedRows = this.theDataGridView.SelectedRows; then say, to add it into a new datagridview:   foreach (DataGridViewRow curRow in theSelectedRows) {    this.theSecondDataGridView.Rows.Add(curRow); }   To programmatically SELECT a row: this.theDataG ...Show All

  • SQL Server Some questions about indices

    Hi all, we're planing to create a simple database with will work like a cache for a slow legacy system. The main work of this DB is to give results for search-queries. Each table will have up to 15 columns of different Datatypes and could contain up to 1.000.000 records. example columns of a Table: ID(int), guid (Uniqueidentifier), Subject(varchar(max)), Body(varchar(MAX)), IsComplet(bit), Startdate(DateTime), EndDate(DateTime) and so on... Typical searchqueries may be ("give me all items of a specific StartDate wich are complete" or "Give the item with the guid 'xxx-xxx...'. But also other combination are possible. Currently there are indices for the ID and guid columns. What is now the best practice to configure performan ...Show All

  • Windows Forms dfsvc crash on limited user

    I have a Winforms C# project that requires FullTrust that I'm deploying to my work network using ClickOnce. For the target directory, I've specified a UNC path to deploy the application. When I install on an end-user system, it requires me to have administrator rights to install the .NET framework 2.0... So I run the install with an Administrator account... The application works under an administrator account... When I use a non-admin account, the application chokes with the error: dfsvc.exe has encountered a problem and needs to close... The application does nothing out of the ordinary... No registry acceses, no system file accesses, just simple OleDb communication to an Access DB residing in another network share. Ju ...Show All

  • Visual C# type Casting in C#

    I want to transfer data from one webpage to another webpage using Context.handler.. I got code from MSDN site like, in the calling form i wrote public WebForm1 webform1_instance; WebFrom1 webform1_instance = (WebForm1)Context.Handler label2.text = webform1_instance.username_textbox.text.Tostring(); Then this coding gives error for : INVALID TYPE CASTING IN C# FOR WebFrom1 webform1_instance = (WebForm1) Context.Handler nhow what should i do ,, please help me out....... AFAIK you can't use Handler for that. The handler will be the handler for the current request and not necessarily a web page. You should instead rely ...Show All

  • .NET Development OleDbCommandBuilder doesn't generate anything...

    Hello, I have a problem with the following code : OleDbConnection conn = new OleDbConnection (GetConnectionString()); OleDbDataAdapter adapter = new OleDbDataAdapter ( "SELECT * FROM Customers" , conn); DataSet dataSet = new DataSet (); adapter.Fill(dataSet, " Customers " ); new OleDbCommandBuilder ( adapter ); The INSERT and UPDATE commands should be automaticaly generated, but they aren't. I'm becoming crazy with that !! Am I doing something wrong Thanks You need to create the CommandBuilder before you call adapter.Fill. Make sure your Customers table has a primary key. If the column names contain special characters (spaces, periods (.), etc), you need to set QuotePrefix and Quo ...Show All

  • Visual Studio Team System Team Explorer source control disabled always

    Hi all, I am using VSTS team explorer and even though i an given Contributor rights i an not able to do any source control. All the options are disabled. All my friends wiht the same permission is able to perform add/modify/checkin/checkout operations. WHen i do "run as" in my friend's machine, i an able to get access. I even tried uninstall-reinstall option. doenst work out. Can some one help me out!!! Thanks, Murali ...Show All

  • Visual Studio Team System Users / Logins (CTP7)

    I'm experiencing some issues regarding users and logins in the CTP7 version. The story: At first, there's no database or login available in the SQL2005 instance When I create a user named testuser in the Schema View , it is nicely added to the users folder as testuser.user.sql . Since it is created without login , I change the piece of the script to for login [testuser] In the Pre-Deployment folder I change the Logins.sql script to create a login if it does not already exist. Why is the testuser sometimes included correctly sometimes included with without login (although the script says for login [testuser] ) sometimes excluded when building the database project Also, I'm not able to just create a login with password=N'wachtwoord' ...Show All

  • SQL Server Using expressions with FlatFile connections?

    This seems so obvious, but is causing me a lot of trouble: The flat files input to my SSIS packages may contain an empty line between each row of data, or may be "continuous" without any extra empty lines. Here are small examples of the data I'm working with: With the extra line: "M","SFH","Single Family Mortgage Loans","Single Fam Mtg" "M","MFH","Multifamily Mortgage Loans","Multi-Fam Mtg" "R","MIX","Mixed/Various/Unknown","Mixed/Various" Without the extra line: "M","SFH","Single Family Mortgage Loans","Single Fam Mtg" "M","MFH","Mult ...Show All

  • .NET Development Remoting and Write operation fail

    Hi! A have a problem with Remoting through TCP. I have a Service that provides access to object through Remoting and Client application, that calls method of this object through TCP secured channel. When I first run my client, it's OK, but when service is stopped and started again, and I try to call method again I am getting an exception and can't find out what happens. Help me please, I have no variants, what is wrong. Another ASP client calls other methods of my remote object sucessfully... System.IO.IOException was unhandled Message=" , . ." Source="mscorlib" StackTrace: Server stack trace: System.Net.Security.NegotiateStream.ProcessWrite(Byte[] buffer, Int32 offset, Int32 ...Show All

  • Visual Studio Team System Use of Visual Studio 2005 Team Foundation Server MSSCCI Provider with Microsoft Access 2003

    Can I use the Visual Studio 2005 Team Foundation Server MSSCCI ProviderVisual Studio 2005 Team Foundation Server MSSCCI Provider with Microsoft Access 2003 SP2 I have installed it but there is no Source Control Support in Micrososft Access 2003 . Stefan Wimmer I have installed the addin today and now i can run "Team Foundation Server" out of Access 2003, but all other icons of source control are greyed out and not available. Can someone help me stefan wimmer. ...Show All

©2008 Software Development Network