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

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

Amir5656

Member List

Tailor
GRiNSER
Pranav Garg
Agent00
Ghia
Alibong
Terence Tung
Thanh Duong
BRCEWANE
J. Clark
Al Hibbs
denap
nosajeel
Ferdinand Kuiper
olap_user
Haplo_69
Yash Garg
Matt McQuillen
Recency
Alex.Zealot
Only Title

Amir5656's Q&A profile

  • Visual C# Thread cannot access static variable

    Hi there, I have declared a static string in my class public static string a = "lockvariable" ; and am then trying to access it from a thread (which I should be able to do shouldnt I ) public static void theThread() { Program .f.postFeedback(1, a); Program .f.postFeedback(1, b); File .Copy( "c:\\vid.wmv" , "c:\\vid2.wmv" ); Program .f.UpdateTransferList( Int32 .Parse(idTransfer), 2); Program .f.postFeedback(1, "Operation Completed" ); TransferInProgress = 0; MyThread.Abort(); } I am getting the following error: System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Sourc ...Show All

  • Visual Studio Express Editions Which info is the best to identify a computer?

    Hi, for my new licensing-system I need a Information (a string) that is explicit. Also something like the mac-address but it need to be very hard / impossible to fake. And I want to get this Information with vb.NET. Thanks & regards, Fabian Golle Hi, Try the Hard disk physical serial number.>> See these threads.>> http://forums.microsoft.com/MSDN/Search/Search.aspx words=hard+drive+serial+number&localechoice=9&SiteID=1&searchscope=allforums and a few more here.>> http://forums.microsoft.com/MSDN/Search/Search.aspx words=hard+disk+serial+number&searchKey=&lcid=1033&searchscope=allforums&siteid=1&ForumID=-1&ForumGroupID=-1&GoButton=+Go +     ...Show All

  • Software Development for Windows Vista When I run Windows CardSpace,It show a System.ExecutionEngineException

    When I run Windows CardSpace,It opens a new popup window, saying Please wait while InfoCards starts. After no response for some time and clicking on cancel button, It show System.ExecutionEngineException in Visual Studio Just-In-Time debugger window. I have successfully installed and followed the document Installation-Instructions.doc from the cardspace samples. Thanks for reply, I installed .net 3.0 over .net 2.0, I checked with event logs and not able to find useful inforamation regarding CardSpace error. I also went through the form event log bug but still the same thing. Regards, ...Show All

  • Visual Studio Team System Processor time

    I was doing load testing of the web application When i kept a constant load of 300 users with connection pool of 50 i was getting threshold violation in the processor time.when i kept on increasing connection pool the threshold violation was also getting minimized...as soon as connection pool reached 250 the threshold violation was also removed... Now if i keep Load =200 users and connection pool = 50 i donot get this threshold violation why is it so and what does that predict.. Processor time is not typically closely correlated with connection pool size, so I think something else must have been going on. Certainly if 300 users were using up too much CPU time on the client or server, then 200 users ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNACommunityArcade - Need game info / links...

    XNAResources.com is about to launch the next site in our site network... The site is called XNACommunityArcade!  We hope that it will turn into THE CENTRAL listing place for all XNA created games!  Since right now there is no "Arcade" for the games developed with XNA we want to start building one for the community! Here is a screenshot of the site: http://www.xnaresources.com/xnacommunityarcade.png The site will be launching this weekend but we wanted to get information about the games that everyone is working on or has available right now... if you can please send and email to contact@xnaresources.com with the following info: 1.) Game Title and a GOOD DESCRIPTION 2.) Game Details: Windows Comp., XBOX Co ...Show All

  • Visual FoxPro I need to create multiple froms or selects into one cursor with recno()

    I need to take this statement: select recno () from ProvIDs as PRecno and I need to add it to this Statement: select i.DrID,; ALLTRIM (p.PrvLName)+' '+ ALLTRIM (p.PrvSuf)+','+ ALLTRIM (p.PrvFName)+' '+ ALLTRIM (p.PrvMName) as ProviName,; i.SiteID,; ALLTRIM (s.SiteAdr1)+','+ ALLTRIM (s.SiteCity)+' '+ ALLTRIM (s.SiteSt) as SiteInfo,; i.PayorID,; i.IDType,; i.ProvID,; i.DtEnroll,; FROM ProvIDs i, Providers p, ClientSite s ; where i.FedTaxID=Organization.TaxID ; and i.FedTaxID = p.FedTaxID; and i.DrID = p.DrID; and i.FedTaxID = s.FedTaxID; and i.SiteID = s.SiteID; into cursor GridIDs readwrite I need to get one cursor that will have all the data PLUS ...Show All

  • SQL Server Problem with Resporting services on sharepoint: Server Error in '/' Application.

    Hi, I have a problem with Resporting services on sharepoint. My local host machine reporting services is ok though. The problem is when I click on "properties" button on sharepoint reporting services, and when I click on Parameters, Data Sources, Execution, and other bottons on the left hand side, I get the following error: Server Error in '/' Application. I know this is late, but I have just posted an entry on my blog that helps for some of this configuration... http://portal.sqltrainer.com/Lists/Posts/Post.aspx ID=11 ...Show All

  • Visual Studio Express Editions Inline assembly in VS C# Express ?

    Hello. I could use some help right about now. I'm writing a command-line Application for loading a bmp image, processing it, then controlling a CNC (Computer numerical controlled) mill, based on the info in the bmp image. Now, the problem is that I need a bitwise access to the data. and I can't find a "BIT" level type, and neither operators at that level. What I currently do is : I read a byte, (Or several) from the bmp file. (After loading the bmp header into an object of my own creation). I then load these bytes into an array. However I find it kind of hard to manipulate this array in a correct fashion to display and edit what I want. Current array is of type int[][]. What I would like is a "Bit[][] array". That would ...Show All

  • Visual Basic How do I determine how much ram a program will use?

    -Visual Basic Express 2005- I'm working on a very large accounting program that requires a few hundred variables. I'm declaring most of them publicly. Is there any information that tells how much ram strings, decimals, int16 and others take Also is there a limit to how many variables I can publicly declare in a module Thanks in advance A few hundred variables !!!! , With this figure you are unlikely to encounter anywhere near the limitations of that exists. No real world limits to the number of variables you can declare in a module, I'm sure that there is a number but its probably such a large figure that its really not a limitation and the limitation is probably not on the module but rather at the process level. As far as ...Show All

  • Visual Basic Right place for this?

    I am not sure if this is the right place for my question, so please redirect me if need be. I am having trouble with my version control system because whenever I rebuild my deployment package in my solution, the Release directory is deleted then recreated and the new .msi and setup.exe are created. My version control system (SVN)keeps a hidden directory in each directory and that is need to keep track of what was checked out etc. So everytime I rebuild my deplyment project I end up having to move the new installable files to a saev directory, check out from SVN, copy the new .msi and .exe files back to the release directory and then check them in. Is there some way to stop Visual Studio from deleting the Release directory so SVN c ...Show All

  • Windows Forms Changing the databasource of a DataGridViewComboBoxCell at runtime

    Hi, I have a DGV where one of the columns is a combo box style. I bind this combo box to some datasource. What I would ideally like to do it to limit the combo selection to make the items available mutually exclusive to what is in other rows. The net result I guess is I get uniqeness in this column over all rows. Is this possible If so, which event should I use to re-assign the datasource property for the combo Thanks for your help Graham Oh dear. I left this bit of code for a week or so because I had to attend to something else. There is still a problem, but this time I think it is to do the DataGridViewCell / Column rather than the binding list or data table I'm using. The filtering ...Show All

  • SQL Server Package variables "disappear" from job properties

    Creating a SQL Agent job to run a package works just fine. On the Step Properties, Set values tab, I can add variables and the values I want for them, no problem. The job runs just fine. If I want to go edit the values however, they're always gone. Is there some security setting that hides the variables and their values which is on by default GregsListAcct wrote: Creating a SQL Agent job to run a package works just fine. On the Step Properties, Set values tab, I can add variables and the values I want for them, no problem. The job runs just fine. If I want to go edit the values however, they're always gone. Is there some security setting that hides the variables and their values which is ...Show All

  • Visual Studio Where can I put .targets files

    Where can I put .targets files so as they can be easily imported into a project file Presently I'm adding my .targets files to the .NET installation , C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727. I'm doing this from an installer and my worry is that the version number will change. The reason I'm using the .NET installation location is because the project file has use of the MSBuildBinPath property <Import Project="$(MSBuildBinPath)\InstallationLocator.targets" /> Are there any more useful properties out there that maybe of some use to me an MSBuild property that points to a location which may never change!!! We've got a blog entry up that talks about where to install the files: http://blogs.msdn.com/msbuild/archiv ...Show All

  • SQL Server how is the market for Analysis Services

    Hi Friends, Many of them are not aware of MS Datawarehousing(DWH) tools and technique. How is the market for Microsoft DWH in general are there a demand and need of skilled personals in these areas Thanks, Rajiv. It is a fast growing market. Have a look here for information about market shares for OLAP: http://www.olapreport.com/market.htm These figures say nothing about SSIS, SSRS and they are from 2005. HTH Thomas Ivarsson ...Show All

  • .NET Development System.Runtime.Serialization.SerializationException: Because of security restrictions, the type System.Runtime.Remoting.ObjRef c

    I have this .NET Remoting stuff i'm currently trying for my company since we have an idea of using .NET Remoting in the next version of our application. The basic is a windows form application as client and IIS as host for our objects. After i have been through several examples, guide, tutorials and so on i got it to work, but nothing lasts forever. When i bind the List<T> i get from our remoting to a BindingSource i get an exception in my Dispose on the form every time i try to close my window. The layout of my form is very very simple a form (offcourse), a bindingsource, and a datagridview. My form: public partial class Form1 : Form { ServiceClass service; List<Tags> tList = null; public Form1() { ...Show All

©2008 Software Development Network