jaslegume's Q&A profile
.NET Development Deployment Problem with VS 2003 VB .NET
I have a stand alone Windows application written in VB .NET that installs fine and works great on my machine but when you try to on another machine it installs but when I try to run the application it gives me the following error. SalesTax 1.08.exe Common Language Runtime Debugging Service Application has generated an exception that could not be handled Process id = 0xbf0 (3056), Thread id = 0xb48 (2888) Click OK to terminate the application Click Cancel to Debug the application Thank you in advance for you help. What we did was create our on Sub Main and placed a try catch ...Show All
SQL Server Package Configuration in Dev enviornment
Am I missing something, I can't find any way to specific the XML configuration file when I try and run my package in Debug of BIDS. My OLE DB connections are all failing due to a lack of a password. I can set the password in BIDS but its forgotten as soon as I start Debug or build the solution. The only way I seem to be able to run my package (now that I have enabled configurations) is to de-select the enable configurations box. I've tried putting a configuartion file in the Deployment folder, the bin folder and the project root folder all to the same result. Unless you are using Indirect Configurations ( http://blogs.concha ...Show All
SQL Server Fit Table on one page if possible
has anyone had any luck with the table property option 'Fit Table on one page if possible'. Reporting services seems to ignore this. Anyone familiar with issues surrounding this property RS seems to break the table at will. I am MOST concerned with this issue as it relates to exporting to .pdf. Any ideas or workarounds would be helpful (we are running sp2). Thanks! No, I never did get this to work. I didn't attempt to put my tables into lists, because this report with about 100 tables is already difficult enough to maintain. I haven't played with 2005 yet, s ...Show All
Visual Studio Express Editions Unable to copy from obj\debug to bin\debug
I get the following error when I try to run my program. Error 1 Unable to copy file "obj\Debug\HomeInventory.exe" to "bin\Debug\HomeInventory.exe". The process cannot access the file 'bin\Debug\HomeInventory.exe' because it is being used by another process. HomeInventory I get this same error when I'm trying to build a class library which contains custom controls. It seems that visual studio has it locked: I can restart visual studio, or switch to a different project and back again, and I can build the library successfully, once. I can then run the app in debug, but if I make changes and try to run it again I'm ...Show All
.NET Development Why there is no CodeBinaryOperatorType.ValueInEquality enum
Hi, Why there is no CodeBinaryOperatorType.ValueInEquality enum out there How do I generate code like If (length != 3) Thanks! Oh well, I got the way to solve it. I can define it as If ((length == 3) == false) Is this the right way ...Show All
Software Development for Windows Vista Beta2 Installation problems
I am trying to install WWF Beta2 (in fact i have been since last Friday). Anyway i manage to load all the components until i attempt to install WWF beta 2 it fails with the message : " the following platform components failed to install and will need to be manually installed before setup can proceed: Windows Workflow Foundation: The installation source for the product is not available. Verify that the source exists and that you can access it. Check log for details" I then try to run WinWFSDK_x86 probably not a wise decision but im desperate. It loads but it tries to open VS2005 which now fails! WWF Beta 2 appears to have b ...Show All
Visual FoxPro access to this.propery
I've made a class 'adreslijst' and in it's init method I added a string property 'lijst' like this: this.addproperty('lijst', "bla") in an other method ('export_lijst') that I added to the class adreslijst I want to print the contents of the property 'lijst' like this: this.lijst when I execute the following code: object1 = CREATEOBJECT('adreslijst') object1.export_lijst() I get the error: 'variable 'lijst' is not found' but when I execute: object1 = CREATEOBJECT('adreslijst') object1.lijst it works fine ("bla" is printed) How can I ...Show All
Visual C# Help to datagrid question?
Hallo I need some help to an visual 2003 C# question. 1) I have a datagrid with som columns and data in this columns, nut the questions is, can you insert an extra textbox column in datagrid with a linklabe, checkbox etc. with syntax, if yes how 2) How can I with syntax get the values from a datagrid and put the data in some textboxes Hope to hear from someone who can help me. spot Check this article, hope this might help http://www.codeproject.com/useritems/DataGrid_Template_columns.asp ...Show All
Visual Basic Opening Files of External Programs
Hi friends, I am a new basic programmer.. I have 2 develop a program which stores files of diff. formats in some specific folder and then when prompted by user it should be opened in respective program. Like :: *.doc in word, *.pdf in Acrobat and so on.. ......................... Plz help mw with logic and basic code outline 2.. Hi Kebians, How fortunate you are to be learning in a vs2005 environment. What you want to do is a a simple file copy operation to begin with. There are lots of ways to achieve that. When you talk to .dot people, you'll hear a lot about classes. I think one of the best ways to learn about classes is to learn to ...Show All
Visual C# How to tell if Windows or Web GUI called library
Is there a system property/method that I can call from within my c# library assembly to tell if it is being called by a windows or asp.net .net program p.s. I have found one way, and that is to put a try catch around a ::global or a webconfiguration call, but I am guessing that this adds overhead. Evan Smith I don't know why you should want to know it. It feels like a bad design to me and it should not need to be know for the Library. The only thing that i can imagine is that you use preprocessor directives to minimize file size, exclude some classes or use a other factory class. ...Show All
Visual C# How to set the timeout for a particular Session Variable.
Hi, I'm a c# developer.I was dealing with a project based on session.Suddenly I had doubt of setting the timeout for a particular session variable ie,Suppose I Have, session["A"],session["B"],session["C"],session["D"] etc as the sessions used in my project. My Concern is, Can i Individually set the timeout for session["A"],session["B"], etc. I tried using, sesson.timeout (); it's for the entire page. setting the timeout in web.config is also for the entire project. Help me please. Thanks In Advance. Is this in an ASP.NET appl ...Show All
Visual Studio multiple instance application?
is it possible to create a multi instance application using visual studio 2005. if true how No I want to make an application that can have several instances. That I can have app.exe and app.exe in the task manager. ...Show All
Smart Device Development Deploy to Pocket PC 2003 - Connect to device failed
I am having a problem deploying a very simple smart device application (in fact the has only a single control) to my Pocket PC (Toshiba E355 - Windows Mobile 2003). I consistently receive the following message: Connect To Device Failed I have also tried to connect to my device as follows: From the Toolbar: Tools --> Connect to Device Selected Platform: Pocket PC 2003 Error Message: Connection failed. No connection could be made because the target machine actively refused it. I have installed the following in the recommended order as follows: DMA Transport Update for VS2005 Beta 2 &nbs ...Show All
Visual Studio Team System Request Failed: Unable to connect to remote server
I've seen several people post this error, but none of the suggested solutions have resolved my issue. This seems very simple to me, so I'm sure I am missing something very basic. I am very new to using Visual Studio for testing, so please bare with me. I have a local ASP.NET 2.0 application that strictly uses Windows security. I have recorded a very basic web test that navigates to one page within my application and that is all. When I run the test, I get a "Request Failed: Unable to connect to remote server" error. I have verified that the proxy setting is blank. I've recorded several other tests against .aspx pages and .htm pa ...Show All
SQL Server SQL 2005 64bit
Can a 32bit installation of SQL 2005 be upgraded to 64bit installation. OS is already installed for 64bit support, but he wrong version of SQL was installed It *could* be that your app performs better on SQL2000 than SQL2005. Also I suppose possible but even less likely is that it performs better on the old 32 bit hardware than the new 64 bit hardware. But the upgrade process itself won't have anything to do with your performance. Does that make sense In any case, your next obvious step is to dig into performance on the new system. Do you have memory or disk bottlenecks Check your query plans to see if ...Show All
