blah blah blah is here! blah blah » Close

0
votes
1 answers

Start and stop service, impersonation?

Hi, I have problem with service starting/stopping service. It throws exception with message {"Cannot open wampapache service on computer '.'."} I understand it has something to do with access rights, as inner exception is: ...

0
votes
1 answers

report,data and parameres

Hi all, i come across small problem, I have reportviewer with report i create object and i need to pass additional data from form to the report ... how do i do that? thank you p

1
votes
1 answers

Reading custom attributes

Hi there I have file that have custom attributes eg. "Deliver Location". number of the attributes is between 20 to 50 and i do not know what everything is there. The script below is version of vbscript what i want to convert t ...

0
votes
2 answers

location where is my application

How do i get the location where my application is running from?

0
votes
0 answers

RSS feed on articles?

what about set up rss feed on debugging?

1
votes
1 answers

how to put delegate into template form?

Hi all, have small question i have created baseForm that is inherited within all my application except login and main form. I want to add delegate into the base form so all form can inherit the function such as: In MDI container ...

1
votes
1 answers

Join two tables in one

I have two view How can I join both selects into one please? [code] var job = (from j in _entities.jobs where j.job_referenceNo ==referenceNo select j).FirstOrDefault(); var jobDetail = (from jd in _entities.job_detail where jd.re ...

0
votes
2 answers

MVC Tutorial for c#

Hello, i am in need to some good tutorials for MVC Tutorials or books. i will welcome all help you can give me

0
votes
0 answers

Editing my answer

When i am editing my answer, the form displays ask question button( i found it quite missleading ) also when i am writing to feedback, i have no way of knowing where the question is posted. something like feedback notification would be ...

1
votes
1 answers

ASP.NET Controller question

I have followed tutorial for editing in contact manager on [url] [/url] and here is pease that i have problem with [code] public ActionResult Edit(int id) { var contactToEdit = (from c in _entities.ContactSet ...

1
votes
1 answers

Program deployment data error

I bit big error for me to handle, I have created small program that uses database file. After installing it on other pc I have recieved error such as: The database "dblocation" cannot be opened because it is version 655. Th ...

1
votes
1 answers

Code Analysis -> object 'server' is not disposed along all exception paths.

I have problem with my code after running code analysis. I cant fugure out what is wrong :) any ideas pls? Warning 1 CA2000 : Microsoft.Reliability : In method 'Program.sendEmail(string, string, string)', object 'server' is not di ...

0
votes
2 answers

office addin selected item

hi there, i am trying to get selected email message displayed in my richTextBox. So far i have managed use this code in order to display set item. How should i modify this code in order to have it dynamic (eg click on any email item an ...

0
votes
1 answers

access custom attributes of print job

Hi, a bit difficult problem i have:) i have print job interigation system and i have custom attributes added to the job. (they are accessible with right button, properties and detail pane) is there any way how to read those through p ...

0
votes
1 answers

include Interop object access error

i have library that i need to use in order to access informations. the library is Interop.DOCQMANCONTROLLAYERLib in editor it doesnt show any problem with code DOCQMANCONTROLLAYERLib.DQMEMFJobClass dc = new DOCQMANCONTROLLAYERLib.DQM ...

Feedback