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

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

fj64

Member List

kbalusu
Kris4forums
Mike Hildner
dilerabdullah
tuncali
Djewst
Rattlerr
bkohler
2lazydba
csharpbird
jakorakosaya
penninha
pd_tch
StriderIRL
Dharan Prakash
edwin11
Amit Glazer
moo360
Gafrage
Allah Is Here
Only Title

fj64's Q&A profile

  • Windows Forms window form not responding vb.net 2003

    have created window form class name Cinterface when i instantiate this Cinterface form from with in click event of another form it is working perfecty ok like private sub Button_click(byval sender as object,byval e as Even...... dim nf as new Cinterface nf.show() end sub but when i use same code to instantiate Cinterface form from with in some other user defined event handler form popup but stops responding like dim ob as new some_class AddHandler ob.user_defined_eventname ( AddressOf processdata ) ' this user_defined_event will be raised from some_class and handled by processdata() of this class private sub processdata() { dim nf as new Cinterface nf.show() ' This code is poping up the Cinterf ...Show All

  • Visual Studio Team System Team System Warehouse Problems

    Hello, About five days ago I started seeing a bunch of errors in the Windows Application Event Log. I've been searching for solutions for the past few days with no luck so now I'm posting here. Here's the errors I'm getting in order: ============================================================== Event Type: Error Event Source: MSSQLServerOLAPService Event Category: (289) Event ID: 19 Date: 9/20/2006 Time: 9:56:27 AM User: N/A Computer: TEAMSERVER Description: Errors in the metadata manager. An error occurred when loading the Changeset dimension, from the file, '\\ \D:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\TFSWarehouse.0.db\Changeset.200.dim.xml'. For more information, see Help and Support Center at http://go.m ...Show All

  • Software Development for Windows Vista Where can I host the runtime in a SOA based environment?

    Hello everybody, I am planning to use Listen, Delay and event-based Activities in a sequential workflow like the one in the hands on labs WF HOLD01. In this case the manager can approve the report, otherwise it will be escalated if a certain time-limit is exceeded... Now my question, how and where can I host the runtime if my architecture consists of web services (or respectively wcf in aspnetcompatibility mode) and the workflows take several days So far I hosted the runtime in an Application variable and after each service request I saved the instances through the manualworkflowscheduler service in the database, but now I want to add a LISTEN Activity and inside a DELAY Activity which executes after 3 days, so I must not save th ...Show All

  • Visual Studio Tools for Office Trying to create Excel 2007 doc using Asp.Net and C#

    Hi, I am trying to learn how to create Excel spreadsheets programmatically and I believe this is the place to get help. I have been able to create an actual file, but when I try to open it with Excel 2007, a message box is displayed with "Cannot use object linking and embedding". When I click OK, I get another message box with "Microsoft Office Excel has encountered a problem..." and gives the option of sending an error report. What am I doing wrong Here are the relevant pieces of my code. Thanks in advance for any feedback. using Excel = Microsoft.Office.Interop.Excel; private void createSpreadsheet() { Excel.Application oXL; Excel.Workbook oWB; Excel.Worksheet oSheet; Excel.Range oRng; try { ...Show All

  • SQL Server Drillthrough with Return clause

    I am trying to perform a drillthrough with the return clause so that i can get the member keys. when the performing the drillthrough, i get the followin message: Errors from the SQL query module: The 'dim peiod' table either does not exist in the 'Dm GL' schema (or cube.), or the user does not have the necessary permissions to access it. I've dumbed down the query as much as possible i think - and it works fine without the return.... drillthrough maxrows 10 select {[measures].[amount]} on 0, {[dim acct].[account]} on 1 from [dm gl] return [dim peiod].[month] thanks much, sully Is the office problem related to the issue I blogged about here http://geeks ...Show All

  • .NET Development DataSet.Copy problem

    Hi! I have a problem with a DataTable that has a DataColumn like this: DataColumn id = new DataColumn ( "Id" , typeof ( SqlInt64 )); id.AutoIncrementSeed = 0; id.AutoIncrement = true ; id.AutoIncrementStep = 1; id.ReadOnly = true ; The DataTable has some rows (id=0, 1, 2, etc.) and I want to make a copy of the DataSet. But when I call the DataSet.Copy method it throws the following DataException: "Cannot convert object of type 'System.Data.SqlTypes.SqlInt64' to object of type 'System.Int64'." If the AutoIncrement=false and I type the values manually it works perfectly. Have you any idea what the problem is Have you tried: DataColumn id = ...Show All

  • Customer Care Framework Help Needed ASAP - admin console unable to connect to CCF Server the server does not exist or access is denied

    Im getting this message when trying to followup the step of running the ccf admin console from the mmc, refrence to page: 43 in the deployement guide of ccf 2005 .net 2.0: admin console unable to connect to CCF Server the server does not exist or access is denied the guide states as follows:   CCF 2005 .NET 2.0 Deployment Guide wrote: CCF Settings You may wish to adjust the general settings of CCF (available in the Options table of ContactCenter database) to suit the deployment environment.  Follow the steps given below to do the same.  Refer to Appendix – A for all available settings of CCF and their significance. Machine: CCF client machine. Login User: Member of CCFAdmins group. 1.&nbs ...Show All

  • Visual Studio 2008 (Pre-release) export to image with black block

    My code is: RenderTargetBitmap rtb = new RenderTargetBitmap((int)canvas1.Width, (int)canvas1.Height, 96d, 96d, PixelFormats.Pbgra32); rtb.Render(sp); BmpBitmapEncoder encoder = new BmpBitmapEncoder(); encoder.Frames.Add(BitmapFrame.Create(rtb)); FileStream file = new FileStream(Environment.CurrentDirectory + "\\temp.bmp", FileMode.Create); encoder.Save(file); it run without exception,but the image ' blank area was fill with black block,why Could you please show us the xaml you defined especially how you define the scene (TileBrush etc) to be rendered by RenderTargetBitmap so a better solution to your problem can be quickly constructed. Sheva ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Tile Engine Tutorial - New Resource Site

    We have just lauched a new website that contains a bunch of resources relating to XNA / GSE development... http://www.xnaresources.com Our first tutorial is also up... It covers creating a basic tile engine using GSE/XNA! This is the first tutorial in a series on creating a full fledged tile engine! We also have several links in our link database and a main blog on our home page... if anyone has any resources they would like added to the site drop us a line and we will get them posted right away! I just fixed that! For some reason FireFox is not recognizing the color atribute of the <pre>... I just changed the background to a neutral gray so that white or black text looks fine on it... Stay tuned!! Part 2 of the Tile ...Show All

  • Visual Studio Team System Can "Show Project Portal" be redirected to another URL?

    I'm currently on-site with the second customer who has asked me this, so I'm asking the community: Is there a way to force the "Show Project Portal" right click menu to redirect to another URL This particular customer already has extensive Sharepoint portals in place for many of the projects they'll (hopefully) be importing into Team System. We'd like the "Show Project Portal" menu to redirect them to the existing Sharepoint site instead of the new, empty Sharepoint portal Team System creates. Seems easy enough, if there was a way to edit that URL.. is there Jeff, Does this not help http://msdn.microsoft.com/vstudio/teamsystem/reference/technotes/tfs/conf_for_remote_ss.aspx <HACK& ...Show All

  • Visual C# Trying to determine Class by a string value

    I'm having a DUH moment here and hopefully someone can answer it before I'm bald... I have a string that contains the name of the class and I want to create a new instance of the class that's referrred to. I have: string classToUse = "StartMeUp"; I have a class called StartMeUp that does some function... Of course, I want to create a statement similiar to: StartMeUp smu = new StartMeUp(); However, I've forgotten how to use the string to get to an object name... any helpers out there You need to use reflection in order to achieve this. Not very pretty, and if you can think of another way to achieve what you are trying Id advice using it - be here is how to do it:- Type oType = Type .GetType( " ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XInput Common controller 32 bit wont install

    Hi I need to use XInput for a program I am writing in VB.NET 2005 (to use the xbox 360 controller). However I am not sure what software I need to download. I thought I needed the Microsft Common Controller 32bit but when I tried to install it, it says "Installation did not complete" Please help me! Thanks I had the same problem, although I've used those drivers before and they've worked correctly. When I couldn't get them to work, I just plugged in my gamepad and let windows update find the drivers, and that worked correctly. ...Show All

  • SQL Server using variable value as calling parameter

    I want to know why this code does not work in a query. The table 'iDay_INTRAD' exists and is detected if I use a statement exec sp_tables iDay_INTRAD . This statement returns one row. The code below returns no rows. Apparently the query is looking for table '@p1' not the value of this variable. Is it possible to do what I want to do in SQL Server DECLARE @p1 varchar (10) DECLARE @p2 varchar(10) SET @p1 = 'iDay_' SET @p2 = 'INTRAD' SET @p1 = @p1 + @p2 exec sp_tables @p1 Thanks Np ;-) HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms checking null [framework1.1]

    hi, How can I check if an object is instantiated Also, how can I check if a DataSet.DataTable[0].Rows[0][0] has a null value in it Thanks, instantiation is different than checking a datatable value. I guess you could use DBNull.Value: if (theDataSet.Tables[0].Rows[ index ][ ColumnName ] == DBNull.Value) { ... } ...Show All

  • Visual Studio 2008 (Pre-release) Computed fields within database

    Hello, is there a way to allow access to Computed fields within the database. The generated mapping creates a getter and a setter for the database computed field. However updates against the field will fail. Thanks in advance, Thomas The CTP bits do not support mapping to pure computed columns, i.e. where a setter will not be generated at all. We are aware of that requirement though. What is supported in these CTP bits is mapping to server-generated columns, e.g. columns populated by triggers on insert and/or update. You have three options: < Schema> < EntityType> < Property StoreGeneratedPattern = edm:StoreGeneratedPatternEnum ...Show All

©2008 Software Development Network