I had to do something like this resent, I converted the list (or could be an array) into a comma delimited string and passed that over as a varchar into the stored procedure.
no they're not in the GAC, as i don't want it to be a server wide available dll. It's only relevant to this particulare application, hence it only included in the local bin folder.
error CS0246: The type or namespace name 'xxx.Custom.TreeNavigator' could not be found (are you missing a using directive or an assembly reference?)
this is driving me bonkers.
before you say it, the spellings are correct, and i have checked and rechecked this issue and the spellings are...
have a look at url rewriting.
http://www.google.co.uk/search?client=firefox-a&rls=org.mozilla%3Aen-GB%3Aofficial&channel=s&hl=en&q=c%23+url+rewriting&meta=&btnG=Google+Search
sure u can use the guid authentication in a windows app, you just hold it in memory, and when you call a method it gets passed along
have a look at these urls
http://msdn.microsoft.com/en-us/library/9z52by6a(VS.80).aspx...
a method that i have used in the past is for an external app to log in and a GUID is returned by the webservice. this guid is then passed back from the external app in the soap header and verified against the guid held in db whenever a call to a method is made. e.g. if time was outside of 20...
2 ways you could do this, (1) is the get the max(id) row from the db, (2) or you're stored procedure that adds the new record could return @@identity, you can then do a get from that returned id (this is preferred).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.